Shades of Orange #F0AA08
Tints of Orange #F0AA08
RGB
CMYK
RGB Variations
Color information
#F0AA08 (or 0xF0AA08) is known color: Orange. HEX triplet: F0, AA and 08. RGB value is (240,170,8). Sum of RGB (Red+Green+Blue) = 240+170+8=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AA08 is #0F55F7. Grayscale: #ADADAD. Windows color (decimal): -1005048 or 568048. OLE color: 568048.
HSL color Cylindrical-coordinate representation of color #F0AA08: hue angle of 41.9º 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 #F0AA08 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.06 |
| HSL | 41.9º | 0.94% | 0.49% | - |
| HSV(B) | 41.9º | 0.97% | 0.94% | - |
| XYZ | 50.35 | 47.29 | 6.7 | - |
| YUV | 172.46 | 35.19 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 8 | 0 | 0.29 | 0.97 | 0.06 | 41.9 | 0.94 | 0.49 |
| Hex | F0 | AA | 8 | 0 | 1D | 61 | 6 | 2A | 5E | 31 |
| Octal | 360 | 252 | 10 | 0 | 35 | 141 | 6 | 52 | 136 | 61 |
| Binary | 11110000 | 10101010 | 1000 | 0 | 11101 | 1100001 | 110 | 101010 | 1011110 | 110001 |
Color Harmonies of #F0AA08
Complementary color
Monochromatic Colors of #F0AA08
Black with #F0AA08
Text Example
Text Example
White with #F0AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA08; }
p { color: rgb(240,170,8); }
H1.HeaderClassName
{
color: #F0AA08;
}
.AnyTagClassName
{
color: #F0AA08;
}
</style>
background-color css
<style>
a { background-color: #F0AA08; }
a { background-color: rgb(240,170,8); }
div.DivClassName
{
background-color: #F0AA08;
}
.BgClassName
{
background-color: #F0AA08;
}
</style>
border-color css
<style>
span { border-color: #F0AA08; }
span { border-color: rgb(240,170,8); }
td.TdClassName
{
border-color: #F0AA08;
}
.TagClassName
{
border-color: #F0AA08;
}
</style>