Shades of Orange Peel #FB9F0B
Tints of Orange Peel #FB9F0B
RGB
CMYK
RGB Variations
Color information
#FB9F0B (or 0xFB9F0B) is known color: Orange Peel. HEX triplet: FB, 9F and 0B. RGB value is (251,159,11). Sum of RGB (Red+Green+Blue) = 251+159+11=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9F0B is #0460F4. Grayscale: #AAAAAA. Windows color (decimal): -286965 or 761851. OLE color: 761851.
HSL color Cylindrical-coordinate representation of color #FB9F0B: hue angle of 37º 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 #FB9F0B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 11 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.02 |
| HSL | 37º | 0.97% | 0.51% | - |
| HSV(B) | 37º | 0.96% | 0.98% | - |
| XYZ | 52.24 | 45.33 | 6.31 | - |
| YUV | 169.64 | 38.48 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 11 | 0 | 0.37 | 0.96 | 0.02 | 37 | 0.97 | 0.51 |
| Hex | FB | 9F | B | 0 | 25 | 60 | 2 | 25 | 61 | 33 |
| Octal | 373 | 237 | 13 | 0 | 45 | 140 | 2 | 45 | 141 | 63 |
| Binary | 11111011 | 10011111 | 1011 | 0 | 100101 | 1100000 | 10 | 100101 | 1100001 | 110011 |
Color Harmonies of #FB9F0B
Complementary color
Monochromatic Colors of #FB9F0B
Black with #FB9F0B
Text Example
Text Example
White with #FB9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F0B; }
p { color: rgb(251,159,11); }
H1.HeaderClassName
{
color: #FB9F0B;
}
.AnyTagClassName
{
color: #FB9F0B;
}
</style>
background-color css
<style>
a { background-color: #FB9F0B; }
a { background-color: rgb(251,159,11); }
div.DivClassName
{
background-color: #FB9F0B;
}
.BgClassName
{
background-color: #FB9F0B;
}
</style>
border-color css
<style>
span { border-color: #FB9F0B; }
span { border-color: rgb(251,159,11); }
td.TdClassName
{
border-color: #FB9F0B;
}
.TagClassName
{
border-color: #FB9F0B;
}
</style>