Shades of Yellow #F2F202
Tints of Yellow #F2F202
RGB
CMYK
RGB Variations
Color information
#F2F202 (or 0xF2F202) is known color: Yellow. HEX triplet: F2, F2 and 02. RGB value is (242,242,2). Sum of RGB (Red+Green+Blue) = 242+242+2=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F202 is #0D0DFD. Grayscale: #D7D7D7. Windows color (decimal): -855550 or 193266. OLE color: 193266.
HSL color Cylindrical-coordinate representation of color #F2F202: hue angle of 60º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2F202 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.05 |
| HSL | 60º | 0.98% | 0.48% | - |
| HSV(B) | 60º | 0.99% | 0.95% | - |
| XYZ | 68.38 | 82.39 | 12.36 | - |
| YUV | 214.64 | 8 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 2 | 0 | 0 | 0.99 | 0.05 | 60 | 0.98 | 0.48 |
| Hex | F2 | F2 | 2 | 0 | 0 | 63 | 5 | 3C | 62 | 30 |
| Octal | 362 | 362 | 2 | 0 | 0 | 143 | 5 | 74 | 142 | 60 |
| Binary | 11110010 | 11110010 | 10 | 0 | 0 | 1100011 | 101 | 111100 | 1100010 | 110000 |
Color Harmonies of #F2F202
Complementary color
Monochromatic Colors of #F2F202
Black with #F2F202
Text Example
Text Example
White with #F2F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F202; }
p { color: rgb(242,242,2); }
H1.HeaderClassName
{
color: #F2F202;
}
.AnyTagClassName
{
color: #F2F202;
}
</style>
background-color css
<style>
a { background-color: #F2F202; }
a { background-color: rgb(242,242,2); }
div.DivClassName
{
background-color: #F2F202;
}
.BgClassName
{
background-color: #F2F202;
}
</style>
border-color css
<style>
span { border-color: #F2F202; }
span { border-color: rgb(242,242,2); }
td.TdClassName
{
border-color: #F2F202;
}
.TagClassName
{
border-color: #F2F202;
}
</style>