Shades of Orange Peel #FB9900
Tints of Orange Peel #FB9900
RGB
CMYK
RGB Variations
Color information
#FB9900 (or 0xFB9900) is known color: Orange Peel. HEX triplet: FB, 99 and 00. RGB value is (251,153,0). Sum of RGB (Red+Green+Blue) = 251+153+0=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9900 is #0466FF. Grayscale: #A5A5A5. Windows color (decimal): -288512 or 39419. OLE color: 39419.
HSL color Cylindrical-coordinate representation of color #FB9900: hue angle of 36.57º 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 #FB9900 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.02 |
| HSL | 36.57º | 1% | 0.49% | - |
| HSV(B) | 36.57º | 1% | 0.98% | - |
| XYZ | 51.17 | 43.29 | 5.66 | - |
| YUV | 164.86 | 34.97 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 0 | 0 | 0.39 | 1 | 0.02 | 36.57 | 1 | 0.49 |
| Hex | FB | 99 | 0 | 0 | 27 | 64 | 2 | 25 | 64 | 31 |
| Octal | 373 | 231 | 0 | 0 | 47 | 144 | 2 | 45 | 144 | 61 |
| Binary | 11111011 | 10011001 | 0 | 0 | 100111 | 1100100 | 10 | 100101 | 1100100 | 110001 |
Color Harmonies of #FB9900
Complementary color
Monochromatic Colors of #FB9900
Black with #FB9900
Text Example
Text Example
White with #FB9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9900; }
p { color: rgb(251,153,0); }
H1.HeaderClassName
{
color: #FB9900;
}
.AnyTagClassName
{
color: #FB9900;
}
</style>
background-color css
<style>
a { background-color: #FB9900; }
a { background-color: rgb(251,153,0); }
div.DivClassName
{
background-color: #FB9900;
}
.BgClassName
{
background-color: #FB9900;
}
</style>
border-color css
<style>
span { border-color: #FB9900; }
span { border-color: rgb(251,153,0); }
td.TdClassName
{
border-color: #FB9900;
}
.TagClassName
{
border-color: #FB9900;
}
</style>