Shades of Selective Yellow #FCBC00
Tints of Selective Yellow #FCBC00
RGB
CMYK
RGB Variations
Color information
#FCBC00 (or 0xFCBC00) is known color: Selective Yellow. HEX triplet: FC, BC and 00. RGB value is (252,188,0). Sum of RGB (Red+Green+Blue) = 252+188+0=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC00 is #0343FF. Grayscale: #BABABA. Windows color (decimal): -214016 or 48380. OLE color: 48380.
HSL color Cylindrical-coordinate representation of color #FCBC00: hue angle of 44.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCBC00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.01 |
| HSL | 44.76º | 1% | 0.49% | - |
| HSV(B) | 44.76º | 1% | 0.99% | - |
| XYZ | 58.13 | 56.66 | 7.87 | - |
| YUV | 185.7 | 23.2 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 0 | 0 | 0.25 | 1 | 0.01 | 44.76 | 1 | 0.49 |
| Hex | FC | BC | 0 | 0 | 19 | 64 | 1 | 2D | 64 | 31 |
| Octal | 374 | 274 | 0 | 0 | 31 | 144 | 1 | 55 | 144 | 61 |
| Binary | 11111100 | 10111100 | 0 | 0 | 11001 | 1100100 | 1 | 101101 | 1100100 | 110001 |
Color Harmonies of #FCBC00
Complementary color
Monochromatic Colors of #FCBC00
Black with #FCBC00
Text Example
Text Example
White with #FCBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC00; }
p { color: rgb(252,188,0); }
H1.HeaderClassName
{
color: #FCBC00;
}
.AnyTagClassName
{
color: #FCBC00;
}
</style>
background-color css
<style>
a { background-color: #FCBC00; }
a { background-color: rgb(252,188,0); }
div.DivClassName
{
background-color: #FCBC00;
}
.BgClassName
{
background-color: #FCBC00;
}
</style>
border-color css
<style>
span { border-color: #FCBC00; }
span { border-color: rgb(252,188,0); }
td.TdClassName
{
border-color: #FCBC00;
}
.TagClassName
{
border-color: #FCBC00;
}
</style>