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