Shades of Sunshade #FBA04A
Tints of Sunshade #FBA04A
RGB
CMYK
RGB Variations
Color information
#FBA04A (or 0xFBA04A) is known color: Sunshade. HEX triplet: FB, A0 and 4A. RGB value is (251,160,74). Sum of RGB (Red+Green+Blue) = 251+160+74=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA04A is #045FB5. Grayscale: #B1B1B1. Windows color (decimal): -286646 or 4890875. OLE color: 4890875.
HSL color Cylindrical-coordinate representation of color #FBA04A: hue angle of 29.15º 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 #FBA04A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 74 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.02 |
| HSL | 29.15º | 0.96% | 0.64% | - |
| HSV(B) | 29.15º | 0.71% | 0.98% | - |
| XYZ | 53.59 | 46.15 | 12.56 | - |
| YUV | 177.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 74 | 0 | 0.36 | 0.71 | 0.02 | 29.15 | 0.96 | 0.64 |
| Hex | FB | A0 | 4A | 0 | 24 | 47 | 2 | 1D | 60 | 40 |
| Octal | 373 | 240 | 112 | 0 | 44 | 107 | 2 | 35 | 140 | 100 |
| Binary | 11111011 | 10100000 | 1001010 | 0 | 100100 | 1000111 | 10 | 11101 | 1100000 | 1000000 |
Color Harmonies of #FBA04A
Complementary color
Monochromatic Colors of #FBA04A
Black with #FBA04A
Text Example
Text Example
White with #FBA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA04A; }
p { color: rgb(251,160,74); }
H1.HeaderClassName
{
color: #FBA04A;
}
.AnyTagClassName
{
color: #FBA04A;
}
</style>
background-color css
<style>
a { background-color: #FBA04A; }
a { background-color: rgb(251,160,74); }
div.DivClassName
{
background-color: #FBA04A;
}
.BgClassName
{
background-color: #FBA04A;
}
</style>
border-color css
<style>
span { border-color: #FBA04A; }
span { border-color: rgb(251,160,74); }
td.TdClassName
{
border-color: #FBA04A;
}
.TagClassName
{
border-color: #FBA04A;
}
</style>