Shades of Sunshade #FBA247
Tints of Sunshade #FBA247
RGB
CMYK
RGB Variations
Color information
#FBA247 (or 0xFBA247) is known color: Sunshade. HEX triplet: FB, A2 and 47. RGB value is (251,162,71). Sum of RGB (Red+Green+Blue) = 251+162+71=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA247 is #045DB8. Grayscale: #B2B2B2. Windows color (decimal): -286137 or 4694779. OLE color: 4694779.
HSL color Cylindrical-coordinate representation of color #FBA247: hue angle of 30.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 #FBA247 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 71 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 30.33º | 0.96% | 0.63% | - |
| HSV(B) | 30.33º | 0.72% | 0.98% | - |
| XYZ | 53.84 | 46.8 | 12.16 | - |
| YUV | 178.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 71 | 0 | 0.35 | 0.72 | 0.02 | 30.33 | 0.96 | 0.63 |
| Hex | FB | A2 | 47 | 0 | 23 | 48 | 2 | 1E | 60 | 3F |
| Octal | 373 | 242 | 107 | 0 | 43 | 110 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100010 | 1000111 | 0 | 100011 | 1001000 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA247
Complementary color
Monochromatic Colors of #FBA247
Black with #FBA247
Text Example
Text Example
White with #FBA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA247; }
p { color: rgb(251,162,71); }
H1.HeaderClassName
{
color: #FBA247;
}
.AnyTagClassName
{
color: #FBA247;
}
</style>
background-color css
<style>
a { background-color: #FBA247; }
a { background-color: rgb(251,162,71); }
div.DivClassName
{
background-color: #FBA247;
}
.BgClassName
{
background-color: #FBA247;
}
</style>
border-color css
<style>
span { border-color: #FBA247; }
span { border-color: rgb(251,162,71); }
td.TdClassName
{
border-color: #FBA247;
}
.TagClassName
{
border-color: #FBA247;
}
</style>