Shades of Orange #F0AE00
Tints of Orange #F0AE00
RGB
CMYK
RGB Variations
Color information
#F0AE00 (or 0xF0AE00) is known color: Orange. HEX triplet: F0, AE and 00. RGB value is (240,174,0). Sum of RGB (Red+Green+Blue) = 240+174+0=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AE00 is #0F51FF. Grayscale: #AEAEAE. Windows color (decimal): -1004032 or 44784. OLE color: 44784.
HSL color Cylindrical-coordinate representation of color #F0AE00: hue angle of 43.5º 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 #F0AE00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.06 |
| HSL | 43.5º | 1% | 0.47% | - |
| HSV(B) | 43.5º | 1% | 0.94% | - |
| XYZ | 51.07 | 48.8 | 6.73 | - |
| YUV | 173.9 | 29.87 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 0 | 0 | 0.28 | 1 | 0.06 | 43.5 | 1 | 0.47 |
| Hex | F0 | AE | 0 | 0 | 1C | 64 | 6 | 2C | 64 | 2F |
| Octal | 360 | 256 | 0 | 0 | 34 | 144 | 6 | 54 | 144 | 57 |
| Binary | 11110000 | 10101110 | 0 | 0 | 11100 | 1100100 | 110 | 101100 | 1100100 | 101111 |
Color Harmonies of #F0AE00
Complementary color
Monochromatic Colors of #F0AE00
Black with #F0AE00
Text Example
Text Example
White with #F0AE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AE00; }
p { color: rgb(240,174,0); }
H1.HeaderClassName
{
color: #F0AE00;
}
.AnyTagClassName
{
color: #F0AE00;
}
</style>
background-color css
<style>
a { background-color: #F0AE00; }
a { background-color: rgb(240,174,0); }
div.DivClassName
{
background-color: #F0AE00;
}
.BgClassName
{
background-color: #F0AE00;
}
</style>
border-color css
<style>
span { border-color: #F0AE00; }
span { border-color: rgb(240,174,0); }
td.TdClassName
{
border-color: #F0AE00;
}
.TagClassName
{
border-color: #F0AE00;
}
</style>