Shades of Sunshade #FBA154
Tints of Sunshade #FBA154
RGB
CMYK
RGB Variations
Color information
#FBA154 (or 0xFBA154) is known color: Sunshade. HEX triplet: FB, A1 and 54. RGB value is (251,161,84). Sum of RGB (Red+Green+Blue) = 251+161+84=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA154 is #045EAB. Grayscale: #B3B3B3. Windows color (decimal): -286380 or 5546491. OLE color: 5546491.
HSL color Cylindrical-coordinate representation of color #FBA154: hue angle of 27.66º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBA154 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 84 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.02 |
| HSL | 27.66º | 0.95% | 0.66% | - |
| HSV(B) | 27.66º | 0.67% | 0.98% | - |
| XYZ | 54.13 | 46.64 | 14.54 | - |
| YUV | 179.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 84 | 0 | 0.36 | 0.67 | 0.02 | 27.66 | 0.95 | 0.66 |
| Hex | FB | A1 | 54 | 0 | 24 | 43 | 2 | 1C | 5F | 42 |
| Octal | 373 | 241 | 124 | 0 | 44 | 103 | 2 | 34 | 137 | 102 |
| Binary | 11111011 | 10100001 | 1010100 | 0 | 100100 | 1000011 | 10 | 11100 | 1011111 | 1000010 |
Color Harmonies of #FBA154
Complementary color
Monochromatic Colors of #FBA154
Black with #FBA154
Text Example
Text Example
White with #FBA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA154; }
p { color: rgb(251,161,84); }
H1.HeaderClassName
{
color: #FBA154;
}
.AnyTagClassName
{
color: #FBA154;
}
</style>
background-color css
<style>
a { background-color: #FBA154; }
a { background-color: rgb(251,161,84); }
div.DivClassName
{
background-color: #FBA154;
}
.BgClassName
{
background-color: #FBA154;
}
</style>
border-color css
<style>
span { border-color: #FBA154; }
span { border-color: rgb(251,161,84); }
td.TdClassName
{
border-color: #FBA154;
}
.TagClassName
{
border-color: #FBA154;
}
</style>