Color spaces of #f8900a
RGB | 248 | 144 | 10 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.51 |
HSV | 34° | 96° | 97° |
CMYK | 0.00 | 0.42 | 0.96 0.03 |
XYZ | 48.7394 | 39.9249 | 5.4246 |
Yxy | 39.9249 | 0.5180 | 0.4243 |
Hunter Lab | 63.1862 | 27.1124 | 39.1402 |
CIE-Lab | 69.4160 | 32.0339 | 73.6767 |
#f8900a color RGB value is (248,144,10).
#f8900a hex color red value is 248, green value is 144 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f8900a hue: 0.09 , saturation: 0.94 and the lightness value of f8900a is 0.51.
The process color (four color CMYK) of #f8900a color hex is 0.00, 0.42, 0.96, 0.03. Web safe color of #f8900a is #ff9900. Color #f8900a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10010000 | 00001010 |
Octal | 370 | 220 | 12 |
Decimal | 248 | 144 | 10 |
Hex | F8 | 90 | A |
Shades of #f8900a
Tints of #f8900a
RGB Percentages of Color #f8900a
CMYK Percentages of Color #f8900a
Complementary Color
#f8900a | #0a72f8 |
#f8900a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8900a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8900a Color CSS Codes
.mybgcolor {background-color:#f8900a; } .myforecolor {color:#f8900a; } .mybordercolor {border:3px solid #f8900a; }
#f8900a Text Font Color
<p style="color:#f8900a">Text here</p>
This sample text font color is #f8900a
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.
#f8900a Background Color
<div style="background-color:#f8900a">
Div content here</div>
This div background color is #f8900a
#f8900a Border Color
<div style="border:3px solid #f8900a">
Div here</div>
This div border color is #f8900a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,144,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8900a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8900a; -webkit-box-shadow: 1px 1px 3px 2px #f8900a; box-shadow: 1px 1px 3px 2px #f8900a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,144,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8900a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8900a; -webkit-box-shadow: 1px 1px 3px 2px #f8900a; box-shadow: 1px 1px 3px 2px #f8900a;">
Div content here</div>
This div box has shadow with color #f8900a
Comments
No comments written yet.
Please login to write comment.