Shades of Sunshade #FBA146
Tints of Sunshade #FBA146
RGB
CMYK
RGB Variations
Color information
#FBA146 (or 0xFBA146) is known color: Sunshade. HEX triplet: FB, A1 and 46. RGB value is (251,161,70). Sum of RGB (Red+Green+Blue) = 251+161+70=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA146 is #045EB9. Grayscale: #B1B1B1. Windows color (decimal): -286394 or 4628987. OLE color: 4628987.
HSL color Cylindrical-coordinate representation of color #FBA146: hue angle of 30.17º 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 #FBA146 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 70 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.02 |
| HSL | 30.17º | 0.96% | 0.63% | - |
| HSV(B) | 30.17º | 0.72% | 0.98% | - |
| XYZ | 53.63 | 46.44 | 11.93 | - |
| YUV | 177.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 70 | 0 | 0.36 | 0.72 | 0.02 | 30.17 | 0.96 | 0.63 |
| Hex | FB | A1 | 46 | 0 | 24 | 48 | 2 | 1E | 60 | 3F |
| Octal | 373 | 241 | 106 | 0 | 44 | 110 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100001 | 1000110 | 0 | 100100 | 1001000 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA146
Complementary color
Monochromatic Colors of #FBA146
Black with #FBA146
Text Example
Text Example
White with #FBA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA146; }
p { color: rgb(251,161,70); }
H1.HeaderClassName
{
color: #FBA146;
}
.AnyTagClassName
{
color: #FBA146;
}
</style>
background-color css
<style>
a { background-color: #FBA146; }
a { background-color: rgb(251,161,70); }
div.DivClassName
{
background-color: #FBA146;
}
.BgClassName
{
background-color: #FBA146;
}
</style>
border-color css
<style>
span { border-color: #FBA146; }
span { border-color: rgb(251,161,70); }
td.TdClassName
{
border-color: #FBA146;
}
.TagClassName
{
border-color: #FBA146;
}
</style>