Shades of Yellow #FCFC0C
Tints of Yellow #FCFC0C
RGB
CMYK
RGB Variations
Color information
#FCFC0C (or 0xFCFC0C) is known color: Yellow. HEX triplet: FC, FC and 0C. RGB value is (252,252,12). Sum of RGB (Red+Green+Blue) = 252+252+12=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 12 (5.08% from 255 or 2.33% from 516); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC0C is #0303F3. Grayscale: #E1E1E1. Windows color (decimal): -197620 or 851196. OLE color: 851196.
HSL color Cylindrical-coordinate representation of color #FCFC0C: hue angle of 60º 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 #FCFC0C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 12 | - |
| CMYK | 0 | 0 | 0.95 | 0.01 |
| HSL | 60º | 0.98% | 0.52% | - |
| HSV(B) | 60º | 0.95% | 0.99% | - |
| XYZ | 75.02 | 90.34 | 13.83 | - |
| YUV | 224.64 | 8 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 12 | 0 | 0 | 0.95 | 0.01 | 60 | 0.98 | 0.52 |
| Hex | FC | FC | C | 0 | 0 | 5F | 1 | 3C | 62 | 34 |
| Octal | 374 | 374 | 14 | 0 | 0 | 137 | 1 | 74 | 142 | 64 |
| Binary | 11111100 | 11111100 | 1100 | 0 | 0 | 1011111 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FCFC0C
Complementary color
Monochromatic Colors of #FCFC0C
Black with #FCFC0C
Text Example
Text Example
White with #FCFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC0C; }
p { color: rgb(252,252,12); }
H1.HeaderClassName
{
color: #FCFC0C;
}
.AnyTagClassName
{
color: #FCFC0C;
}
</style>
background-color css
<style>
a { background-color: #FCFC0C; }
a { background-color: rgb(252,252,12); }
div.DivClassName
{
background-color: #FCFC0C;
}
.BgClassName
{
background-color: #FCFC0C;
}
</style>
border-color css
<style>
span { border-color: #FCFC0C; }
span { border-color: rgb(252,252,12); }
td.TdClassName
{
border-color: #FCFC0C;
}
.TagClassName
{
border-color: #FCFC0C;
}
</style>