Shades of Sunshade #FBA446
Tints of Sunshade #FBA446
RGB
CMYK
RGB Variations
Color information
#FBA446 (or 0xFBA446) is known color: Sunshade. HEX triplet: FB, A4 and 46. RGB value is (251,164,70). Sum of RGB (Red+Green+Blue) = 251+164+70=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA446 is #045BB9. Grayscale: #B3B3B3. Windows color (decimal): -285626 or 4629755. OLE color: 4629755.
HSL color Cylindrical-coordinate representation of color #FBA446: hue angle of 31.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBA446 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 70 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 31.16º | 0.96% | 0.63% | - |
| HSV(B) | 31.16º | 0.72% | 0.98% | - |
| XYZ | 54.16 | 47.5 | 12.11 | - |
| YUV | 179.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 70 | 0 | 0.35 | 0.72 | 0.02 | 31.16 | 0.96 | 0.63 |
| Hex | FB | A4 | 46 | 0 | 23 | 48 | 2 | 1F | 60 | 3F |
| Octal | 373 | 244 | 106 | 0 | 43 | 110 | 2 | 37 | 140 | 77 |
| Binary | 11111011 | 10100100 | 1000110 | 0 | 100011 | 1001000 | 10 | 11111 | 1100000 | 111111 |
Color Harmonies of #FBA446
Complementary color
Monochromatic Colors of #FBA446
Black with #FBA446
Text Example
Text Example
White with #FBA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA446; }
p { color: rgb(251,164,70); }
H1.HeaderClassName
{
color: #FBA446;
}
.AnyTagClassName
{
color: #FBA446;
}
</style>
background-color css
<style>
a { background-color: #FBA446; }
a { background-color: rgb(251,164,70); }
div.DivClassName
{
background-color: #FBA446;
}
.BgClassName
{
background-color: #FBA446;
}
</style>
border-color css
<style>
span { border-color: #FBA446; }
span { border-color: rgb(251,164,70); }
td.TdClassName
{
border-color: #FBA446;
}
.TagClassName
{
border-color: #FBA446;
}
</style>