Shades of Selective Yellow #FCBA11
Tints of Selective Yellow #FCBA11
RGB
CMYK
RGB Variations
Color information
#FCBA11 (or 0xFCBA11) is known color: Selective Yellow. HEX triplet: FC, BA and 11. RGB value is (252,186,17). Sum of RGB (Red+Green+Blue) = 252+186+17=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA11 is #0345EE. Grayscale: #BBBBBB. Windows color (decimal): -214511 or 1161980. OLE color: 1161980.
HSL color Cylindrical-coordinate representation of color #FCBA11: hue angle of 43.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCBA11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.01 |
| HSL | 43.15º | 0.98% | 0.53% | - |
| HSV(B) | 43.15º | 0.93% | 0.99% | - |
| XYZ | 57.8 | 55.85 | 8.26 | - |
| YUV | 186.47 | 32.37 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 17 | 0 | 0.26 | 0.93 | 0.01 | 43.15 | 0.98 | 0.53 |
| Hex | FC | BA | 11 | 0 | 1A | 5D | 1 | 2B | 62 | 35 |
| Octal | 374 | 272 | 21 | 0 | 32 | 135 | 1 | 53 | 142 | 65 |
| Binary | 11111100 | 10111010 | 10001 | 0 | 11010 | 1011101 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FCBA11
Complementary color
Monochromatic Colors of #FCBA11
Black with #FCBA11
Text Example
Text Example
White with #FCBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA11; }
p { color: rgb(252,186,17); }
H1.HeaderClassName
{
color: #FCBA11;
}
.AnyTagClassName
{
color: #FCBA11;
}
</style>
background-color css
<style>
a { background-color: #FCBA11; }
a { background-color: rgb(252,186,17); }
div.DivClassName
{
background-color: #FCBA11;
}
.BgClassName
{
background-color: #FCBA11;
}
</style>
border-color css
<style>
span { border-color: #FCBA11; }
span { border-color: rgb(252,186,17); }
td.TdClassName
{
border-color: #FCBA11;
}
.TagClassName
{
border-color: #FCBA11;
}
</style>