Shades of Orange #F0AB07
Tints of Orange #F0AB07
RGB
CMYK
RGB Variations
Color information
#F0AB07 (or 0xF0AB07) is known color: Orange. HEX triplet: F0, AB and 07. RGB value is (240,171,7). Sum of RGB (Red+Green+Blue) = 240+171+7=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB07 is #0F54F8. Grayscale: #ADADAD. Windows color (decimal): -1004793 or 502768. OLE color: 502768.
HSL color Cylindrical-coordinate representation of color #F0AB07: hue angle of 42.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0AB07 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.06 |
| HSL | 42.23º | 0.94% | 0.48% | - |
| HSV(B) | 42.23º | 0.97% | 0.94% | - |
| XYZ | 50.54 | 47.67 | 6.74 | - |
| YUV | 172.94 | 34.36 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 7 | 0 | 0.29 | 0.97 | 0.06 | 42.23 | 0.94 | 0.48 |
| Hex | F0 | AB | 7 | 0 | 1D | 61 | 6 | 2A | 5E | 30 |
| Octal | 360 | 253 | 7 | 0 | 35 | 141 | 6 | 52 | 136 | 60 |
| Binary | 11110000 | 10101011 | 111 | 0 | 11101 | 1100001 | 110 | 101010 | 1011110 | 110000 |
Color Harmonies of #F0AB07
Complementary color
Monochromatic Colors of #F0AB07
Black with #F0AB07
Text Example
Text Example
White with #F0AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB07; }
p { color: rgb(240,171,7); }
H1.HeaderClassName
{
color: #F0AB07;
}
.AnyTagClassName
{
color: #F0AB07;
}
</style>
background-color css
<style>
a { background-color: #F0AB07; }
a { background-color: rgb(240,171,7); }
div.DivClassName
{
background-color: #F0AB07;
}
.BgClassName
{
background-color: #F0AB07;
}
</style>
border-color css
<style>
span { border-color: #F0AB07; }
span { border-color: rgb(240,171,7); }
td.TdClassName
{
border-color: #F0AB07;
}
.TagClassName
{
border-color: #F0AB07;
}
</style>