Shades of Orange Peel #FF9901
Tints of Orange Peel #FF9901
RGB
CMYK
RGB Variations
Color information
#FF9901 (or 0xFF9901) is known color: Orange Peel. HEX triplet: FF, 99 and 01. RGB value is (255,153,1). Sum of RGB (Red+Green+Blue) = 255+153+1=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9901 is #0066FE. Grayscale: #A6A6A6. Windows color (decimal): -26367 or 104959. OLE color: 104959.
HSL color Cylindrical-coordinate representation of color #FF9901: hue angle of 35.91º 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 #FF9901 is Cyan = 0, Magento = 0.4, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 1 | - |
| CMYK | 0 | 0.4 | 1.00 | 0 |
| HSL | 35.91º | 1% | 0.5% | - |
| HSV(B) | 35.91º | 1% | 1% | - |
| XYZ | 52.64 | 44.04 | 5.76 | - |
| YUV | 166.17 | 34.79 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 1 | 0 | 0.4 | 1.00 | 0 | 35.91 | 1 | 0.5 |
| Hex | FF | 99 | 1 | 0 | 28 | 64 | 0 | 24 | 64 | 32 |
| Octal | 377 | 231 | 1 | 0 | 50 | 144 | 0 | 44 | 144 | 62 |
| Binary | 11111111 | 10011001 | 1 | 0 | 101000 | 1100100 | 0 | 100100 | 1100100 | 110010 |
Color Harmonies of #FF9901
Complementary color
Monochromatic Colors of #FF9901
Black with #FF9901
Text Example
Text Example
White with #FF9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9901; }
p { color: rgb(255,153,1); }
H1.HeaderClassName
{
color: #FF9901;
}
.AnyTagClassName
{
color: #FF9901;
}
</style>
background-color css
<style>
a { background-color: #FF9901; }
a { background-color: rgb(255,153,1); }
div.DivClassName
{
background-color: #FF9901;
}
.BgClassName
{
background-color: #FF9901;
}
</style>
border-color css
<style>
span { border-color: #FF9901; }
span { border-color: rgb(255,153,1); }
td.TdClassName
{
border-color: #FF9901;
}
.TagClassName
{
border-color: #FF9901;
}
</style>