Shades of Orange Peel #FBA005
Tints of Orange Peel #FBA005
RGB
CMYK
RGB Variations
Color information
#FBA005 (or 0xFBA005) is known color: Orange Peel. HEX triplet: FB, A0 and 05. RGB value is (251,160,5). Sum of RGB (Red+Green+Blue) = 251+160+5=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA005 is #045FFA. Grayscale: #AAAAAA. Windows color (decimal): -286715 or 368891. OLE color: 368891.
HSL color Cylindrical-coordinate representation of color #FBA005: hue angle of 37.8º 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 #FBA005 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.02 |
| HSL | 37.8º | 0.97% | 0.5% | - |
| HSV(B) | 37.8º | 0.98% | 0.98% | - |
| XYZ | 52.38 | 45.66 | 6.2 | - |
| YUV | 169.54 | 35.15 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 5 | 0 | 0.36 | 0.98 | 0.02 | 37.8 | 0.97 | 0.5 |
| Hex | FB | A0 | 5 | 0 | 24 | 62 | 2 | 26 | 61 | 32 |
| Octal | 373 | 240 | 5 | 0 | 44 | 142 | 2 | 46 | 141 | 62 |
| Binary | 11111011 | 10100000 | 101 | 0 | 100100 | 1100010 | 10 | 100110 | 1100001 | 110010 |
Color Harmonies of #FBA005
Complementary color
Monochromatic Colors of #FBA005
Black with #FBA005
Text Example
Text Example
White with #FBA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA005; }
p { color: rgb(251,160,5); }
H1.HeaderClassName
{
color: #FBA005;
}
.AnyTagClassName
{
color: #FBA005;
}
</style>
background-color css
<style>
a { background-color: #FBA005; }
a { background-color: rgb(251,160,5); }
div.DivClassName
{
background-color: #FBA005;
}
.BgClassName
{
background-color: #FBA005;
}
</style>
border-color css
<style>
span { border-color: #FBA005; }
span { border-color: rgb(251,160,5); }
td.TdClassName
{
border-color: #FBA005;
}
.TagClassName
{
border-color: #FBA005;
}
</style>