Shades of Orange #F2A805
Tints of Orange #F2A805
RGB
CMYK
RGB Variations
Color information
#F2A805 (or 0xF2A805) is known color: Orange. HEX triplet: F2, A8 and 05. RGB value is (242,168,5). Sum of RGB (Red+Green+Blue) = 242+168+5=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A805 is #0D57FA. Grayscale: #ACACAC. Windows color (decimal): -874491 or 370930. OLE color: 370930.
HSL color Cylindrical-coordinate representation of color #F2A805: hue angle of 41.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2A805 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.05 |
| HSL | 41.27º | 0.96% | 0.48% | - |
| HSV(B) | 41.27º | 0.98% | 0.95% | - |
| XYZ | 50.65 | 46.89 | 6.53 | - |
| YUV | 171.54 | 34.02 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 5 | 0 | 0.31 | 0.98 | 0.05 | 41.27 | 0.96 | 0.48 |
| Hex | F2 | A8 | 5 | 0 | 1F | 62 | 5 | 29 | 60 | 30 |
| Octal | 362 | 250 | 5 | 0 | 37 | 142 | 5 | 51 | 140 | 60 |
| Binary | 11110010 | 10101000 | 101 | 0 | 11111 | 1100010 | 101 | 101001 | 1100000 | 110000 |
Color Harmonies of #F2A805
Complementary color
Monochromatic Colors of #F2A805
Black with #F2A805
Text Example
Text Example
White with #F2A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A805; }
p { color: rgb(242,168,5); }
H1.HeaderClassName
{
color: #F2A805;
}
.AnyTagClassName
{
color: #F2A805;
}
</style>
background-color css
<style>
a { background-color: #F2A805; }
a { background-color: rgb(242,168,5); }
div.DivClassName
{
background-color: #F2A805;
}
.BgClassName
{
background-color: #F2A805;
}
</style>
border-color css
<style>
span { border-color: #F2A805; }
span { border-color: rgb(242,168,5); }
td.TdClassName
{
border-color: #F2A805;
}
.TagClassName
{
border-color: #F2A805;
}
</style>