Shades of Orange Peel #FBA206
Tints of Orange Peel #FBA206
RGB
CMYK
RGB Variations
Color information
#FBA206 (or 0xFBA206) is known color: Orange Peel. HEX triplet: FB, A2 and 06. RGB value is (251,162,6). Sum of RGB (Red+Green+Blue) = 251+162+6=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA206 is #045DF9. Grayscale: #ABABAB. Windows color (decimal): -286202 or 434939. OLE color: 434939.
HSL color Cylindrical-coordinate representation of color #FBA206: hue angle of 38.2º 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 #FBA206 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 6 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.02 |
| HSL | 38.2º | 0.97% | 0.5% | - |
| HSV(B) | 38.2º | 0.98% | 0.98% | - |
| XYZ | 52.74 | 46.36 | 6.34 | - |
| YUV | 170.83 | 34.99 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 6 | 0 | 0.35 | 0.98 | 0.02 | 38.2 | 0.97 | 0.5 |
| Hex | FB | A2 | 6 | 0 | 23 | 62 | 2 | 26 | 61 | 32 |
| Octal | 373 | 242 | 6 | 0 | 43 | 142 | 2 | 46 | 141 | 62 |
| Binary | 11111011 | 10100010 | 110 | 0 | 100011 | 1100010 | 10 | 100110 | 1100001 | 110010 |
Color Harmonies of #FBA206
Complementary color
Monochromatic Colors of #FBA206
Black with #FBA206
Text Example
Text Example
White with #FBA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA206; }
p { color: rgb(251,162,6); }
H1.HeaderClassName
{
color: #FBA206;
}
.AnyTagClassName
{
color: #FBA206;
}
</style>
background-color css
<style>
a { background-color: #FBA206; }
a { background-color: rgb(251,162,6); }
div.DivClassName
{
background-color: #FBA206;
}
.BgClassName
{
background-color: #FBA206;
}
</style>
border-color css
<style>
span { border-color: #FBA206; }
span { border-color: rgb(251,162,6); }
td.TdClassName
{
border-color: #FBA206;
}
.TagClassName
{
border-color: #FBA206;
}
</style>