Shades of Orange #F0A900
Tints of Orange #F0A900
RGB
CMYK
RGB Variations
Color information
#F0A900 (or 0xF0A900) is known color: Orange. HEX triplet: F0, A9 and 00. RGB value is (240,169,0). Sum of RGB (Red+Green+Blue) = 240+169+0=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A900 is #0F56FF. Grayscale: #ABABAB. Windows color (decimal): -1005312 or 43504. OLE color: 43504.
HSL color Cylindrical-coordinate representation of color #F0A900: hue angle of 42.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0A900 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.06 |
| HSL | 42.25º | 1% | 0.47% | - |
| HSV(B) | 42.25º | 1% | 0.94% | - |
| XYZ | 50.12 | 46.9 | 6.41 | - |
| YUV | 170.96 | 31.52 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 0 | 0 | 0.30 | 1 | 0.06 | 42.25 | 1 | 0.47 |
| Hex | F0 | A9 | 0 | 0 | 1E | 64 | 6 | 2A | 64 | 2F |
| Octal | 360 | 251 | 0 | 0 | 36 | 144 | 6 | 52 | 144 | 57 |
| Binary | 11110000 | 10101001 | 0 | 0 | 11110 | 1100100 | 110 | 101010 | 1100100 | 101111 |
Color Harmonies of #F0A900
Complementary color
Monochromatic Colors of #F0A900
Black with #F0A900
Text Example
Text Example
White with #F0A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A900; }
p { color: rgb(240,169,0); }
H1.HeaderClassName
{
color: #F0A900;
}
.AnyTagClassName
{
color: #F0A900;
}
</style>
background-color css
<style>
a { background-color: #F0A900; }
a { background-color: rgb(240,169,0); }
div.DivClassName
{
background-color: #F0A900;
}
.BgClassName
{
background-color: #F0A900;
}
</style>
border-color css
<style>
span { border-color: #F0A900; }
span { border-color: rgb(240,169,0); }
td.TdClassName
{
border-color: #F0A900;
}
.TagClassName
{
border-color: #F0A900;
}
</style>