Shades of Orange Peel #FB9F00
Tints of Orange Peel #FB9F00
RGB
CMYK
RGB Variations
Color information
#FB9F00 (or 0xFB9F00) is known color: Orange Peel. HEX triplet: FB, 9F and 00. RGB value is (251,159,0). Sum of RGB (Red+Green+Blue) = 251+159+0=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9F00 is #0460FF. Grayscale: #A9A9A9. Windows color (decimal): -286976 or 40955. OLE color: 40955.
HSL color Cylindrical-coordinate representation of color #FB9F00: hue angle of 38.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB9F00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.02 |
| HSL | 38.01º | 1% | 0.49% | - |
| HSV(B) | 38.01º | 1% | 0.98% | - |
| XYZ | 52.18 | 45.31 | 5.99 | - |
| YUV | 168.38 | 32.98 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 0 | 0 | 0.37 | 1 | 0.02 | 38.01 | 1 | 0.49 |
| Hex | FB | 9F | 0 | 0 | 25 | 64 | 2 | 26 | 64 | 31 |
| Octal | 373 | 237 | 0 | 0 | 45 | 144 | 2 | 46 | 144 | 61 |
| Binary | 11111011 | 10011111 | 0 | 0 | 100101 | 1100100 | 10 | 100110 | 1100100 | 110001 |
Color Harmonies of #FB9F00
Complementary color
Monochromatic Colors of #FB9F00
Black with #FB9F00
Text Example
Text Example
White with #FB9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F00; }
p { color: rgb(251,159,0); }
H1.HeaderClassName
{
color: #FB9F00;
}
.AnyTagClassName
{
color: #FB9F00;
}
</style>
background-color css
<style>
a { background-color: #FB9F00; }
a { background-color: rgb(251,159,0); }
div.DivClassName
{
background-color: #FB9F00;
}
.BgClassName
{
background-color: #FB9F00;
}
</style>
border-color css
<style>
span { border-color: #FB9F00; }
span { border-color: rgb(251,159,0); }
td.TdClassName
{
border-color: #FB9F00;
}
.TagClassName
{
border-color: #FB9F00;
}
</style>