Shades of Orange Peel #FF9D08
Tints of Orange Peel #FF9D08
RGB
CMYK
RGB Variations
Color information
#FF9D08 (or 0xFF9D08) is known color: Orange Peel. HEX triplet: FF, 9D and 08. RGB value is (255,157,8). Sum of RGB (Red+Green+Blue) = 255+157+8=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D08 is #0062F7. Grayscale: #AAAAAA. Windows color (decimal): -25336 or 564735. OLE color: 564735.
HSL color Cylindrical-coordinate representation of color #FF9D08: hue angle of 36.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF9D08 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0 |
| HSL | 36.19º | 1% | 0.52% | - |
| HSV(B) | 36.19º | 0.97% | 1% | - |
| XYZ | 53.34 | 45.39 | 6.18 | - |
| YUV | 169.32 | 36.97 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 8 | 0 | 0.38 | 0.97 | 0 | 36.19 | 1 | 0.52 |
| Hex | FF | 9D | 8 | 0 | 26 | 61 | 0 | 24 | 64 | 34 |
| Octal | 377 | 235 | 10 | 0 | 46 | 141 | 0 | 44 | 144 | 64 |
| Binary | 11111111 | 10011101 | 1000 | 0 | 100110 | 1100001 | 0 | 100100 | 1100100 | 110100 |
Color Harmonies of #FF9D08
Complementary color
Monochromatic Colors of #FF9D08
Black with #FF9D08
Text Example
Text Example
White with #FF9D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D08; }
p { color: rgb(255,157,8); }
H1.HeaderClassName
{
color: #FF9D08;
}
.AnyTagClassName
{
color: #FF9D08;
}
</style>
background-color css
<style>
a { background-color: #FF9D08; }
a { background-color: rgb(255,157,8); }
div.DivClassName
{
background-color: #FF9D08;
}
.BgClassName
{
background-color: #FF9D08;
}
</style>
border-color css
<style>
span { border-color: #FF9D08; }
span { border-color: rgb(255,157,8); }
td.TdClassName
{
border-color: #FF9D08;
}
.TagClassName
{
border-color: #FF9D08;
}
</style>