Shades of Sunshade #FBA548
Tints of Sunshade #FBA548
RGB
CMYK
RGB Variations
Color information
#FBA548 (or 0xFBA548) is known color: Sunshade. HEX triplet: FB, A5 and 48. RGB value is (251,165,72). Sum of RGB (Red+Green+Blue) = 251+165+72=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA548 is #045AB7. Grayscale: #B4B4B4. Windows color (decimal): -285368 or 4761083. OLE color: 4761083.
HSL color Cylindrical-coordinate representation of color #FBA548: hue angle of 31.17º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA548 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 72 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.02 |
| HSL | 31.17º | 0.96% | 0.63% | - |
| HSV(B) | 31.17º | 0.71% | 0.98% | - |
| XYZ | 54.41 | 47.89 | 12.51 | - |
| YUV | 180.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 72 | 0 | 0.34 | 0.71 | 0.02 | 31.17 | 0.96 | 0.63 |
| Hex | FB | A5 | 48 | 0 | 22 | 47 | 2 | 1F | 60 | 3F |
| Octal | 373 | 245 | 110 | 0 | 42 | 107 | 2 | 37 | 140 | 77 |
| Binary | 11111011 | 10100101 | 1001000 | 0 | 100010 | 1000111 | 10 | 11111 | 1100000 | 111111 |
Color Harmonies of #FBA548
Complementary color
Monochromatic Colors of #FBA548
Black with #FBA548
Text Example
Text Example
White with #FBA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA548; }
p { color: rgb(251,165,72); }
H1.HeaderClassName
{
color: #FBA548;
}
.AnyTagClassName
{
color: #FBA548;
}
</style>
background-color css
<style>
a { background-color: #FBA548; }
a { background-color: rgb(251,165,72); }
div.DivClassName
{
background-color: #FBA548;
}
.BgClassName
{
background-color: #FBA548;
}
</style>
border-color css
<style>
span { border-color: #FBA548; }
span { border-color: rgb(251,165,72); }
td.TdClassName
{
border-color: #FBA548;
}
.TagClassName
{
border-color: #FBA548;
}
</style>