Shades of Orange Peel #FF9A0B
Tints of Orange Peel #FF9A0B
RGB
CMYK
RGB Variations
Color information
#FF9A0B (or 0xFF9A0B) is known color: Orange Peel. HEX triplet: FF, 9A and 0B. RGB value is (255,154,11). Sum of RGB (Red+Green+Blue) = 255+154+11=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A0B is #0065F4. Grayscale: #A8A8A8. Windows color (decimal): -26101 or 760575. OLE color: 760575.
HSL color Cylindrical-coordinate representation of color #FF9A0B: hue angle of 35.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF9A0B is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 11 | - |
| CMYK | 0 | 0.40 | 0.96 | 0 |
| HSL | 35.16º | 1% | 0.52% | - |
| HSV(B) | 35.16º | 0.96% | 1% | - |
| XYZ | 52.86 | 44.4 | 6.1 | - |
| YUV | 167.9 | 39.46 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 11 | 0 | 0.40 | 0.96 | 0 | 35.16 | 1 | 0.52 |
| Hex | FF | 9A | B | 0 | 28 | 60 | 0 | 23 | 64 | 34 |
| Octal | 377 | 232 | 13 | 0 | 50 | 140 | 0 | 43 | 144 | 64 |
| Binary | 11111111 | 10011010 | 1011 | 0 | 101000 | 1100000 | 0 | 100011 | 1100100 | 110100 |
Color Harmonies of #FF9A0B
Complementary color
Monochromatic Colors of #FF9A0B
Black with #FF9A0B
Text Example
Text Example
White with #FF9A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A0B; }
p { color: rgb(255,154,11); }
H1.HeaderClassName
{
color: #FF9A0B;
}
.AnyTagClassName
{
color: #FF9A0B;
}
</style>
background-color css
<style>
a { background-color: #FF9A0B; }
a { background-color: rgb(255,154,11); }
div.DivClassName
{
background-color: #FF9A0B;
}
.BgClassName
{
background-color: #FF9A0B;
}
</style>
border-color css
<style>
span { border-color: #FF9A0B; }
span { border-color: rgb(255,154,11); }
td.TdClassName
{
border-color: #FF9A0B;
}
.TagClassName
{
border-color: #FF9A0B;
}
</style>