Shades of Orange Peel #FBA006
Tints of Orange Peel #FBA006
RGB
CMYK
RGB Variations
Color information
#FBA006 (or 0xFBA006) is known color: Orange Peel. HEX triplet: FB, A0 and 06. RGB value is (251,160,6). Sum of RGB (Red+Green+Blue) = 251+160+6=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA006 is #045FF9. Grayscale: #AAAAAA. Windows color (decimal): -286714 or 434427. OLE color: 434427.
HSL color Cylindrical-coordinate representation of color #FBA006: hue angle of 37.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBA006 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 6 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.02 |
| HSL | 37.71º | 0.97% | 0.5% | - |
| HSV(B) | 37.71º | 0.98% | 0.98% | - |
| XYZ | 52.39 | 45.66 | 6.23 | - |
| YUV | 169.65 | 35.65 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 6 | 0 | 0.36 | 0.98 | 0.02 | 37.71 | 0.97 | 0.5 |
| Hex | FB | A0 | 6 | 0 | 24 | 62 | 2 | 26 | 61 | 32 |
| Octal | 373 | 240 | 6 | 0 | 44 | 142 | 2 | 46 | 141 | 62 |
| Binary | 11111011 | 10100000 | 110 | 0 | 100100 | 1100010 | 10 | 100110 | 1100001 | 110010 |
Color Harmonies of #FBA006
Complementary color
Monochromatic Colors of #FBA006
Black with #FBA006
Text Example
Text Example
White with #FBA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA006; }
p { color: rgb(251,160,6); }
H1.HeaderClassName
{
color: #FBA006;
}
.AnyTagClassName
{
color: #FBA006;
}
</style>
background-color css
<style>
a { background-color: #FBA006; }
a { background-color: rgb(251,160,6); }
div.DivClassName
{
background-color: #FBA006;
}
.BgClassName
{
background-color: #FBA006;
}
</style>
border-color css
<style>
span { border-color: #FBA006; }
span { border-color: rgb(251,160,6); }
td.TdClassName
{
border-color: #FBA006;
}
.TagClassName
{
border-color: #FBA006;
}
</style>