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