Shades of Orange Peel #FF9600
Tints of Orange Peel #FF9600
RGB
CMYK
RGB Variations
Color information
#FF9600 (or 0xFF9600) is known color: Orange Peel. HEX triplet: FF, 96 and 00. RGB value is (255,150,0). Sum of RGB (Red+Green+Blue) = 255+150+0=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9600 is #0069FF. Grayscale: #A5A5A5. Windows color (decimal): -27136 or 38655. OLE color: 38655.
HSL color Cylindrical-coordinate representation of color #FF9600: hue angle of 35.29º 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 #FF9600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0 |
| HSL | 35.29º | 1% | 0.5% | - |
| HSV(B) | 35.29º | 1% | 1% | - |
| XYZ | 52.15 | 43.07 | 5.57 | - |
| YUV | 164.3 | 35.29 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 0 | 0 | 0.41 | 1 | 0 | 35.29 | 1 | 0.5 |
| Hex | FF | 96 | 0 | 0 | 29 | 64 | 0 | 23 | 64 | 32 |
| Octal | 377 | 226 | 0 | 0 | 51 | 144 | 0 | 43 | 144 | 62 |
| Binary | 11111111 | 10010110 | 0 | 0 | 101001 | 1100100 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FF9600
Complementary color
Monochromatic Colors of #FF9600
Black with #FF9600
Text Example
Text Example
White with #FF9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9600; }
p { color: rgb(255,150,0); }
H1.HeaderClassName
{
color: #FF9600;
}
.AnyTagClassName
{
color: #FF9600;
}
</style>
background-color css
<style>
a { background-color: #FF9600; }
a { background-color: rgb(255,150,0); }
div.DivClassName
{
background-color: #FF9600;
}
.BgClassName
{
background-color: #FF9600;
}
</style>
border-color css
<style>
span { border-color: #FF9600; }
span { border-color: rgb(255,150,0); }
td.TdClassName
{
border-color: #FF9600;
}
.TagClassName
{
border-color: #FF9600;
}
</style>