Shades of Orange Peel #FF9F00
Tints of Orange Peel #FF9F00
RGB
CMYK
RGB Variations
Color information
#FF9F00 (or 0xFF9F00) is known color: Orange Peel. HEX triplet: FF, 9F and 00. RGB value is (255,159,0). Sum of RGB (Red+Green+Blue) = 255+159+0=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F00 is #0060FF. Grayscale: #AAAAAA. Windows color (decimal): -24832 or 40959. OLE color: 40959.
HSL color Cylindrical-coordinate representation of color #FF9F00: hue angle of 37.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF9F00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0 |
| HSL | 37.41º | 1% | 0.5% | - |
| HSV(B) | 37.41º | 1% | 1% | - |
| XYZ | 53.64 | 46.06 | 6.06 | - |
| YUV | 169.58 | 32.3 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 0 | 0 | 0.38 | 1 | 0 | 37.41 | 1 | 0.5 |
| Hex | FF | 9F | 0 | 0 | 26 | 64 | 0 | 25 | 64 | 32 |
| Octal | 377 | 237 | 0 | 0 | 46 | 144 | 0 | 45 | 144 | 62 |
| Binary | 11111111 | 10011111 | 0 | 0 | 100110 | 1100100 | 0 | 100101 | 1100100 | 110010 |
Color Harmonies of #FF9F00
Complementary color
Monochromatic Colors of #FF9F00
Black with #FF9F00
Text Example
Text Example
White with #FF9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F00; }
p { color: rgb(255,159,0); }
H1.HeaderClassName
{
color: #FF9F00;
}
.AnyTagClassName
{
color: #FF9F00;
}
</style>
background-color css
<style>
a { background-color: #FF9F00; }
a { background-color: rgb(255,159,0); }
div.DivClassName
{
background-color: #FF9F00;
}
.BgClassName
{
background-color: #FF9F00;
}
</style>
border-color css
<style>
span { border-color: #FF9F00; }
span { border-color: rgb(255,159,0); }
td.TdClassName
{
border-color: #FF9F00;
}
.TagClassName
{
border-color: #FF9F00;
}
</style>