Shades of Orange Peel #FF9A06
Tints of Orange Peel #FF9A06
RGB
CMYK
RGB Variations
Color information
#FF9A06 (or 0xFF9A06) is known color: Orange Peel. HEX triplet: FF, 9A and 06. RGB value is (255,154,6). Sum of RGB (Red+Green+Blue) = 255+154+6=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A06 is #0065F9. Grayscale: #A8A8A8. Windows color (decimal): -26106 or 432895. OLE color: 432895.
HSL color Cylindrical-coordinate representation of color #FF9A06: hue angle of 35.66º 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 #FF9A06 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 6 | - |
| CMYK | 0 | 0.40 | 0.98 | 0 |
| HSL | 35.66º | 1% | 0.51% | - |
| HSV(B) | 35.66º | 0.98% | 1% | - |
| XYZ | 52.83 | 44.38 | 5.95 | - |
| YUV | 167.33 | 36.96 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 6 | 0 | 0.40 | 0.98 | 0 | 35.66 | 1 | 0.51 |
| Hex | FF | 9A | 6 | 0 | 28 | 62 | 0 | 24 | 64 | 33 |
| Octal | 377 | 232 | 6 | 0 | 50 | 142 | 0 | 44 | 144 | 63 |
| Binary | 11111111 | 10011010 | 110 | 0 | 101000 | 1100010 | 0 | 100100 | 1100100 | 110011 |
Color Harmonies of #FF9A06
Complementary color
Monochromatic Colors of #FF9A06
Black with #FF9A06
Text Example
Text Example
White with #FF9A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A06; }
p { color: rgb(255,154,6); }
H1.HeaderClassName
{
color: #FF9A06;
}
.AnyTagClassName
{
color: #FF9A06;
}
</style>
background-color css
<style>
a { background-color: #FF9A06; }
a { background-color: rgb(255,154,6); }
div.DivClassName
{
background-color: #FF9A06;
}
.BgClassName
{
background-color: #FF9A06;
}
</style>
border-color css
<style>
span { border-color: #FF9A06; }
span { border-color: rgb(255,154,6); }
td.TdClassName
{
border-color: #FF9A06;
}
.TagClassName
{
border-color: #FF9A06;
}
</style>