Shades of Orange Peel #FBA008
Tints of Orange Peel #FBA008
RGB
CMYK
RGB Variations
Color information
#FBA008 (or 0xFBA008) is known color: Orange Peel. HEX triplet: FB, A0 and 08. RGB value is (251,160,8). Sum of RGB (Red+Green+Blue) = 251+160+8=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA008 is #045FF7. Grayscale: #AAAAAA. Windows color (decimal): -286712 or 565499. OLE color: 565499.
HSL color Cylindrical-coordinate representation of color #FBA008: hue angle of 37.53º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBA008 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 8 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.02 |
| HSL | 37.53º | 0.97% | 0.51% | - |
| HSV(B) | 37.53º | 0.97% | 0.98% | - |
| XYZ | 52.4 | 45.67 | 6.28 | - |
| YUV | 169.88 | 36.65 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 8 | 0 | 0.36 | 0.97 | 0.02 | 37.53 | 0.97 | 0.51 |
| Hex | FB | A0 | 8 | 0 | 24 | 61 | 2 | 26 | 61 | 33 |
| Octal | 373 | 240 | 10 | 0 | 44 | 141 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100000 | 1000 | 0 | 100100 | 1100001 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA008
Complementary color
Monochromatic Colors of #FBA008
Black with #FBA008
Text Example
Text Example
White with #FBA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA008; }
p { color: rgb(251,160,8); }
H1.HeaderClassName
{
color: #FBA008;
}
.AnyTagClassName
{
color: #FBA008;
}
</style>
background-color css
<style>
a { background-color: #FBA008; }
a { background-color: rgb(251,160,8); }
div.DivClassName
{
background-color: #FBA008;
}
.BgClassName
{
background-color: #FBA008;
}
</style>
border-color css
<style>
span { border-color: #FBA008; }
span { border-color: rgb(251,160,8); }
td.TdClassName
{
border-color: #FBA008;
}
.TagClassName
{
border-color: #FBA008;
}
</style>