Shades of Orange #F0A203
Tints of Orange #F0A203
RGB
CMYK
RGB Variations
Color information
#F0A203 (or 0xF0A203) is known color: Orange. HEX triplet: F0, A2 and 03. RGB value is (240,162,3). Sum of RGB (Red+Green+Blue) = 240+162+3=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A203 is #0F5DFC. Grayscale: #A7A7A7. Windows color (decimal): -1007101 or 238320. OLE color: 238320.
HSL color Cylindrical-coordinate representation of color #F0A203: hue angle of 40.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0A203 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.06 |
| HSL | 40.25º | 0.98% | 0.48% | - |
| HSV(B) | 40.25º | 0.99% | 0.94% | - |
| XYZ | 48.87 | 44.37 | 6.08 | - |
| YUV | 167.2 | 35.34 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 3 | 0 | 0.32 | 0.99 | 0.06 | 40.25 | 0.98 | 0.48 |
| Hex | F0 | A2 | 3 | 0 | 20 | 63 | 6 | 28 | 62 | 30 |
| Octal | 360 | 242 | 3 | 0 | 40 | 143 | 6 | 50 | 142 | 60 |
| Binary | 11110000 | 10100010 | 11 | 0 | 100000 | 1100011 | 110 | 101000 | 1100010 | 110000 |
Color Harmonies of #F0A203
Complementary color
Monochromatic Colors of #F0A203
Black with #F0A203
Text Example
Text Example
White with #F0A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A203; }
p { color: rgb(240,162,3); }
H1.HeaderClassName
{
color: #F0A203;
}
.AnyTagClassName
{
color: #F0A203;
}
</style>
background-color css
<style>
a { background-color: #F0A203; }
a { background-color: rgb(240,162,3); }
div.DivClassName
{
background-color: #F0A203;
}
.BgClassName
{
background-color: #F0A203;
}
</style>
border-color css
<style>
span { border-color: #F0A203; }
span { border-color: rgb(240,162,3); }
td.TdClassName
{
border-color: #F0A203;
}
.TagClassName
{
border-color: #F0A203;
}
</style>