Shades of Sunshade #FBA251
Tints of Sunshade #FBA251
RGB
CMYK
RGB Variations
Color information
#FBA251 (or 0xFBA251) is known color: Sunshade. HEX triplet: FB, A2 and 51. RGB value is (251,162,81). Sum of RGB (Red+Green+Blue) = 251+162+81=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA251 is #045DAE. Grayscale: #B3B3B3. Windows color (decimal): -286127 or 5350139. OLE color: 5350139.
HSL color Cylindrical-coordinate representation of color #FBA251: hue angle of 28.59º 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 #FBA251 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 81 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.02 |
| HSL | 28.59º | 0.96% | 0.65% | - |
| HSV(B) | 28.59º | 0.68% | 0.98% | - |
| XYZ | 54.19 | 46.94 | 13.99 | - |
| YUV | 179.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 81 | 0 | 0.35 | 0.68 | 0.02 | 28.59 | 0.96 | 0.65 |
| Hex | FB | A2 | 51 | 0 | 23 | 44 | 2 | 1D | 60 | 41 |
| Octal | 373 | 242 | 121 | 0 | 43 | 104 | 2 | 35 | 140 | 101 |
| Binary | 11111011 | 10100010 | 1010001 | 0 | 100011 | 1000100 | 10 | 11101 | 1100000 | 1000001 |
Color Harmonies of #FBA251
Complementary color
Monochromatic Colors of #FBA251
Black with #FBA251
Text Example
Text Example
White with #FBA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA251; }
p { color: rgb(251,162,81); }
H1.HeaderClassName
{
color: #FBA251;
}
.AnyTagClassName
{
color: #FBA251;
}
</style>
background-color css
<style>
a { background-color: #FBA251; }
a { background-color: rgb(251,162,81); }
div.DivClassName
{
background-color: #FBA251;
}
.BgClassName
{
background-color: #FBA251;
}
</style>
border-color css
<style>
span { border-color: #FBA251; }
span { border-color: rgb(251,162,81); }
td.TdClassName
{
border-color: #FBA251;
}
.TagClassName
{
border-color: #FBA251;
}
</style>