Shades of Sunshade #FBA14A
Tints of Sunshade #FBA14A
RGB
CMYK
RGB Variations
Color information
#FBA14A (or 0xFBA14A) is known color: Sunshade. HEX triplet: FB, A1 and 4A. RGB value is (251,161,74). Sum of RGB (Red+Green+Blue) = 251+161+74=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA14A is #045EB5. Grayscale: #B2B2B2. Windows color (decimal): -286390 or 4891131. OLE color: 4891131.
HSL color Cylindrical-coordinate representation of color #FBA14A: hue angle of 29.49º 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 #FBA14A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 74 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.02 |
| HSL | 29.49º | 0.96% | 0.64% | - |
| HSV(B) | 29.49º | 0.71% | 0.98% | - |
| XYZ | 53.76 | 46.49 | 12.62 | - |
| YUV | 177.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 74 | 0 | 0.36 | 0.71 | 0.02 | 29.49 | 0.96 | 0.64 |
| Hex | FB | A1 | 4A | 0 | 24 | 47 | 2 | 1D | 60 | 40 |
| Octal | 373 | 241 | 112 | 0 | 44 | 107 | 2 | 35 | 140 | 100 |
| Binary | 11111011 | 10100001 | 1001010 | 0 | 100100 | 1000111 | 10 | 11101 | 1100000 | 1000000 |
Color Harmonies of #FBA14A
Complementary color
Monochromatic Colors of #FBA14A
Black with #FBA14A
Text Example
Text Example
White with #FBA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA14A; }
p { color: rgb(251,161,74); }
H1.HeaderClassName
{
color: #FBA14A;
}
.AnyTagClassName
{
color: #FBA14A;
}
</style>
background-color css
<style>
a { background-color: #FBA14A; }
a { background-color: rgb(251,161,74); }
div.DivClassName
{
background-color: #FBA14A;
}
.BgClassName
{
background-color: #FBA14A;
}
</style>
border-color css
<style>
span { border-color: #FBA14A; }
span { border-color: rgb(251,161,74); }
td.TdClassName
{
border-color: #FBA14A;
}
.TagClassName
{
border-color: #FBA14A;
}
</style>