Shades of Sunshade #FBA246
Tints of Sunshade #FBA246
RGB
CMYK
RGB Variations
Color information
#FBA246 (or 0xFBA246) is known color: Sunshade. HEX triplet: FB, A2 and 46. RGB value is (251,162,70). Sum of RGB (Red+Green+Blue) = 251+162+70=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA246 is #045DB9. Grayscale: #B2B2B2. Windows color (decimal): -286138 or 4629243. OLE color: 4629243.
HSL color Cylindrical-coordinate representation of color #FBA246: hue angle of 30.5º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBA246 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 70 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 30.5º | 0.96% | 0.63% | - |
| HSV(B) | 30.5º | 0.72% | 0.98% | - |
| XYZ | 53.81 | 46.79 | 11.99 | - |
| YUV | 178.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 70 | 0 | 0.35 | 0.72 | 0.02 | 30.5 | 0.96 | 0.63 |
| Hex | FB | A2 | 46 | 0 | 23 | 48 | 2 | 1E | 60 | 3F |
| Octal | 373 | 242 | 106 | 0 | 43 | 110 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100010 | 1000110 | 0 | 100011 | 1001000 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA246
Complementary color
Monochromatic Colors of #FBA246
Black with #FBA246
Text Example
Text Example
White with #FBA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA246; }
p { color: rgb(251,162,70); }
H1.HeaderClassName
{
color: #FBA246;
}
.AnyTagClassName
{
color: #FBA246;
}
</style>
background-color css
<style>
a { background-color: #FBA246; }
a { background-color: rgb(251,162,70); }
div.DivClassName
{
background-color: #FBA246;
}
.BgClassName
{
background-color: #FBA246;
}
</style>
border-color css
<style>
span { border-color: #FBA246; }
span { border-color: rgb(251,162,70); }
td.TdClassName
{
border-color: #FBA246;
}
.TagClassName
{
border-color: #FBA246;
}
</style>