Shades of Orange #F0A400
Tints of Orange #F0A400
RGB
CMYK
RGB Variations
Color information
#F0A400 (or 0xF0A400) is known color: Orange. HEX triplet: F0, A4 and 00. RGB value is (240,164,0). Sum of RGB (Red+Green+Blue) = 240+164+0=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A400 is #0F5BFF. Grayscale: #A8A8A8. Windows color (decimal): -1006592 or 42224. OLE color: 42224.
HSL color Cylindrical-coordinate representation of color #F0A400: hue angle of 41º 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 #F0A400 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.06 |
| HSL | 41º | 1% | 0.47% | - |
| HSV(B) | 41º | 1% | 0.94% | - |
| XYZ | 49.21 | 45.08 | 6.11 | - |
| YUV | 168.03 | 33.18 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 0 | 0 | 0.32 | 1 | 0.06 | 41 | 1 | 0.47 |
| Hex | F0 | A4 | 0 | 0 | 20 | 64 | 6 | 29 | 64 | 2F |
| Octal | 360 | 244 | 0 | 0 | 40 | 144 | 6 | 51 | 144 | 57 |
| Binary | 11110000 | 10100100 | 0 | 0 | 100000 | 1100100 | 110 | 101001 | 1100100 | 101111 |
Color Harmonies of #F0A400
Complementary color
Monochromatic Colors of #F0A400
Black with #F0A400
Text Example
Text Example
White with #F0A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A400; }
p { color: rgb(240,164,0); }
H1.HeaderClassName
{
color: #F0A400;
}
.AnyTagClassName
{
color: #F0A400;
}
</style>
background-color css
<style>
a { background-color: #F0A400; }
a { background-color: rgb(240,164,0); }
div.DivClassName
{
background-color: #F0A400;
}
.BgClassName
{
background-color: #F0A400;
}
</style>
border-color css
<style>
span { border-color: #F0A400; }
span { border-color: rgb(240,164,0); }
td.TdClassName
{
border-color: #F0A400;
}
.TagClassName
{
border-color: #F0A400;
}
</style>