Shades of Orange Peel #F0A103
Tints of Orange Peel #F0A103
RGB
CMYK
RGB Variations
Color information
#F0A103 (or 0xF0A103) is known color: Orange Peel. HEX triplet: F0, A1 and 03. RGB value is (240,161,3). Sum of RGB (Red+Green+Blue) = 240+161+3=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A103 is #0F5EFC. Grayscale: #A7A7A7. Windows color (decimal): -1007357 or 238064. OLE color: 238064.
HSL color Cylindrical-coordinate representation of color #F0A103: hue angle of 40º 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 #F0A103 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.06 |
| HSL | 40º | 0.98% | 0.48% | - |
| HSV(B) | 40º | 0.99% | 0.94% | - |
| XYZ | 48.7 | 44.02 | 6.02 | - |
| YUV | 166.61 | 35.67 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 3 | 0 | 0.33 | 0.99 | 0.06 | 40 | 0.98 | 0.48 |
| Hex | F0 | A1 | 3 | 0 | 21 | 63 | 6 | 28 | 62 | 30 |
| Octal | 360 | 241 | 3 | 0 | 41 | 143 | 6 | 50 | 142 | 60 |
| Binary | 11110000 | 10100001 | 11 | 0 | 100001 | 1100011 | 110 | 101000 | 1100010 | 110000 |
Color Harmonies of #F0A103
Complementary color
Monochromatic Colors of #F0A103
Black with #F0A103
Text Example
Text Example
White with #F0A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A103; }
p { color: rgb(240,161,3); }
H1.HeaderClassName
{
color: #F0A103;
}
.AnyTagClassName
{
color: #F0A103;
}
</style>
background-color css
<style>
a { background-color: #F0A103; }
a { background-color: rgb(240,161,3); }
div.DivClassName
{
background-color: #F0A103;
}
.BgClassName
{
background-color: #F0A103;
}
</style>
border-color css
<style>
span { border-color: #F0A103; }
span { border-color: rgb(240,161,3); }
td.TdClassName
{
border-color: #F0A103;
}
.TagClassName
{
border-color: #F0A103;
}
</style>