Shades of Orange Peel #FF9C00
Tints of Orange Peel #FF9C00
RGB
CMYK
RGB Variations
Color information
#FF9C00 (or 0xFF9C00) is known color: Orange Peel. HEX triplet: FF, 9C and 00. RGB value is (255,156,0). Sum of RGB (Red+Green+Blue) = 255+156+0=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C00 is #0063FF. Grayscale: #A8A8A8. Windows color (decimal): -25600 or 40191. OLE color: 40191.
HSL color Cylindrical-coordinate representation of color #FF9C00: hue angle of 36.71º 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 #FF9C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0 |
| HSL | 36.71º | 1% | 0.5% | - |
| HSV(B) | 36.71º | 1% | 1% | - |
| XYZ | 53.13 | 45.04 | 5.89 | - |
| YUV | 167.82 | 33.3 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 0 | 0 | 0.39 | 1 | 0 | 36.71 | 1 | 0.5 |
| Hex | FF | 9C | 0 | 0 | 27 | 64 | 0 | 25 | 64 | 32 |
| Octal | 377 | 234 | 0 | 0 | 47 | 144 | 0 | 45 | 144 | 62 |
| Binary | 11111111 | 10011100 | 0 | 0 | 100111 | 1100100 | 0 | 100101 | 1100100 | 110010 |
Color Harmonies of #FF9C00
Complementary color
Monochromatic Colors of #FF9C00
Black with #FF9C00
Text Example
Text Example
White with #FF9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C00; }
p { color: rgb(255,156,0); }
H1.HeaderClassName
{
color: #FF9C00;
}
.AnyTagClassName
{
color: #FF9C00;
}
</style>
background-color css
<style>
a { background-color: #FF9C00; }
a { background-color: rgb(255,156,0); }
div.DivClassName
{
background-color: #FF9C00;
}
.BgClassName
{
background-color: #FF9C00;
}
</style>
border-color css
<style>
span { border-color: #FF9C00; }
span { border-color: rgb(255,156,0); }
td.TdClassName
{
border-color: #FF9C00;
}
.TagClassName
{
border-color: #FF9C00;
}
</style>