Shades of Yellow #F2FD0C
Tints of Yellow #F2FD0C
RGB
CMYK
RGB Variations
Color information
#F2FD0C (or 0xF2FD0C) is known color: Yellow. HEX triplet: F2, FD and 0C. RGB value is (242,253,12). Sum of RGB (Red+Green+Blue) = 242+253+12=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FD0C is #0D02F3. Grayscale: #DFDFDF. Windows color (decimal): -852724 or 851442. OLE color: 851442.
HSL color Cylindrical-coordinate representation of color #F2FD0C: hue angle of 62.74º 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 #F2FD0C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.01 |
| HSL | 62.74º | 0.98% | 0.52% | - |
| HSV(B) | 62.74º | 0.95% | 0.99% | - |
| XYZ | 71.81 | 89.15 | 13.77 | - |
| YUV | 222.24 | 9.36 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 12 | 0.04 | 0 | 0.95 | 0.01 | 62.74 | 0.98 | 0.52 |
| Hex | F2 | FD | C | 4 | 0 | 5F | 1 | 3F | 62 | 34 |
| Octal | 362 | 375 | 14 | 4 | 0 | 137 | 1 | 77 | 142 | 64 |
| Binary | 11110010 | 11111101 | 1100 | 100 | 0 | 1011111 | 1 | 111111 | 1100010 | 110100 |
Color Harmonies of #F2FD0C
Complementary color
Monochromatic Colors of #F2FD0C
Black with #F2FD0C
Text Example
Text Example
White with #F2FD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD0C; }
p { color: rgb(242,253,12); }
H1.HeaderClassName
{
color: #F2FD0C;
}
.AnyTagClassName
{
color: #F2FD0C;
}
</style>
background-color css
<style>
a { background-color: #F2FD0C; }
a { background-color: rgb(242,253,12); }
div.DivClassName
{
background-color: #F2FD0C;
}
.BgClassName
{
background-color: #F2FD0C;
}
</style>
border-color css
<style>
span { border-color: #F2FD0C; }
span { border-color: rgb(242,253,12); }
td.TdClassName
{
border-color: #F2FD0C;
}
.TagClassName
{
border-color: #F2FD0C;
}
</style>