Shades of Orange Peel #FF990B
Tints of Orange Peel #FF990B
RGB
CMYK
RGB Variations
Color information
#FF990B (or 0xFF990B) is known color: Orange Peel. HEX triplet: FF, 99 and 0B. RGB value is (255,153,11). Sum of RGB (Red+Green+Blue) = 255+153+11=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990B is #0066F4. Grayscale: #A7A7A7. Windows color (decimal): -26357 or 760319. OLE color: 760319.
HSL color Cylindrical-coordinate representation of color #FF990B: hue angle of 34.92º 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 #FF990B is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 11 | - |
| CMYK | 0 | 0.4 | 0.96 | 0 |
| HSL | 34.92º | 1% | 0.52% | - |
| HSV(B) | 34.92º | 0.96% | 1% | - |
| XYZ | 52.69 | 44.07 | 6.05 | - |
| YUV | 167.31 | 39.79 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 11 | 0 | 0.4 | 0.96 | 0 | 34.92 | 1 | 0.52 |
| Hex | FF | 99 | B | 0 | 28 | 60 | 0 | 23 | 64 | 34 |
| Octal | 377 | 231 | 13 | 0 | 50 | 140 | 0 | 43 | 144 | 64 |
| Binary | 11111111 | 10011001 | 1011 | 0 | 101000 | 1100000 | 0 | 100011 | 1100100 | 110100 |
Color Harmonies of #FF990B
Complementary color
Monochromatic Colors of #FF990B
Black with #FF990B
Text Example
Text Example
White with #FF990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF990B; }
p { color: rgb(255,153,11); }
H1.HeaderClassName
{
color: #FF990B;
}
.AnyTagClassName
{
color: #FF990B;
}
</style>
background-color css
<style>
a { background-color: #FF990B; }
a { background-color: rgb(255,153,11); }
div.DivClassName
{
background-color: #FF990B;
}
.BgClassName
{
background-color: #FF990B;
}
</style>
border-color css
<style>
span { border-color: #FF990B; }
span { border-color: rgb(255,153,11); }
td.TdClassName
{
border-color: #FF990B;
}
.TagClassName
{
border-color: #FF990B;
}
</style>