Shades of Orange #F0A306
Tints of Orange #F0A306
RGB
CMYK
RGB Variations
Color information
#F0A306 (or 0xF0A306) is known color: Orange. HEX triplet: F0, A3 and 06. RGB value is (240,163,6). Sum of RGB (Red+Green+Blue) = 240+163+6=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A306 is #0F5CF9. Grayscale: #A8A8A8. Windows color (decimal): -1006842 or 435184. OLE color: 435184.
HSL color Cylindrical-coordinate representation of color #F0A306: hue angle of 40.26º degrees, saturation: 0.95, 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 #F0A306 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 6 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.06 |
| HSL | 40.26º | 0.95% | 0.48% | - |
| HSV(B) | 40.26º | 0.98% | 0.94% | - |
| XYZ | 49.07 | 44.73 | 6.22 | - |
| YUV | 168.13 | 36.51 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 6 | 0 | 0.32 | 0.98 | 0.06 | 40.26 | 0.95 | 0.48 |
| Hex | F0 | A3 | 6 | 0 | 20 | 62 | 6 | 28 | 5F | 30 |
| Octal | 360 | 243 | 6 | 0 | 40 | 142 | 6 | 50 | 137 | 60 |
| Binary | 11110000 | 10100011 | 110 | 0 | 100000 | 1100010 | 110 | 101000 | 1011111 | 110000 |
Color Harmonies of #F0A306
Complementary color
Monochromatic Colors of #F0A306
Black with #F0A306
Text Example
Text Example
White with #F0A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A306; }
p { color: rgb(240,163,6); }
H1.HeaderClassName
{
color: #F0A306;
}
.AnyTagClassName
{
color: #F0A306;
}
</style>
background-color css
<style>
a { background-color: #F0A306; }
a { background-color: rgb(240,163,6); }
div.DivClassName
{
background-color: #F0A306;
}
.BgClassName
{
background-color: #F0A306;
}
</style>
border-color css
<style>
span { border-color: #F0A306; }
span { border-color: rgb(240,163,6); }
td.TdClassName
{
border-color: #F0A306;
}
.TagClassName
{
border-color: #F0A306;
}
</style>