Shades of Yellow #FCF90C
Tints of Yellow #FCF90C
RGB
CMYK
RGB Variations
Color information
#FCF90C (or 0xFCF90C) is known color: Yellow. HEX triplet: FC, F9 and 0C. RGB value is (252,249,12). Sum of RGB (Red+Green+Blue) = 252+249+12=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 12 (5.08% from 255 or 2.34% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF90C is #0306F3. Grayscale: #DFDFDF. Windows color (decimal): -198388 or 850428. OLE color: 850428.
HSL color Cylindrical-coordinate representation of color #FCF90C: hue angle of 59.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCF90C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.01 |
| HSL | 59.25º | 0.98% | 0.52% | - |
| HSV(B) | 59.25º | 0.95% | 0.99% | - |
| XYZ | 74.09 | 88.47 | 13.52 | - |
| YUV | 222.88 | 8.99 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 12 | 0 | 0.01 | 0.95 | 0.01 | 59.25 | 0.98 | 0.52 |
| Hex | FC | F9 | C | 0 | 1 | 5F | 1 | 3B | 62 | 34 |
| Octal | 374 | 371 | 14 | 0 | 1 | 137 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11111001 | 1100 | 0 | 1 | 1011111 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF90C
Complementary color
Monochromatic Colors of #FCF90C
Black with #FCF90C
Text Example
Text Example
White with #FCF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF90C; }
p { color: rgb(252,249,12); }
H1.HeaderClassName
{
color: #FCF90C;
}
.AnyTagClassName
{
color: #FCF90C;
}
</style>
background-color css
<style>
a { background-color: #FCF90C; }
a { background-color: rgb(252,249,12); }
div.DivClassName
{
background-color: #FCF90C;
}
.BgClassName
{
background-color: #FCF90C;
}
</style>
border-color css
<style>
span { border-color: #FCF90C; }
span { border-color: rgb(252,249,12); }
td.TdClassName
{
border-color: #FCF90C;
}
.TagClassName
{
border-color: #FCF90C;
}
</style>