Shades of Orange Peel #FE9D02
Tints of Orange Peel #FE9D02
RGB
CMYK
RGB Variations
Color information
#FE9D02 (or 0xFE9D02) is known color: Orange Peel. HEX triplet: FE, 9D and 02. RGB value is (254,157,2). Sum of RGB (Red+Green+Blue) = 254+157+2=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9D02 is #0162FD. Grayscale: #A9A9A9. Windows color (decimal): -90878 or 171518. OLE color: 171518.
HSL color Cylindrical-coordinate representation of color #FE9D02: hue angle of 36.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE9D02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.00 |
| HSL | 36.9º | 0.99% | 0.5% | - |
| HSV(B) | 36.9º | 0.99% | 1% | - |
| XYZ | 52.94 | 45.19 | 5.99 | - |
| YUV | 168.33 | 34.14 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 2 | 0 | 0.38 | 0.99 | 0.00 | 36.9 | 0.99 | 0.5 |
| Hex | FE | 9D | 2 | 0 | 26 | 63 | 0 | 25 | 63 | 32 |
| Octal | 376 | 235 | 2 | 0 | 46 | 143 | 0 | 45 | 143 | 62 |
| Binary | 11111110 | 10011101 | 10 | 0 | 100110 | 1100011 | 0 | 100101 | 1100011 | 110010 |
Color Harmonies of #FE9D02
Complementary color
Monochromatic Colors of #FE9D02
Black with #FE9D02
Text Example
Text Example
White with #FE9D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D02; }
p { color: rgb(254,157,2); }
H1.HeaderClassName
{
color: #FE9D02;
}
.AnyTagClassName
{
color: #FE9D02;
}
</style>
background-color css
<style>
a { background-color: #FE9D02; }
a { background-color: rgb(254,157,2); }
div.DivClassName
{
background-color: #FE9D02;
}
.BgClassName
{
background-color: #FE9D02;
}
</style>
border-color css
<style>
span { border-color: #FE9D02; }
span { border-color: rgb(254,157,2); }
td.TdClassName
{
border-color: #FE9D02;
}
.TagClassName
{
border-color: #FE9D02;
}
</style>