Shades of Orange Peel #FB990B
Tints of Orange Peel #FB990B
RGB
CMYK
RGB Variations
Color information
#FB990B (or 0xFB990B) is known color: Orange Peel. HEX triplet: FB, 99 and 0B. RGB value is (251,153,11). Sum of RGB (Red+Green+Blue) = 251+153+11=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB990B is #0466F4. Grayscale: #A6A6A6. Windows color (decimal): -288501 or 760315. OLE color: 760315.
HSL color Cylindrical-coordinate representation of color #FB990B: hue angle of 35.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB990B is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 11 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.02 |
| HSL | 35.5º | 0.97% | 0.51% | - |
| HSV(B) | 35.5º | 0.96% | 0.98% | - |
| XYZ | 51.24 | 43.32 | 5.98 | - |
| YUV | 166.11 | 40.47 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 11 | 0 | 0.39 | 0.96 | 0.02 | 35.5 | 0.97 | 0.51 |
| Hex | FB | 99 | B | 0 | 27 | 60 | 2 | 24 | 61 | 33 |
| Octal | 373 | 231 | 13 | 0 | 47 | 140 | 2 | 44 | 141 | 63 |
| Binary | 11111011 | 10011001 | 1011 | 0 | 100111 | 1100000 | 10 | 100100 | 1100001 | 110011 |
Color Harmonies of #FB990B
Complementary color
Monochromatic Colors of #FB990B
Black with #FB990B
Text Example
Text Example
White with #FB990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB990B; }
p { color: rgb(251,153,11); }
H1.HeaderClassName
{
color: #FB990B;
}
.AnyTagClassName
{
color: #FB990B;
}
</style>
background-color css
<style>
a { background-color: #FB990B; }
a { background-color: rgb(251,153,11); }
div.DivClassName
{
background-color: #FB990B;
}
.BgClassName
{
background-color: #FB990B;
}
</style>
border-color css
<style>
span { border-color: #FB990B; }
span { border-color: rgb(251,153,11); }
td.TdClassName
{
border-color: #FB990B;
}
.TagClassName
{
border-color: #FB990B;
}
</style>