Color spaces of #feb11f
RGB | 254 | 177 | 31 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.56 |
HSV | 39° | 88° | 100° |
CMYK | 0.00 | 0.30 | 0.88 0.00 |
XYZ | 56.8425 | 52.6140 | 8.4559 |
Yxy | 52.6140 | 0.4821 | 0.4462 |
Hunter Lab | 72.5355 | 12.9445 | 43.8631 |
CIE-Lab | 77.6465 | 17.6092 | 76.1306 |
#feb11f color RGB value is (254,177,31).
#feb11f hex color red value is 254, green value is 177 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #feb11f hue: 0.11 , saturation: 0.99 and the lightness value of feb11f is 0.56.
The process color (four color CMYK) of #feb11f color hex is 0.00, 0.30, 0.88, 0.00. Web safe color of #feb11f is #ff9933. Color #feb11f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10110001 | 00011111 |
Octal | 376 | 261 | 37 |
Decimal | 254 | 177 | 31 |
Hex | FE | B1 | 1F |
Shades of #feb11f
Tints of #feb11f
RGB Percentages of Color #feb11f
CMYK Percentages of Color #feb11f
Complementary Color
#feb11f | #1f6cfe |
#feb11f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb11f Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb11f Color CSS Codes
.mybgcolor {background-color:#feb11f; } .myforecolor {color:#feb11f; } .mybordercolor {border:3px solid #feb11f; }
#feb11f Text Font Color
<p style="color:#feb11f">Text here</p>
This sample text font color is #feb11f
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.
#feb11f Background Color
<div style="background-color:#feb11f">
Div content here</div>
This div background color is #feb11f
#feb11f Border Color
<div style="border:3px solid #feb11f">
Div here</div>
This div border color is #feb11f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,177,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb11f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb11f; -webkit-box-shadow: 1px 1px 3px 2px #feb11f; box-shadow: 1px 1px 3px 2px #feb11f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,177,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb11f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb11f; -webkit-box-shadow: 1px 1px 3px 2px #feb11f; box-shadow: 1px 1px 3px 2px #feb11f;">
Div content here</div>
This div box has shadow with color #feb11f
Comments
No comments written yet.
Please login to write comment.