Shades of Selective Yellow #FCB204
Tints of Selective Yellow #FCB204
RGB
CMYK
RGB Variations
Color information
#FCB204 (or 0xFCB204) is known color: Selective Yellow. HEX triplet: FC, B2 and 04. RGB value is (252,178,4). Sum of RGB (Red+Green+Blue) = 252+178+4=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB204 is #034DFB. Grayscale: #B5B5B5. Windows color (decimal): -216572 or 307964. OLE color: 307964.
HSL color Cylindrical-coordinate representation of color #FCB204: hue angle of 42.1º 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 #FCB204 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.01 |
| HSL | 42.1º | 0.98% | 0.5% | - |
| HSV(B) | 42.1º | 0.98% | 0.99% | - |
| XYZ | 56.09 | 52.55 | 7.3 | - |
| YUV | 180.29 | 28.52 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 4 | 0 | 0.29 | 0.98 | 0.01 | 42.1 | 0.98 | 0.5 |
| Hex | FC | B2 | 4 | 0 | 1D | 62 | 1 | 2A | 62 | 32 |
| Octal | 374 | 262 | 4 | 0 | 35 | 142 | 1 | 52 | 142 | 62 |
| Binary | 11111100 | 10110010 | 100 | 0 | 11101 | 1100010 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FCB204
Complementary color
Monochromatic Colors of #FCB204
Black with #FCB204
Text Example
Text Example
White with #FCB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB204; }
p { color: rgb(252,178,4); }
H1.HeaderClassName
{
color: #FCB204;
}
.AnyTagClassName
{
color: #FCB204;
}
</style>
background-color css
<style>
a { background-color: #FCB204; }
a { background-color: rgb(252,178,4); }
div.DivClassName
{
background-color: #FCB204;
}
.BgClassName
{
background-color: #FCB204;
}
</style>
border-color css
<style>
span { border-color: #FCB204; }
span { border-color: rgb(252,178,4); }
td.TdClassName
{
border-color: #FCB204;
}
.TagClassName
{
border-color: #FCB204;
}
</style>