Shades of Yellow #F2FF0C
Tints of Yellow #F2FF0C
RGB
CMYK
RGB Variations
Color information
#F2FF0C (or 0xF2FF0C) is known color: Yellow. HEX triplet: F2, FF and 0C. RGB value is (242,255,12). Sum of RGB (Red+Green+Blue) = 242+255+12=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 12 (5.08% from 255 or 2.36% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FF0C is #0D00F3. Grayscale: #E0E0E0. Windows color (decimal): -852212 or 851954. OLE color: 851954.
HSL color Cylindrical-coordinate representation of color #F2FF0C: hue angle of 63.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2FF0C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0 |
| HSL | 63.21º | 1% | 0.52% | - |
| HSV(B) | 63.21º | 0.95% | 1% | - |
| XYZ | 72.44 | 90.42 | 13.98 | - |
| YUV | 223.41 | 8.69 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 12 | 0.05 | 0 | 0.95 | 0 | 63.21 | 1 | 0.52 |
| Hex | F2 | FF | C | 5 | 0 | 5F | 0 | 3F | 64 | 34 |
| Octal | 362 | 377 | 14 | 5 | 0 | 137 | 0 | 77 | 144 | 64 |
| Binary | 11110010 | 11111111 | 1100 | 101 | 0 | 1011111 | 0 | 111111 | 1100100 | 110100 |
Color Harmonies of #F2FF0C
Complementary color
Monochromatic Colors of #F2FF0C
Black with #F2FF0C
Text Example
Text Example
White with #F2FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF0C; }
p { color: rgb(242,255,12); }
H1.HeaderClassName
{
color: #F2FF0C;
}
.AnyTagClassName
{
color: #F2FF0C;
}
</style>
background-color css
<style>
a { background-color: #F2FF0C; }
a { background-color: rgb(242,255,12); }
div.DivClassName
{
background-color: #F2FF0C;
}
.BgClassName
{
background-color: #F2FF0C;
}
</style>
border-color css
<style>
span { border-color: #F2FF0C; }
span { border-color: rgb(242,255,12); }
td.TdClassName
{
border-color: #F2FF0C;
}
.TagClassName
{
border-color: #F2FF0C;
}
</style>