Shades of Yellow #FCF70C
Tints of Yellow #FCF70C
RGB
CMYK
RGB Variations
Color information
#FCF70C (or 0xFCF70C) is known color: Yellow. HEX triplet: FC, F7 and 0C. RGB value is (252,247,12). Sum of RGB (Red+Green+Blue) = 252+247+12=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 12 (5.08% from 255 or 2.35% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF70C is #0308F3. Grayscale: #DEDEDE. Windows color (decimal): -198900 or 849916. OLE color: 849916.
HSL color Cylindrical-coordinate representation of color #FCF70C: hue angle of 58.75º 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 #FCF70C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.01 |
| HSL | 58.75º | 0.98% | 0.52% | - |
| HSV(B) | 58.75º | 0.95% | 0.99% | - |
| XYZ | 73.47 | 87.24 | 13.32 | - |
| YUV | 221.71 | 9.66 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 12 | 0 | 0.02 | 0.95 | 0.01 | 58.75 | 0.98 | 0.52 |
| Hex | FC | F7 | C | 0 | 2 | 5F | 1 | 3B | 62 | 34 |
| Octal | 374 | 367 | 14 | 0 | 2 | 137 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11110111 | 1100 | 0 | 10 | 1011111 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF70C
Complementary color
Monochromatic Colors of #FCF70C
Black with #FCF70C
Text Example
Text Example
White with #FCF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF70C; }
p { color: rgb(252,247,12); }
H1.HeaderClassName
{
color: #FCF70C;
}
.AnyTagClassName
{
color: #FCF70C;
}
</style>
background-color css
<style>
a { background-color: #FCF70C; }
a { background-color: rgb(252,247,12); }
div.DivClassName
{
background-color: #FCF70C;
}
.BgClassName
{
background-color: #FCF70C;
}
</style>
border-color css
<style>
span { border-color: #FCF70C; }
span { border-color: rgb(252,247,12); }
td.TdClassName
{
border-color: #FCF70C;
}
.TagClassName
{
border-color: #FCF70C;
}
</style>