Shades of Yellow #F2FC04
Tints of Yellow #F2FC04
RGB
CMYK
RGB Variations
Color information
#F2FC04 (or 0xF2FC04) is known color: Yellow. HEX triplet: F2, FC and 04. RGB value is (242,252,4). Sum of RGB (Red+Green+Blue) = 242+252+4=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 4 (1.95% from 255 or 0.80% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FC04 is #0D03FB. Grayscale: #DDDDDD. Windows color (decimal): -852988 or 326898. OLE color: 326898.
HSL color Cylindrical-coordinate representation of color #F2FC04: hue angle of 62.42º 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 #F2FC04 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.01 |
| HSL | 62.42º | 0.98% | 0.5% | - |
| HSV(B) | 62.42º | 0.98% | 0.99% | - |
| XYZ | 71.45 | 88.51 | 13.43 | - |
| YUV | 220.74 | 5.69 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 4 | 0.04 | 0 | 0.98 | 0.01 | 62.42 | 0.98 | 0.5 |
| Hex | F2 | FC | 4 | 4 | 0 | 62 | 1 | 3E | 62 | 32 |
| Octal | 362 | 374 | 4 | 4 | 0 | 142 | 1 | 76 | 142 | 62 |
| Binary | 11110010 | 11111100 | 100 | 100 | 0 | 1100010 | 1 | 111110 | 1100010 | 110010 |
Color Harmonies of #F2FC04
Complementary color
Monochromatic Colors of #F2FC04
Black with #F2FC04
Text Example
Text Example
White with #F2FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC04; }
p { color: rgb(242,252,4); }
H1.HeaderClassName
{
color: #F2FC04;
}
.AnyTagClassName
{
color: #F2FC04;
}
</style>
background-color css
<style>
a { background-color: #F2FC04; }
a { background-color: rgb(242,252,4); }
div.DivClassName
{
background-color: #F2FC04;
}
.BgClassName
{
background-color: #F2FC04;
}
</style>
border-color css
<style>
span { border-color: #F2FC04; }
span { border-color: rgb(242,252,4); }
td.TdClassName
{
border-color: #F2FC04;
}
.TagClassName
{
border-color: #F2FC04;
}
</style>