Shades of Sunshade #FBA350
Tints of Sunshade #FBA350
RGB
CMYK
RGB Variations
Color information
#FBA350 (or 0xFBA350) is known color: Sunshade. HEX triplet: FB, A3 and 50. RGB value is (251,163,80). Sum of RGB (Red+Green+Blue) = 251+163+80=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA350 is #045CAF. Grayscale: #B4B4B4. Windows color (decimal): -285872 or 5284859. OLE color: 5284859.
HSL color Cylindrical-coordinate representation of color #FBA350: hue angle of 29.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBA350 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 80 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.02 |
| HSL | 29.12º | 0.96% | 0.65% | - |
| HSV(B) | 29.12º | 0.68% | 0.98% | - |
| XYZ | 54.33 | 47.28 | 13.85 | - |
| YUV | 179.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 80 | 0 | 0.35 | 0.68 | 0.02 | 29.12 | 0.96 | 0.65 |
| Hex | FB | A3 | 50 | 0 | 23 | 44 | 2 | 1D | 60 | 41 |
| Octal | 373 | 243 | 120 | 0 | 43 | 104 | 2 | 35 | 140 | 101 |
| Binary | 11111011 | 10100011 | 1010000 | 0 | 100011 | 1000100 | 10 | 11101 | 1100000 | 1000001 |
Color Harmonies of #FBA350
Complementary color
Monochromatic Colors of #FBA350
Black with #FBA350
Text Example
Text Example
White with #FBA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA350; }
p { color: rgb(251,163,80); }
H1.HeaderClassName
{
color: #FBA350;
}
.AnyTagClassName
{
color: #FBA350;
}
</style>
background-color css
<style>
a { background-color: #FBA350; }
a { background-color: rgb(251,163,80); }
div.DivClassName
{
background-color: #FBA350;
}
.BgClassName
{
background-color: #FBA350;
}
</style>
border-color css
<style>
span { border-color: #FBA350; }
span { border-color: rgb(251,163,80); }
td.TdClassName
{
border-color: #FBA350;
}
.TagClassName
{
border-color: #FBA350;
}
</style>