Shades of Sunshade #FBA250
Tints of Sunshade #FBA250
RGB
CMYK
RGB Variations
Color information
#FBA250 (or 0xFBA250) is known color: Sunshade. HEX triplet: FB, A2 and 50. RGB value is (251,162,80). Sum of RGB (Red+Green+Blue) = 251+162+80=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA250 is #045DAF. Grayscale: #B3B3B3. Windows color (decimal): -286128 or 5284603. OLE color: 5284603.
HSL color Cylindrical-coordinate representation of color #FBA250: hue angle of 28.77º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBA250 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 80 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.02 |
| HSL | 28.77º | 0.96% | 0.65% | - |
| HSV(B) | 28.77º | 0.68% | 0.98% | - |
| XYZ | 54.15 | 46.93 | 13.79 | - |
| YUV | 179.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 80 | 0 | 0.35 | 0.68 | 0.02 | 28.77 | 0.96 | 0.65 |
| Hex | FB | A2 | 50 | 0 | 23 | 44 | 2 | 1D | 60 | 41 |
| Octal | 373 | 242 | 120 | 0 | 43 | 104 | 2 | 35 | 140 | 101 |
| Binary | 11111011 | 10100010 | 1010000 | 0 | 100011 | 1000100 | 10 | 11101 | 1100000 | 1000001 |
Color Harmonies of #FBA250
Complementary color
Monochromatic Colors of #FBA250
Black with #FBA250
Text Example
Text Example
White with #FBA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA250; }
p { color: rgb(251,162,80); }
H1.HeaderClassName
{
color: #FBA250;
}
.AnyTagClassName
{
color: #FBA250;
}
</style>
background-color css
<style>
a { background-color: #FBA250; }
a { background-color: rgb(251,162,80); }
div.DivClassName
{
background-color: #FBA250;
}
.BgClassName
{
background-color: #FBA250;
}
</style>
border-color css
<style>
span { border-color: #FBA250; }
span { border-color: rgb(251,162,80); }
td.TdClassName
{
border-color: #FBA250;
}
.TagClassName
{
border-color: #FBA250;
}
</style>