Shades of Orange Peel #F0A102
Tints of Orange Peel #F0A102
RGB
CMYK
RGB Variations
Color information
#F0A102 (or 0xF0A102) is known color: Orange Peel. HEX triplet: F0, A1 and 02. RGB value is (240,161,2). Sum of RGB (Red+Green+Blue) = 240+161+2=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A102 is #0F5EFD. Grayscale: #A7A7A7. Windows color (decimal): -1007358 or 172528. OLE color: 172528.
HSL color Cylindrical-coordinate representation of color #F0A102: hue angle of 40.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0A102 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.06 |
| HSL | 40.08º | 0.98% | 0.47% | - |
| HSV(B) | 40.08º | 0.99% | 0.94% | - |
| XYZ | 48.69 | 44.02 | 5.99 | - |
| YUV | 166.5 | 35.17 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 2 | 0 | 0.33 | 0.99 | 0.06 | 40.08 | 0.98 | 0.47 |
| Hex | F0 | A1 | 2 | 0 | 21 | 63 | 6 | 28 | 62 | 2F |
| Octal | 360 | 241 | 2 | 0 | 41 | 143 | 6 | 50 | 142 | 57 |
| Binary | 11110000 | 10100001 | 10 | 0 | 100001 | 1100011 | 110 | 101000 | 1100010 | 101111 |
Color Harmonies of #F0A102
Complementary color
Monochromatic Colors of #F0A102
Black with #F0A102
Text Example
Text Example
White with #F0A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A102; }
p { color: rgb(240,161,2); }
H1.HeaderClassName
{
color: #F0A102;
}
.AnyTagClassName
{
color: #F0A102;
}
</style>
background-color css
<style>
a { background-color: #F0A102; }
a { background-color: rgb(240,161,2); }
div.DivClassName
{
background-color: #F0A102;
}
.BgClassName
{
background-color: #F0A102;
}
</style>
border-color css
<style>
span { border-color: #F0A102; }
span { border-color: rgb(240,161,2); }
td.TdClassName
{
border-color: #F0A102;
}
.TagClassName
{
border-color: #F0A102;
}
</style>