Shades of Orange #F5A804
Tints of Orange #F5A804
RGB
CMYK
RGB Variations
Color information
#F5A804 (or 0xF5A804) is known color: Orange. HEX triplet: F5, A8 and 04. RGB value is (245,168,4). Sum of RGB (Red+Green+Blue) = 245+168+4=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A804 is #0A57FB. Grayscale: #ADADAD. Windows color (decimal): -677884 or 305397. OLE color: 305397.
HSL color Cylindrical-coordinate representation of color #F5A804: hue angle of 40.83º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5A804 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.04 |
| HSL | 40.83º | 0.97% | 0.49% | - |
| HSV(B) | 40.83º | 0.98% | 0.96% | - |
| XYZ | 51.68 | 47.43 | 6.55 | - |
| YUV | 172.33 | 33.01 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 4 | 0 | 0.31 | 0.98 | 0.04 | 40.83 | 0.97 | 0.49 |
| Hex | F5 | A8 | 4 | 0 | 1F | 62 | 4 | 29 | 61 | 31 |
| Octal | 365 | 250 | 4 | 0 | 37 | 142 | 4 | 51 | 141 | 61 |
| Binary | 11110101 | 10101000 | 100 | 0 | 11111 | 1100010 | 100 | 101001 | 1100001 | 110001 |
Color Harmonies of #F5A804
Complementary color
Monochromatic Colors of #F5A804
Black with #F5A804
Text Example
Text Example
White with #F5A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A804; }
p { color: rgb(245,168,4); }
H1.HeaderClassName
{
color: #F5A804;
}
.AnyTagClassName
{
color: #F5A804;
}
</style>
background-color css
<style>
a { background-color: #F5A804; }
a { background-color: rgb(245,168,4); }
div.DivClassName
{
background-color: #F5A804;
}
.BgClassName
{
background-color: #F5A804;
}
</style>
border-color css
<style>
span { border-color: #F5A804; }
span { border-color: rgb(245,168,4); }
td.TdClassName
{
border-color: #F5A804;
}
.TagClassName
{
border-color: #F5A804;
}
</style>