Shades of Sunshade #FBA34A
Tints of Sunshade #FBA34A
RGB
CMYK
RGB Variations
Color information
#FBA34A (or 0xFBA34A) is known color: Sunshade. HEX triplet: FB, A3 and 4A. RGB value is (251,163,74). Sum of RGB (Red+Green+Blue) = 251+163+74=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA34A is #045CB5. Grayscale: #B3B3B3. Windows color (decimal): -285878 or 4891643. OLE color: 4891643.
HSL color Cylindrical-coordinate representation of color #FBA34A: hue angle of 30.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA34A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 74 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.02 |
| HSL | 30.17º | 0.96% | 0.64% | - |
| HSV(B) | 30.17º | 0.71% | 0.98% | - |
| XYZ | 54.12 | 47.2 | 12.74 | - |
| YUV | 179.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 74 | 0 | 0.35 | 0.71 | 0.02 | 30.17 | 0.96 | 0.64 |
| Hex | FB | A3 | 4A | 0 | 23 | 47 | 2 | 1E | 60 | 40 |
| Octal | 373 | 243 | 112 | 0 | 43 | 107 | 2 | 36 | 140 | 100 |
| Binary | 11111011 | 10100011 | 1001010 | 0 | 100011 | 1000111 | 10 | 11110 | 1100000 | 1000000 |
Color Harmonies of #FBA34A
Complementary color
Monochromatic Colors of #FBA34A
Black with #FBA34A
Text Example
Text Example
White with #FBA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA34A; }
p { color: rgb(251,163,74); }
H1.HeaderClassName
{
color: #FBA34A;
}
.AnyTagClassName
{
color: #FBA34A;
}
</style>
background-color css
<style>
a { background-color: #FBA34A; }
a { background-color: rgb(251,163,74); }
div.DivClassName
{
background-color: #FBA34A;
}
.BgClassName
{
background-color: #FBA34A;
}
</style>
border-color css
<style>
span { border-color: #FBA34A; }
span { border-color: rgb(251,163,74); }
td.TdClassName
{
border-color: #FBA34A;
}
.TagClassName
{
border-color: #FBA34A;
}
</style>