Shades of Orange #F0A305
Tints of Orange #F0A305
RGB
CMYK
RGB Variations
Color information
#F0A305 (or 0xF0A305) is known color: Orange. HEX triplet: F0, A3 and 05. RGB value is (240,163,5). Sum of RGB (Red+Green+Blue) = 240+163+5=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A305 is #0F5CFA. Grayscale: #A8A8A8. Windows color (decimal): -1006843 or 369648. OLE color: 369648.
HSL color Cylindrical-coordinate representation of color #F0A305: hue angle of 40.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0A305 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.06 |
| HSL | 40.34º | 0.96% | 0.48% | - |
| HSV(B) | 40.34º | 0.98% | 0.94% | - |
| XYZ | 49.06 | 44.73 | 6.19 | - |
| YUV | 168.01 | 36.01 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 5 | 0 | 0.32 | 0.98 | 0.06 | 40.34 | 0.96 | 0.48 |
| Hex | F0 | A3 | 5 | 0 | 20 | 62 | 6 | 28 | 60 | 30 |
| Octal | 360 | 243 | 5 | 0 | 40 | 142 | 6 | 50 | 140 | 60 |
| Binary | 11110000 | 10100011 | 101 | 0 | 100000 | 1100010 | 110 | 101000 | 1100000 | 110000 |
Color Harmonies of #F0A305
Complementary color
Monochromatic Colors of #F0A305
Black with #F0A305
Text Example
Text Example
White with #F0A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A305; }
p { color: rgb(240,163,5); }
H1.HeaderClassName
{
color: #F0A305;
}
.AnyTagClassName
{
color: #F0A305;
}
</style>
background-color css
<style>
a { background-color: #F0A305; }
a { background-color: rgb(240,163,5); }
div.DivClassName
{
background-color: #F0A305;
}
.BgClassName
{
background-color: #F0A305;
}
</style>
border-color css
<style>
span { border-color: #F0A305; }
span { border-color: rgb(240,163,5); }
td.TdClassName
{
border-color: #F0A305;
}
.TagClassName
{
border-color: #F0A305;
}
</style>