Shades of Sunshade #FBA14D
Tints of Sunshade #FBA14D
RGB
CMYK
RGB Variations
Color information
#FBA14D (or 0xFBA14D) is known color: Sunshade. HEX triplet: FB, A1 and 4D. RGB value is (251,161,77). Sum of RGB (Red+Green+Blue) = 251+161+77=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA14D is #045EB2. Grayscale: #B2B2B2. Windows color (decimal): -286387 or 5087739. OLE color: 5087739.
HSL color Cylindrical-coordinate representation of color #FBA14D: hue angle of 28.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBA14D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 77 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.02 |
| HSL | 28.97º | 0.96% | 0.64% | - |
| HSV(B) | 28.97º | 0.69% | 0.98% | - |
| XYZ | 53.87 | 46.53 | 13.16 | - |
| YUV | 178.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 77 | 0 | 0.36 | 0.69 | 0.02 | 28.97 | 0.96 | 0.64 |
| Hex | FB | A1 | 4D | 0 | 24 | 45 | 2 | 1D | 60 | 40 |
| Octal | 373 | 241 | 115 | 0 | 44 | 105 | 2 | 35 | 140 | 100 |
| Binary | 11111011 | 10100001 | 1001101 | 0 | 100100 | 1000101 | 10 | 11101 | 1100000 | 1000000 |
Color Harmonies of #FBA14D
Complementary color
Monochromatic Colors of #FBA14D
Black with #FBA14D
Text Example
Text Example
White with #FBA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA14D; }
p { color: rgb(251,161,77); }
H1.HeaderClassName
{
color: #FBA14D;
}
.AnyTagClassName
{
color: #FBA14D;
}
</style>
background-color css
<style>
a { background-color: #FBA14D; }
a { background-color: rgb(251,161,77); }
div.DivClassName
{
background-color: #FBA14D;
}
.BgClassName
{
background-color: #FBA14D;
}
</style>
border-color css
<style>
span { border-color: #FBA14D; }
span { border-color: rgb(251,161,77); }
td.TdClassName
{
border-color: #FBA14D;
}
.TagClassName
{
border-color: #FBA14D;
}
</style>