Shades of Sunshade #FBA340
Tints of Sunshade #FBA340
RGB
CMYK
RGB Variations
Color information
#FBA340 (or 0xFBA340) is known color: Sunshade. HEX triplet: FB, A3 and 40. RGB value is (251,163,64). Sum of RGB (Red+Green+Blue) = 251+163+64=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA340 is #045CBF. Grayscale: #B2B2B2. Windows color (decimal): -285888 or 4236283. OLE color: 4236283.
HSL color Cylindrical-coordinate representation of color #FBA340: hue angle of 31.76º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA340 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 64 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.02 |
| HSL | 31.76º | 0.96% | 0.62% | - |
| HSV(B) | 31.76º | 0.75% | 0.98% | - |
| XYZ | 53.81 | 47.07 | 11.1 | - |
| YUV | 178.03 | 63.65 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 64 | 0 | 0.35 | 0.75 | 0.02 | 31.76 | 0.96 | 0.62 |
| Hex | FB | A3 | 40 | 0 | 23 | 4B | 2 | 20 | 60 | 3E |
| Octal | 373 | 243 | 100 | 0 | 43 | 113 | 2 | 40 | 140 | 76 |
| Binary | 11111011 | 10100011 | 1000000 | 0 | 100011 | 1001011 | 10 | 100000 | 1100000 | 111110 |
Color Harmonies of #FBA340
Complementary color
Monochromatic Colors of #FBA340
Black with #FBA340
Text Example
Text Example
White with #FBA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA340; }
p { color: rgb(251,163,64); }
H1.HeaderClassName
{
color: #FBA340;
}
.AnyTagClassName
{
color: #FBA340;
}
</style>
background-color css
<style>
a { background-color: #FBA340; }
a { background-color: rgb(251,163,64); }
div.DivClassName
{
background-color: #FBA340;
}
.BgClassName
{
background-color: #FBA340;
}
</style>
border-color css
<style>
span { border-color: #FBA340; }
span { border-color: rgb(251,163,64); }
td.TdClassName
{
border-color: #FBA340;
}
.TagClassName
{
border-color: #FBA340;
}
</style>