Shades of Orange Peel #FE9B04
Tints of Orange Peel #FE9B04
RGB
CMYK
RGB Variations
Color information
#FE9B04 (or 0xFE9B04) is known color: Orange Peel. HEX triplet: FE, 9B and 04. RGB value is (254,155,4). Sum of RGB (Red+Green+Blue) = 254+155+4=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B04 is #0164FB. Grayscale: #A8A8A8. Windows color (decimal): -91388 or 302078. OLE color: 302078.
HSL color Cylindrical-coordinate representation of color #FE9B04: hue angle of 36.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE9B04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.00 |
| HSL | 36.24º | 0.99% | 0.51% | - |
| HSV(B) | 36.24º | 0.98% | 1% | - |
| XYZ | 52.62 | 44.52 | 5.94 | - |
| YUV | 167.39 | 35.8 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 4 | 0 | 0.39 | 0.98 | 0.00 | 36.24 | 0.99 | 0.51 |
| Hex | FE | 9B | 4 | 0 | 27 | 62 | 0 | 24 | 63 | 33 |
| Octal | 376 | 233 | 4 | 0 | 47 | 142 | 0 | 44 | 143 | 63 |
| Binary | 11111110 | 10011011 | 100 | 0 | 100111 | 1100010 | 0 | 100100 | 1100011 | 110011 |
Color Harmonies of #FE9B04
Complementary color
Monochromatic Colors of #FE9B04
Black with #FE9B04
Text Example
Text Example
White with #FE9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B04; }
p { color: rgb(254,155,4); }
H1.HeaderClassName
{
color: #FE9B04;
}
.AnyTagClassName
{
color: #FE9B04;
}
</style>
background-color css
<style>
a { background-color: #FE9B04; }
a { background-color: rgb(254,155,4); }
div.DivClassName
{
background-color: #FE9B04;
}
.BgClassName
{
background-color: #FE9B04;
}
</style>
border-color css
<style>
span { border-color: #FE9B04; }
span { border-color: rgb(254,155,4); }
td.TdClassName
{
border-color: #FE9B04;
}
.TagClassName
{
border-color: #FE9B04;
}
</style>