Shades of Sunshade #FBA044
Tints of Sunshade #FBA044
RGB
CMYK
RGB Variations
Color information
#FBA044 (or 0xFBA044) is known color: Sunshade. HEX triplet: FB, A0 and 44. RGB value is (251,160,68). Sum of RGB (Red+Green+Blue) = 251+160+68=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA044 is #045FBB. Grayscale: #B1B1B1. Windows color (decimal): -286652 or 4497659. OLE color: 4497659.
HSL color Cylindrical-coordinate representation of color #FBA044: hue angle of 30.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBA044 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 68 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.02 |
| HSL | 30.16º | 0.96% | 0.63% | - |
| HSV(B) | 30.16º | 0.73% | 0.98% | - |
| XYZ | 53.4 | 46.07 | 11.55 | - |
| YUV | 176.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 68 | 0 | 0.36 | 0.73 | 0.02 | 30.16 | 0.96 | 0.63 |
| Hex | FB | A0 | 44 | 0 | 24 | 49 | 2 | 1E | 60 | 3F |
| Octal | 373 | 240 | 104 | 0 | 44 | 111 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100000 | 1000100 | 0 | 100100 | 1001001 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA044
Complementary color
Monochromatic Colors of #FBA044
Black with #FBA044
Text Example
Text Example
White with #FBA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA044; }
p { color: rgb(251,160,68); }
H1.HeaderClassName
{
color: #FBA044;
}
.AnyTagClassName
{
color: #FBA044;
}
</style>
background-color css
<style>
a { background-color: #FBA044; }
a { background-color: rgb(251,160,68); }
div.DivClassName
{
background-color: #FBA044;
}
.BgClassName
{
background-color: #FBA044;
}
</style>
border-color css
<style>
span { border-color: #FBA044; }
span { border-color: rgb(251,160,68); }
td.TdClassName
{
border-color: #FBA044;
}
.TagClassName
{
border-color: #FBA044;
}
</style>