Shades of Orange Peel #FF9906
Tints of Orange Peel #FF9906
RGB
CMYK
RGB Variations
Color information
#FF9906 (or 0xFF9906) is known color: Orange Peel. HEX triplet: FF, 99 and 06. RGB value is (255,153,6). Sum of RGB (Red+Green+Blue) = 255+153+6=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9906 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9906 is #0066F9. Grayscale: #A7A7A7. Windows color (decimal): -26362 or 432639. OLE color: 432639.
HSL color Cylindrical-coordinate representation of color #FF9906: hue angle of 35.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9906 is Cyan = 0, Magento = 0.4, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 6 | - |
| CMYK | 0 | 0.4 | 0.98 | 0 |
| HSL | 35.42º | 1% | 0.51% | - |
| HSV(B) | 35.42º | 0.98% | 1% | - |
| XYZ | 52.66 | 44.06 | 5.9 | - |
| YUV | 166.74 | 37.29 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 6 | 0 | 0.4 | 0.98 | 0 | 35.42 | 1 | 0.51 |
| Hex | FF | 99 | 6 | 0 | 28 | 62 | 0 | 23 | 64 | 33 |
| Octal | 377 | 231 | 6 | 0 | 50 | 142 | 0 | 43 | 144 | 63 |
| Binary | 11111111 | 10011001 | 110 | 0 | 101000 | 1100010 | 0 | 100011 | 1100100 | 110011 |
Color Harmonies of #FF9906
Complementary color
Monochromatic Colors of #FF9906
Black with #FF9906
Text Example
Text Example
White with #FF9906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9906; }
p { color: rgb(255,153,6); }
H1.HeaderClassName
{
color: #FF9906;
}
.AnyTagClassName
{
color: #FF9906;
}
</style>
background-color css
<style>
a { background-color: #FF9906; }
a { background-color: rgb(255,153,6); }
div.DivClassName
{
background-color: #FF9906;
}
.BgClassName
{
background-color: #FF9906;
}
</style>
border-color css
<style>
span { border-color: #FF9906; }
span { border-color: rgb(255,153,6); }
td.TdClassName
{
border-color: #FF9906;
}
.TagClassName
{
border-color: #FF9906;
}
</style>