Shades of Orange #F0A502
Tints of Orange #F0A502
RGB
CMYK
RGB Variations
Color information
#F0A502 (or 0xF0A502) is known color: Orange. HEX triplet: F0, A5 and 02. RGB value is (240,165,2). Sum of RGB (Red+Green+Blue) = 240+165+2=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A502 is #0F5AFD. Grayscale: #A9A9A9. Windows color (decimal): -1006334 or 173552. OLE color: 173552.
HSL color Cylindrical-coordinate representation of color #F0A502: hue angle of 41.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0A502 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.06 |
| HSL | 41.09º | 0.98% | 0.47% | - |
| HSV(B) | 41.09º | 0.99% | 0.94% | - |
| XYZ | 49.4 | 45.44 | 6.22 | - |
| YUV | 168.84 | 33.85 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 2 | 0 | 0.31 | 0.99 | 0.06 | 41.09 | 0.98 | 0.47 |
| Hex | F0 | A5 | 2 | 0 | 1F | 63 | 6 | 29 | 62 | 2F |
| Octal | 360 | 245 | 2 | 0 | 37 | 143 | 6 | 51 | 142 | 57 |
| Binary | 11110000 | 10100101 | 10 | 0 | 11111 | 1100011 | 110 | 101001 | 1100010 | 101111 |
Color Harmonies of #F0A502
Complementary color
Monochromatic Colors of #F0A502
Black with #F0A502
Text Example
Text Example
White with #F0A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A502; }
p { color: rgb(240,165,2); }
H1.HeaderClassName
{
color: #F0A502;
}
.AnyTagClassName
{
color: #F0A502;
}
</style>
background-color css
<style>
a { background-color: #F0A502; }
a { background-color: rgb(240,165,2); }
div.DivClassName
{
background-color: #F0A502;
}
.BgClassName
{
background-color: #F0A502;
}
</style>
border-color css
<style>
span { border-color: #F0A502; }
span { border-color: rgb(240,165,2); }
td.TdClassName
{
border-color: #F0A502;
}
.TagClassName
{
border-color: #F0A502;
}
</style>