Shades of Sunshade #FBA549
Tints of Sunshade #FBA549
RGB
CMYK
RGB Variations
Color information
#FBA549 (or 0xFBA549) is known color: Sunshade. HEX triplet: FB, A5 and 49. RGB value is (251,165,73). Sum of RGB (Red+Green+Blue) = 251+165+73=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA549 is #045AB6. Grayscale: #B4B4B4. Windows color (decimal): -285367 or 4826619. OLE color: 4826619.
HSL color Cylindrical-coordinate representation of color #FBA549: hue angle of 31.01º 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 #FBA549 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 73 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.02 |
| HSL | 31.01º | 0.96% | 0.64% | - |
| HSV(B) | 31.01º | 0.71% | 0.98% | - |
| XYZ | 54.44 | 47.9 | 12.68 | - |
| YUV | 180.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 73 | 0 | 0.34 | 0.71 | 0.02 | 31.01 | 0.96 | 0.64 |
| Hex | FB | A5 | 49 | 0 | 22 | 47 | 2 | 1F | 60 | 40 |
| Octal | 373 | 245 | 111 | 0 | 42 | 107 | 2 | 37 | 140 | 100 |
| Binary | 11111011 | 10100101 | 1001001 | 0 | 100010 | 1000111 | 10 | 11111 | 1100000 | 1000000 |
Color Harmonies of #FBA549
Complementary color
Monochromatic Colors of #FBA549
Black with #FBA549
Text Example
Text Example
White with #FBA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA549; }
p { color: rgb(251,165,73); }
H1.HeaderClassName
{
color: #FBA549;
}
.AnyTagClassName
{
color: #FBA549;
}
</style>
background-color css
<style>
a { background-color: #FBA549; }
a { background-color: rgb(251,165,73); }
div.DivClassName
{
background-color: #FBA549;
}
.BgClassName
{
background-color: #FBA549;
}
</style>
border-color css
<style>
span { border-color: #FBA549; }
span { border-color: rgb(251,165,73); }
td.TdClassName
{
border-color: #FBA549;
}
.TagClassName
{
border-color: #FBA549;
}
</style>