Shades of Orange Peel #FE9905
Tints of Orange Peel #FE9905
RGB
CMYK
RGB Variations
Color information
#FE9905 (or 0xFE9905) is known color: Orange Peel. HEX triplet: FE, 99 and 05. RGB value is (254,153,5). Sum of RGB (Red+Green+Blue) = 254+153+5=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9905 is #0166FA. Grayscale: #A7A7A7. Windows color (decimal): -91899 or 367102. OLE color: 367102.
HSL color Cylindrical-coordinate representation of color #FE9905: hue angle of 35.66º 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 #FE9905 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.00 |
| HSL | 35.66º | 0.99% | 0.51% | - |
| HSV(B) | 35.66º | 0.98% | 1% | - |
| XYZ | 52.29 | 43.86 | 5.85 | - |
| YUV | 166.33 | 36.96 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 5 | 0 | 0.40 | 0.98 | 0.00 | 35.66 | 0.99 | 0.51 |
| Hex | FE | 99 | 5 | 0 | 28 | 62 | 0 | 24 | 63 | 33 |
| Octal | 376 | 231 | 5 | 0 | 50 | 142 | 0 | 44 | 143 | 63 |
| Binary | 11111110 | 10011001 | 101 | 0 | 101000 | 1100010 | 0 | 100100 | 1100011 | 110011 |
Color Harmonies of #FE9905
Complementary color
Monochromatic Colors of #FE9905
Black with #FE9905
Text Example
Text Example
White with #FE9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9905; }
p { color: rgb(254,153,5); }
H1.HeaderClassName
{
color: #FE9905;
}
.AnyTagClassName
{
color: #FE9905;
}
</style>
background-color css
<style>
a { background-color: #FE9905; }
a { background-color: rgb(254,153,5); }
div.DivClassName
{
background-color: #FE9905;
}
.BgClassName
{
background-color: #FE9905;
}
</style>
border-color css
<style>
span { border-color: #FE9905; }
span { border-color: rgb(254,153,5); }
td.TdClassName
{
border-color: #FE9905;
}
.TagClassName
{
border-color: #FE9905;
}
</style>