Shades of Orange Peel #FE9C04
Tints of Orange Peel #FE9C04
RGB
CMYK
RGB Variations
Color information
#FE9C04 (or 0xFE9C04) is known color: Orange Peel. HEX triplet: FE, 9C and 04. RGB value is (254,156,4). Sum of RGB (Red+Green+Blue) = 254+156+4=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9C04 is #0163FB. Grayscale: #A8A8A8. Windows color (decimal): -91132 or 302334. OLE color: 302334.
HSL color Cylindrical-coordinate representation of color #FE9C04: hue angle of 36.48º 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 #FE9C04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.00 |
| HSL | 36.48º | 0.99% | 0.51% | - |
| HSV(B) | 36.48º | 0.98% | 1% | - |
| XYZ | 52.78 | 44.86 | 5.99 | - |
| YUV | 167.97 | 35.47 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 4 | 0 | 0.39 | 0.98 | 0.00 | 36.48 | 0.99 | 0.51 |
| Hex | FE | 9C | 4 | 0 | 27 | 62 | 0 | 24 | 63 | 33 |
| Octal | 376 | 234 | 4 | 0 | 47 | 142 | 0 | 44 | 143 | 63 |
| Binary | 11111110 | 10011100 | 100 | 0 | 100111 | 1100010 | 0 | 100100 | 1100011 | 110011 |
Color Harmonies of #FE9C04
Complementary color
Monochromatic Colors of #FE9C04
Black with #FE9C04
Text Example
Text Example
White with #FE9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C04; }
p { color: rgb(254,156,4); }
H1.HeaderClassName
{
color: #FE9C04;
}
.AnyTagClassName
{
color: #FE9C04;
}
</style>
background-color css
<style>
a { background-color: #FE9C04; }
a { background-color: rgb(254,156,4); }
div.DivClassName
{
background-color: #FE9C04;
}
.BgClassName
{
background-color: #FE9C04;
}
</style>
border-color css
<style>
span { border-color: #FE9C04; }
span { border-color: rgb(254,156,4); }
td.TdClassName
{
border-color: #FE9C04;
}
.TagClassName
{
border-color: #FE9C04;
}
</style>