Shades of Orange Peel #FBA000
Tints of Orange Peel #FBA000
RGB
CMYK
RGB Variations
Color information
#FBA000 (or 0xFBA000) is known color: Orange Peel. HEX triplet: FB, A0 and 00. RGB value is (251,160,0). Sum of RGB (Red+Green+Blue) = 251+160+0=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA000 is #045FFF. Grayscale: #A9A9A9. Windows color (decimal): -286720 or 41211. OLE color: 41211.
HSL color Cylindrical-coordinate representation of color #FBA000: hue angle of 38.25º 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 #FBA000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.02 |
| HSL | 38.25º | 1% | 0.49% | - |
| HSV(B) | 38.25º | 1% | 0.98% | - |
| XYZ | 52.35 | 45.65 | 6.05 | - |
| YUV | 168.97 | 32.65 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 0 | 0 | 0.36 | 1 | 0.02 | 38.25 | 1 | 0.49 |
| Hex | FB | A0 | 0 | 0 | 24 | 64 | 2 | 26 | 64 | 31 |
| Octal | 373 | 240 | 0 | 0 | 44 | 144 | 2 | 46 | 144 | 61 |
| Binary | 11111011 | 10100000 | 0 | 0 | 100100 | 1100100 | 10 | 100110 | 1100100 | 110001 |
Color Harmonies of #FBA000
Complementary color
Monochromatic Colors of #FBA000
Black with #FBA000
Text Example
Text Example
White with #FBA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA000; }
p { color: rgb(251,160,0); }
H1.HeaderClassName
{
color: #FBA000;
}
.AnyTagClassName
{
color: #FBA000;
}
</style>
background-color css
<style>
a { background-color: #FBA000; }
a { background-color: rgb(251,160,0); }
div.DivClassName
{
background-color: #FBA000;
}
.BgClassName
{
background-color: #FBA000;
}
</style>
border-color css
<style>
span { border-color: #FBA000; }
span { border-color: rgb(251,160,0); }
td.TdClassName
{
border-color: #FBA000;
}
.TagClassName
{
border-color: #FBA000;
}
</style>