Shades of Orange #F4A805
Tints of Orange #F4A805
RGB
CMYK
RGB Variations
Color information
#F4A805 (or 0xF4A805) is known color: Orange. HEX triplet: F4, A8 and 05. RGB value is (244,168,5). Sum of RGB (Red+Green+Blue) = 244+168+5=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A805 is #0B57FA. Grayscale: #ACACAC. Windows color (decimal): -743419 or 370932. OLE color: 370932.
HSL color Cylindrical-coordinate representation of color #F4A805: hue angle of 40.92º degrees, saturation: 0.96, 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 #F4A805 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.04 |
| HSL | 40.92º | 0.96% | 0.49% | - |
| HSV(B) | 40.92º | 0.98% | 0.96% | - |
| XYZ | 51.34 | 47.25 | 6.56 | - |
| YUV | 172.14 | 33.68 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 5 | 0 | 0.31 | 0.98 | 0.04 | 40.92 | 0.96 | 0.49 |
| Hex | F4 | A8 | 5 | 0 | 1F | 62 | 4 | 29 | 60 | 31 |
| Octal | 364 | 250 | 5 | 0 | 37 | 142 | 4 | 51 | 140 | 61 |
| Binary | 11110100 | 10101000 | 101 | 0 | 11111 | 1100010 | 100 | 101001 | 1100000 | 110001 |
Color Harmonies of #F4A805
Complementary color
Monochromatic Colors of #F4A805
Black with #F4A805
Text Example
Text Example
White with #F4A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A805; }
p { color: rgb(244,168,5); }
H1.HeaderClassName
{
color: #F4A805;
}
.AnyTagClassName
{
color: #F4A805;
}
</style>
background-color css
<style>
a { background-color: #F4A805; }
a { background-color: rgb(244,168,5); }
div.DivClassName
{
background-color: #F4A805;
}
.BgClassName
{
background-color: #F4A805;
}
</style>
border-color css
<style>
span { border-color: #F4A805; }
span { border-color: rgb(244,168,5); }
td.TdClassName
{
border-color: #F4A805;
}
.TagClassName
{
border-color: #F4A805;
}
</style>