Shades of Yellow #F2FE0C
Tints of Yellow #F2FE0C
RGB
CMYK
RGB Variations
Color information
#F2FE0C (or 0xF2FE0C) is known color: Yellow. HEX triplet: F2, FE and 0C. RGB value is (242,254,12). Sum of RGB (Red+Green+Blue) = 242+254+12=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 12 (5.08% from 255 or 2.36% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FE0C is #0D01F3. Grayscale: #DFDFDF. Windows color (decimal): -852468 or 851698. OLE color: 851698.
HSL color Cylindrical-coordinate representation of color #F2FE0C: hue angle of 62.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2FE0C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.00 |
| HSL | 62.98º | 0.99% | 0.52% | - |
| HSV(B) | 62.98º | 0.95% | 1% | - |
| XYZ | 72.13 | 89.79 | 13.88 | - |
| YUV | 222.82 | 9.02 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 12 | 0.05 | 0 | 0.95 | 0.00 | 62.98 | 0.99 | 0.52 |
| Hex | F2 | FE | C | 5 | 0 | 5F | 0 | 3F | 63 | 34 |
| Octal | 362 | 376 | 14 | 5 | 0 | 137 | 0 | 77 | 143 | 64 |
| Binary | 11110010 | 11111110 | 1100 | 101 | 0 | 1011111 | 0 | 111111 | 1100011 | 110100 |
Color Harmonies of #F2FE0C
Complementary color
Monochromatic Colors of #F2FE0C
Black with #F2FE0C
Text Example
Text Example
White with #F2FE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE0C; }
p { color: rgb(242,254,12); }
H1.HeaderClassName
{
color: #F2FE0C;
}
.AnyTagClassName
{
color: #F2FE0C;
}
</style>
background-color css
<style>
a { background-color: #F2FE0C; }
a { background-color: rgb(242,254,12); }
div.DivClassName
{
background-color: #F2FE0C;
}
.BgClassName
{
background-color: #F2FE0C;
}
</style>
border-color css
<style>
span { border-color: #F2FE0C; }
span { border-color: rgb(242,254,12); }
td.TdClassName
{
border-color: #F2FE0C;
}
.TagClassName
{
border-color: #F2FE0C;
}
</style>