Shades of Sunshade #FBA149
Tints of Sunshade #FBA149
RGB
CMYK
RGB Variations
Color information
#FBA149 (or 0xFBA149) is known color: Sunshade. HEX triplet: FB, A1 and 49. RGB value is (251,161,73). Sum of RGB (Red+Green+Blue) = 251+161+73=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA149 is #045EB6. Grayscale: #B2B2B2. Windows color (decimal): -286391 or 4825595. OLE color: 4825595.
HSL color Cylindrical-coordinate representation of color #FBA149: hue angle of 29.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA149 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 73 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.02 |
| HSL | 29.66º | 0.96% | 0.64% | - |
| HSV(B) | 29.66º | 0.71% | 0.98% | - |
| XYZ | 53.73 | 46.48 | 12.44 | - |
| YUV | 177.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 73 | 0 | 0.36 | 0.71 | 0.02 | 29.66 | 0.96 | 0.64 |
| Hex | FB | A1 | 49 | 0 | 24 | 47 | 2 | 1E | 60 | 40 |
| Octal | 373 | 241 | 111 | 0 | 44 | 107 | 2 | 36 | 140 | 100 |
| Binary | 11111011 | 10100001 | 1001001 | 0 | 100100 | 1000111 | 10 | 11110 | 1100000 | 1000000 |
Color Harmonies of #FBA149
Complementary color
Monochromatic Colors of #FBA149
Black with #FBA149
Text Example
Text Example
White with #FBA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA149; }
p { color: rgb(251,161,73); }
H1.HeaderClassName
{
color: #FBA149;
}
.AnyTagClassName
{
color: #FBA149;
}
</style>
background-color css
<style>
a { background-color: #FBA149; }
a { background-color: rgb(251,161,73); }
div.DivClassName
{
background-color: #FBA149;
}
.BgClassName
{
background-color: #FBA149;
}
</style>
border-color css
<style>
span { border-color: #FBA149; }
span { border-color: rgb(251,161,73); }
td.TdClassName
{
border-color: #FBA149;
}
.TagClassName
{
border-color: #FBA149;
}
</style>