Shades of Selective Yellow #FCBA04
Tints of Selective Yellow #FCBA04
RGB
CMYK
RGB Variations
Color information
#FCBA04 (or 0xFCBA04) is known color: Selective Yellow. HEX triplet: FC, BA and 04. RGB value is (252,186,4). Sum of RGB (Red+Green+Blue) = 252+186+4=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA04 is #0345FB. Grayscale: #B9B9B9. Windows color (decimal): -214524 or 310012. OLE color: 310012.
HSL color Cylindrical-coordinate representation of color #FCBA04: hue angle of 44.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCBA04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.01 |
| HSL | 44.03º | 0.98% | 0.5% | - |
| HSV(B) | 44.03º | 0.98% | 0.99% | - |
| XYZ | 57.73 | 55.82 | 7.85 | - |
| YUV | 184.99 | 25.87 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 4 | 0 | 0.26 | 0.98 | 0.01 | 44.03 | 0.98 | 0.5 |
| Hex | FC | BA | 4 | 0 | 1A | 62 | 1 | 2C | 62 | 32 |
| Octal | 374 | 272 | 4 | 0 | 32 | 142 | 1 | 54 | 142 | 62 |
| Binary | 11111100 | 10111010 | 100 | 0 | 11010 | 1100010 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FCBA04
Complementary color
Monochromatic Colors of #FCBA04
Black with #FCBA04
Text Example
Text Example
White with #FCBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA04; }
p { color: rgb(252,186,4); }
H1.HeaderClassName
{
color: #FCBA04;
}
.AnyTagClassName
{
color: #FCBA04;
}
</style>
background-color css
<style>
a { background-color: #FCBA04; }
a { background-color: rgb(252,186,4); }
div.DivClassName
{
background-color: #FCBA04;
}
.BgClassName
{
background-color: #FCBA04;
}
</style>
border-color css
<style>
span { border-color: #FCBA04; }
span { border-color: rgb(252,186,4); }
td.TdClassName
{
border-color: #FCBA04;
}
.TagClassName
{
border-color: #FCBA04;
}
</style>