Shades of Orange Peel #FBA200
Tints of Orange Peel #FBA200
RGB
CMYK
RGB Variations
Color information
#FBA200 (or 0xFBA200) is known color: Orange Peel. HEX triplet: FB, A2 and 00. RGB value is (251,162,0). Sum of RGB (Red+Green+Blue) = 251+162+0=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA200 is #045DFF. Grayscale: #AAAAAA. Windows color (decimal): -286208 or 41723. OLE color: 41723.
HSL color Cylindrical-coordinate representation of color #FBA200: hue angle of 38.73º 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 #FBA200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.02 |
| HSL | 38.73º | 1% | 0.49% | - |
| HSV(B) | 38.73º | 1% | 0.98% | - |
| XYZ | 52.7 | 46.35 | 6.17 | - |
| YUV | 170.14 | 31.99 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 0 | 0 | 0.35 | 1 | 0.02 | 38.73 | 1 | 0.49 |
| Hex | FB | A2 | 0 | 0 | 23 | 64 | 2 | 27 | 64 | 31 |
| Octal | 373 | 242 | 0 | 0 | 43 | 144 | 2 | 47 | 144 | 61 |
| Binary | 11111011 | 10100010 | 0 | 0 | 100011 | 1100100 | 10 | 100111 | 1100100 | 110001 |
Color Harmonies of #FBA200
Complementary color
Monochromatic Colors of #FBA200
Black with #FBA200
Text Example
Text Example
White with #FBA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA200; }
p { color: rgb(251,162,0); }
H1.HeaderClassName
{
color: #FBA200;
}
.AnyTagClassName
{
color: #FBA200;
}
</style>
background-color css
<style>
a { background-color: #FBA200; }
a { background-color: rgb(251,162,0); }
div.DivClassName
{
background-color: #FBA200;
}
.BgClassName
{
background-color: #FBA200;
}
</style>
border-color css
<style>
span { border-color: #FBA200; }
span { border-color: rgb(251,162,0); }
td.TdClassName
{
border-color: #FBA200;
}
.TagClassName
{
border-color: #FBA200;
}
</style>