Shades of Sunshade #FBA145
Tints of Sunshade #FBA145
RGB
CMYK
RGB Variations
Color information
#FBA145 (or 0xFBA145) is known color: Sunshade. HEX triplet: FB, A1 and 45. RGB value is (251,161,69). Sum of RGB (Red+Green+Blue) = 251+161+69=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA145 is #045EBA. Grayscale: #B1B1B1. Windows color (decimal): -286395 or 4563451. OLE color: 4563451.
HSL color Cylindrical-coordinate representation of color #FBA145: 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.73%. Process color model (Four color, CMYK) of #FBA145 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 69 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.02 |
| HSL | 30.33º | 0.96% | 0.63% | - |
| HSV(B) | 30.33º | 0.73% | 0.98% | - |
| XYZ | 53.6 | 46.43 | 11.77 | - |
| YUV | 177.42 | 66.82 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 69 | 0 | 0.36 | 0.73 | 0.02 | 30.33 | 0.96 | 0.63 |
| Hex | FB | A1 | 45 | 0 | 24 | 49 | 2 | 1E | 60 | 3F |
| Octal | 373 | 241 | 105 | 0 | 44 | 111 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100001 | 1000101 | 0 | 100100 | 1001001 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA145
Complementary color
Monochromatic Colors of #FBA145
Black with #FBA145
Text Example
Text Example
White with #FBA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA145; }
p { color: rgb(251,161,69); }
H1.HeaderClassName
{
color: #FBA145;
}
.AnyTagClassName
{
color: #FBA145;
}
</style>
background-color css
<style>
a { background-color: #FBA145; }
a { background-color: rgb(251,161,69); }
div.DivClassName
{
background-color: #FBA145;
}
.BgClassName
{
background-color: #FBA145;
}
</style>
border-color css
<style>
span { border-color: #FBA145; }
span { border-color: rgb(251,161,69); }
td.TdClassName
{
border-color: #FBA145;
}
.TagClassName
{
border-color: #FBA145;
}
</style>