Shades of Yellow #F2FC0F
Tints of Yellow #F2FC0F
RGB
CMYK
RGB Variations
Color information
#F2FC0F (or 0xF2FC0F) is known color: Yellow. HEX triplet: F2, FC and 0F. RGB value is (242,252,15). Sum of RGB (Red+Green+Blue) = 242+252+15=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 15 (6.25% from 255 or 2.95% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FC0F is #0D03F0. Grayscale: #DEDEDE. Windows color (decimal): -852977 or 1047794. OLE color: 1047794.
HSL color Cylindrical-coordinate representation of color #F2FC0F: hue angle of 62.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2FC0F is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 15 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.01 |
| HSL | 62.53º | 0.98% | 0.52% | - |
| HSV(B) | 62.53º | 0.94% | 0.99% | - |
| XYZ | 71.51 | 88.53 | 13.77 | - |
| YUV | 221.99 | 11.19 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 15 | 0.04 | 0 | 0.94 | 0.01 | 62.53 | 0.98 | 0.52 |
| Hex | F2 | FC | F | 4 | 0 | 5E | 1 | 3F | 62 | 34 |
| Octal | 362 | 374 | 17 | 4 | 0 | 136 | 1 | 77 | 142 | 64 |
| Binary | 11110010 | 11111100 | 1111 | 100 | 0 | 1011110 | 1 | 111111 | 1100010 | 110100 |
Color Harmonies of #F2FC0F
Complementary color
Monochromatic Colors of #F2FC0F
Black with #F2FC0F
Text Example
Text Example
White with #F2FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC0F; }
p { color: rgb(242,252,15); }
H1.HeaderClassName
{
color: #F2FC0F;
}
.AnyTagClassName
{
color: #F2FC0F;
}
</style>
background-color css
<style>
a { background-color: #F2FC0F; }
a { background-color: rgb(242,252,15); }
div.DivClassName
{
background-color: #F2FC0F;
}
.BgClassName
{
background-color: #F2FC0F;
}
</style>
border-color css
<style>
span { border-color: #F2FC0F; }
span { border-color: rgb(242,252,15); }
td.TdClassName
{
border-color: #F2FC0F;
}
.TagClassName
{
border-color: #F2FC0F;
}
</style>