Shades of Orange #F0AC08
Tints of Orange #F0AC08
RGB
CMYK
RGB Variations
Color information
#F0AC08 (or 0xF0AC08) is known color: Orange. HEX triplet: F0, AC and 08. RGB value is (240,172,8). Sum of RGB (Red+Green+Blue) = 240+172+8=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC08 is #0F53F7. Grayscale: #AEAEAE. Windows color (decimal): -1004536 or 568560. OLE color: 568560.
HSL color Cylindrical-coordinate representation of color #F0AC08: hue angle of 42.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0AC08 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.06 |
| HSL | 42.41º | 0.94% | 0.49% | - |
| HSV(B) | 42.41º | 0.97% | 0.94% | - |
| XYZ | 50.73 | 48.05 | 6.83 | - |
| YUV | 173.64 | 34.53 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 8 | 0 | 0.28 | 0.97 | 0.06 | 42.41 | 0.94 | 0.49 |
| Hex | F0 | AC | 8 | 0 | 1C | 61 | 6 | 2A | 5E | 31 |
| Octal | 360 | 254 | 10 | 0 | 34 | 141 | 6 | 52 | 136 | 61 |
| Binary | 11110000 | 10101100 | 1000 | 0 | 11100 | 1100001 | 110 | 101010 | 1011110 | 110001 |
Color Harmonies of #F0AC08
Complementary color
Monochromatic Colors of #F0AC08
Black with #F0AC08
Text Example
Text Example
White with #F0AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC08; }
p { color: rgb(240,172,8); }
H1.HeaderClassName
{
color: #F0AC08;
}
.AnyTagClassName
{
color: #F0AC08;
}
</style>
background-color css
<style>
a { background-color: #F0AC08; }
a { background-color: rgb(240,172,8); }
div.DivClassName
{
background-color: #F0AC08;
}
.BgClassName
{
background-color: #F0AC08;
}
</style>
border-color css
<style>
span { border-color: #F0AC08; }
span { border-color: rgb(240,172,8); }
td.TdClassName
{
border-color: #F0AC08;
}
.TagClassName
{
border-color: #F0AC08;
}
</style>