Color spaces of #fb261e
RGB | 251 | 38 | 30 |
---|---|---|---|
HSL | 0.01 | 0.97 | 0.55 |
HSV | 2° | 88° | 98° |
CMYK | 0.00 | 0.85 | 0.88 0.02 |
XYZ | 40.7111 | 21.9892 | 3.3269 |
Yxy | 21.9892 | 0.6166 | 0.3330 |
Hunter Lab | 46.8926 | 72.9074 | 28.6184 |
CIE-Lab | 54.0155 | 75.1106 | 58.1910 |
#fb261e color RGB value is (251,38,30).
#fb261e hex color red value is 251, green value is 38 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fb261e hue: 0.01 , saturation: 0.97 and the lightness value of fb261e is 0.55.
The process color (four color CMYK) of #fb261e color hex is 0.00, 0.85, 0.88, 0.02. Web safe color of #fb261e is #ff3333. Color #fb261e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00100110 | 00011110 |
Octal | 373 | 46 | 36 |
Decimal | 251 | 38 | 30 |
Hex | FB | 26 | 1E |
Shades of #fb261e
Tints of #fb261e
RGB Percentages of Color #fb261e
CMYK Percentages of Color #fb261e
Complementary Color
#fb261e | #1ef3fb |
#fb261e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb261e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb261e Color CSS Codes
.mybgcolor {background-color:#fb261e; } .myforecolor {color:#fb261e; } .mybordercolor {border:3px solid #fb261e; }
#fb261e Text Font Color
<p style="color:#fb261e">Text here</p>
This sample text font color is #fb261e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fb261e Background Color
<div style="background-color:#fb261e">
Div content here</div>
This div background color is #fb261e
#fb261e Border Color
<div style="border:3px solid #fb261e">
Div here</div>
This div border color is #fb261e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,38,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb261e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb261e; -webkit-box-shadow: 1px 1px 3px 2px #fb261e; box-shadow: 1px 1px 3px 2px #fb261e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,38,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb261e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb261e; -webkit-box-shadow: 1px 1px 3px 2px #fb261e; box-shadow: 1px 1px 3px 2px #fb261e;">
Div content here</div>
This div box has shadow with color #fb261e
Comments
No comments written yet.
Please login to write comment.