Shades of Orange Peel #FE9A08
Tints of Orange Peel #FE9A08
RGB
CMYK
RGB Variations
Color information
#FE9A08 (or 0xFE9A08) is known color: Orange Peel. HEX triplet: FE, 9A and 08. RGB value is (254,154,8). Sum of RGB (Red+Green+Blue) = 254+154+8=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A08 is #0165F7. Grayscale: #A7A7A7. Windows color (decimal): -91640 or 563966. OLE color: 563966.
HSL color Cylindrical-coordinate representation of color #FE9A08: hue angle of 35.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE9A08 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 8 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.00 |
| HSL | 35.61º | 0.99% | 0.51% | - |
| HSV(B) | 35.61º | 0.97% | 1% | - |
| XYZ | 52.47 | 44.2 | 6 | - |
| YUV | 167.26 | 38.13 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 8 | 0 | 0.39 | 0.97 | 0.00 | 35.61 | 0.99 | 0.51 |
| Hex | FE | 9A | 8 | 0 | 27 | 61 | 0 | 24 | 63 | 33 |
| Octal | 376 | 232 | 10 | 0 | 47 | 141 | 0 | 44 | 143 | 63 |
| Binary | 11111110 | 10011010 | 1000 | 0 | 100111 | 1100001 | 0 | 100100 | 1100011 | 110011 |
Color Harmonies of #FE9A08
Complementary color
Monochromatic Colors of #FE9A08
Black with #FE9A08
Text Example
Text Example
White with #FE9A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A08; }
p { color: rgb(254,154,8); }
H1.HeaderClassName
{
color: #FE9A08;
}
.AnyTagClassName
{
color: #FE9A08;
}
</style>
background-color css
<style>
a { background-color: #FE9A08; }
a { background-color: rgb(254,154,8); }
div.DivClassName
{
background-color: #FE9A08;
}
.BgClassName
{
background-color: #FE9A08;
}
</style>
border-color css
<style>
span { border-color: #FE9A08; }
span { border-color: rgb(254,154,8); }
td.TdClassName
{
border-color: #FE9A08;
}
.TagClassName
{
border-color: #FE9A08;
}
</style>