Shades of Orange Peel #FF9E02
Tints of Orange Peel #FF9E02
RGB
CMYK
RGB Variations
Color information
#FF9E02 (or 0xFF9E02) is known color: Orange Peel. HEX triplet: FF, 9E and 02. RGB value is (255,158,2). Sum of RGB (Red+Green+Blue) = 255+158+2=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E02 is #0061FD. Grayscale: #A9A9A9. Windows color (decimal): -25086 or 171775. OLE color: 171775.
HSL color Cylindrical-coordinate representation of color #FF9E02: hue angle of 37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF9E02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0 |
| HSL | 37º | 1% | 0.5% | - |
| HSV(B) | 37º | 0.99% | 1% | - |
| XYZ | 53.48 | 45.72 | 6.06 | - |
| YUV | 169.22 | 33.64 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 2 | 0 | 0.38 | 0.99 | 0 | 37 | 1 | 0.5 |
| Hex | FF | 9E | 2 | 0 | 26 | 63 | 0 | 25 | 64 | 32 |
| Octal | 377 | 236 | 2 | 0 | 46 | 143 | 0 | 45 | 144 | 62 |
| Binary | 11111111 | 10011110 | 10 | 0 | 100110 | 1100011 | 0 | 100101 | 1100100 | 110010 |
Color Harmonies of #FF9E02
Complementary color
Monochromatic Colors of #FF9E02
Black with #FF9E02
Text Example
Text Example
White with #FF9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E02; }
p { color: rgb(255,158,2); }
H1.HeaderClassName
{
color: #FF9E02;
}
.AnyTagClassName
{
color: #FF9E02;
}
</style>
background-color css
<style>
a { background-color: #FF9E02; }
a { background-color: rgb(255,158,2); }
div.DivClassName
{
background-color: #FF9E02;
}
.BgClassName
{
background-color: #FF9E02;
}
</style>
border-color css
<style>
span { border-color: #FF9E02; }
span { border-color: rgb(255,158,2); }
td.TdClassName
{
border-color: #FF9E02;
}
.TagClassName
{
border-color: #FF9E02;
}
</style>