Shades of Orange Peel #FE9B02
Tints of Orange Peel #FE9B02
RGB
CMYK
RGB Variations
Color information
#FE9B02 (or 0xFE9B02) is known color: Orange Peel. HEX triplet: FE, 9B and 02. RGB value is (254,155,2). Sum of RGB (Red+Green+Blue) = 254+155+2=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B02 is #0164FD. Grayscale: #A7A7A7. Windows color (decimal): -91390 or 171006. OLE color: 171006.
HSL color Cylindrical-coordinate representation of color #FE9B02: hue angle of 36.43º 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 #FE9B02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.00 |
| HSL | 36.43º | 0.99% | 0.5% | - |
| HSV(B) | 36.43º | 0.99% | 1% | - |
| XYZ | 52.61 | 44.52 | 5.88 | - |
| YUV | 167.16 | 34.8 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 2 | 0 | 0.39 | 0.99 | 0.00 | 36.43 | 0.99 | 0.5 |
| Hex | FE | 9B | 2 | 0 | 27 | 63 | 0 | 24 | 63 | 32 |
| Octal | 376 | 233 | 2 | 0 | 47 | 143 | 0 | 44 | 143 | 62 |
| Binary | 11111110 | 10011011 | 10 | 0 | 100111 | 1100011 | 0 | 100100 | 1100011 | 110010 |
Color Harmonies of #FE9B02
Complementary color
Monochromatic Colors of #FE9B02
Black with #FE9B02
Text Example
Text Example
White with #FE9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B02; }
p { color: rgb(254,155,2); }
H1.HeaderClassName
{
color: #FE9B02;
}
.AnyTagClassName
{
color: #FE9B02;
}
</style>
background-color css
<style>
a { background-color: #FE9B02; }
a { background-color: rgb(254,155,2); }
div.DivClassName
{
background-color: #FE9B02;
}
.BgClassName
{
background-color: #FE9B02;
}
</style>
border-color css
<style>
span { border-color: #FE9B02; }
span { border-color: rgb(254,155,2); }
td.TdClassName
{
border-color: #FE9B02;
}
.TagClassName
{
border-color: #FE9B02;
}
</style>