Shades of Orange #F5A802
Tints of Orange #F5A802
RGB
CMYK
RGB Variations
Color information
#F5A802 (or 0xF5A802) is known color: Orange. HEX triplet: F5, A8 and 02. RGB value is (245,168,2). Sum of RGB (Red+Green+Blue) = 245+168+2=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A802 is #0A57FD. Grayscale: #ACACAC. Windows color (decimal): -677886 or 174325. OLE color: 174325.
HSL color Cylindrical-coordinate representation of color #F5A802: hue angle of 40.99º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5A802 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.04 |
| HSL | 40.99º | 0.98% | 0.48% | - |
| HSV(B) | 40.99º | 0.99% | 0.96% | - |
| XYZ | 51.67 | 47.42 | 6.49 | - |
| YUV | 172.1 | 32.01 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 2 | 0 | 0.31 | 0.99 | 0.04 | 40.99 | 0.98 | 0.48 |
| Hex | F5 | A8 | 2 | 0 | 1F | 63 | 4 | 29 | 62 | 30 |
| Octal | 365 | 250 | 2 | 0 | 37 | 143 | 4 | 51 | 142 | 60 |
| Binary | 11110101 | 10101000 | 10 | 0 | 11111 | 1100011 | 100 | 101001 | 1100010 | 110000 |
Color Harmonies of #F5A802
Complementary color
Monochromatic Colors of #F5A802
Black with #F5A802
Text Example
Text Example
White with #F5A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A802; }
p { color: rgb(245,168,2); }
H1.HeaderClassName
{
color: #F5A802;
}
.AnyTagClassName
{
color: #F5A802;
}
</style>
background-color css
<style>
a { background-color: #F5A802; }
a { background-color: rgb(245,168,2); }
div.DivClassName
{
background-color: #F5A802;
}
.BgClassName
{
background-color: #F5A802;
}
</style>
border-color css
<style>
span { border-color: #F5A802; }
span { border-color: rgb(245,168,2); }
td.TdClassName
{
border-color: #F5A802;
}
.TagClassName
{
border-color: #F5A802;
}
</style>