Shades of Orange Peel #FBA002
Tints of Orange Peel #FBA002
RGB
CMYK
RGB Variations
Color information
#FBA002 (or 0xFBA002) is known color: Orange Peel. HEX triplet: FB, A0 and 02. RGB value is (251,160,2). Sum of RGB (Red+Green+Blue) = 251+160+2=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA002 is #045FFD. Grayscale: #A9A9A9. Windows color (decimal): -286718 or 172283. OLE color: 172283.
HSL color Cylindrical-coordinate representation of color #FBA002: hue angle of 38.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBA002 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.02 |
| HSL | 38.07º | 0.98% | 0.5% | - |
| HSV(B) | 38.07º | 0.99% | 0.98% | - |
| XYZ | 52.37 | 45.66 | 6.11 | - |
| YUV | 169.2 | 33.65 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 2 | 0 | 0.36 | 0.99 | 0.02 | 38.07 | 0.98 | 0.5 |
| Hex | FB | A0 | 2 | 0 | 24 | 63 | 2 | 26 | 62 | 32 |
| Octal | 373 | 240 | 2 | 0 | 44 | 143 | 2 | 46 | 142 | 62 |
| Binary | 11111011 | 10100000 | 10 | 0 | 100100 | 1100011 | 10 | 100110 | 1100010 | 110010 |
Color Harmonies of #FBA002
Complementary color
Monochromatic Colors of #FBA002
Black with #FBA002
Text Example
Text Example
White with #FBA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA002; }
p { color: rgb(251,160,2); }
H1.HeaderClassName
{
color: #FBA002;
}
.AnyTagClassName
{
color: #FBA002;
}
</style>
background-color css
<style>
a { background-color: #FBA002; }
a { background-color: rgb(251,160,2); }
div.DivClassName
{
background-color: #FBA002;
}
.BgClassName
{
background-color: #FBA002;
}
</style>
border-color css
<style>
span { border-color: #FBA002; }
span { border-color: rgb(251,160,2); }
td.TdClassName
{
border-color: #FBA002;
}
.TagClassName
{
border-color: #FBA002;
}
</style>