Shades of Sunshade #FBA649
Tints of Sunshade #FBA649
RGB
CMYK
RGB Variations
Color information
#FBA649 (or 0xFBA649) is known color: Sunshade. HEX triplet: FB, A6 and 49. RGB value is (251,166,73). Sum of RGB (Red+Green+Blue) = 251+166+73=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA649 is #0459B6. Grayscale: #B5B5B5. Windows color (decimal): -285111 or 4826875. OLE color: 4826875.
HSL color Cylindrical-coordinate representation of color #FBA649: hue angle of 31.35º 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 #FBA649 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 73 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.02 |
| HSL | 31.35º | 0.96% | 0.64% | - |
| HSV(B) | 31.35º | 0.71% | 0.98% | - |
| XYZ | 54.62 | 48.26 | 12.74 | - |
| YUV | 180.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 73 | 0 | 0.34 | 0.71 | 0.02 | 31.35 | 0.96 | 0.64 |
| Hex | FB | A6 | 49 | 0 | 22 | 47 | 2 | 1F | 60 | 40 |
| Octal | 373 | 246 | 111 | 0 | 42 | 107 | 2 | 37 | 140 | 100 |
| Binary | 11111011 | 10100110 | 1001001 | 0 | 100010 | 1000111 | 10 | 11111 | 1100000 | 1000000 |
Color Harmonies of #FBA649
Complementary color
Monochromatic Colors of #FBA649
Black with #FBA649
Text Example
Text Example
White with #FBA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA649; }
p { color: rgb(251,166,73); }
H1.HeaderClassName
{
color: #FBA649;
}
.AnyTagClassName
{
color: #FBA649;
}
</style>
background-color css
<style>
a { background-color: #FBA649; }
a { background-color: rgb(251,166,73); }
div.DivClassName
{
background-color: #FBA649;
}
.BgClassName
{
background-color: #FBA649;
}
</style>
border-color css
<style>
span { border-color: #FBA649; }
span { border-color: rgb(251,166,73); }
td.TdClassName
{
border-color: #FBA649;
}
.TagClassName
{
border-color: #FBA649;
}
</style>