Shades of Orange Peel #FF9E04
Tints of Orange Peel #FF9E04
RGB
CMYK
RGB Variations
Color information
#FF9E04 (or 0xFF9E04) is known color: Orange Peel. HEX triplet: FF, 9E and 04. RGB value is (255,158,4). Sum of RGB (Red+Green+Blue) = 255+158+4=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E04 is #0061FB. Grayscale: #AAAAAA. Windows color (decimal): -25084 or 302847. OLE color: 302847.
HSL color Cylindrical-coordinate representation of color #FF9E04: hue angle of 36.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9E04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0 |
| HSL | 36.81º | 1% | 0.51% | - |
| HSV(B) | 36.81º | 0.98% | 1% | - |
| XYZ | 53.49 | 45.72 | 6.12 | - |
| YUV | 169.45 | 34.64 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 4 | 0 | 0.38 | 0.98 | 0 | 36.81 | 1 | 0.51 |
| Hex | FF | 9E | 4 | 0 | 26 | 62 | 0 | 25 | 64 | 33 |
| Octal | 377 | 236 | 4 | 0 | 46 | 142 | 0 | 45 | 144 | 63 |
| Binary | 11111111 | 10011110 | 100 | 0 | 100110 | 1100010 | 0 | 100101 | 1100100 | 110011 |
Color Harmonies of #FF9E04
Complementary color
Monochromatic Colors of #FF9E04
Black with #FF9E04
Text Example
Text Example
White with #FF9E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E04; }
p { color: rgb(255,158,4); }
H1.HeaderClassName
{
color: #FF9E04;
}
.AnyTagClassName
{
color: #FF9E04;
}
</style>
background-color css
<style>
a { background-color: #FF9E04; }
a { background-color: rgb(255,158,4); }
div.DivClassName
{
background-color: #FF9E04;
}
.BgClassName
{
background-color: #FF9E04;
}
</style>
border-color css
<style>
span { border-color: #FF9E04; }
span { border-color: rgb(255,158,4); }
td.TdClassName
{
border-color: #FF9E04;
}
.TagClassName
{
border-color: #FF9E04;
}
</style>