Shades of Yellow #F4F202
Tints of Yellow #F4F202
RGB
CMYK
RGB Variations
Color information
#F4F202 (or 0xF4F202) is known color: Yellow. HEX triplet: F4, F2 and 02. RGB value is (244,242,2). Sum of RGB (Red+Green+Blue) = 244+242+2=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 2 (1.17% from 255 or 0.41% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F202 is #0B0DFD. Grayscale: #D8D8D8. Windows color (decimal): -724478 or 193268. OLE color: 193268.
HSL color Cylindrical-coordinate representation of color #F4F202: hue angle of 59.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4F202 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.04 |
| HSL | 59.5º | 0.98% | 0.48% | - |
| HSV(B) | 59.5º | 0.99% | 0.96% | - |
| XYZ | 69.07 | 82.74 | 12.39 | - |
| YUV | 215.24 | 7.66 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 2 | 0 | 0.01 | 0.99 | 0.04 | 59.5 | 0.98 | 0.48 |
| Hex | F4 | F2 | 2 | 0 | 1 | 63 | 4 | 3C | 62 | 30 |
| Octal | 364 | 362 | 2 | 0 | 1 | 143 | 4 | 74 | 142 | 60 |
| Binary | 11110100 | 11110010 | 10 | 0 | 1 | 1100011 | 100 | 111100 | 1100010 | 110000 |
Color Harmonies of #F4F202
Complementary color
Monochromatic Colors of #F4F202
Black with #F4F202
Text Example
Text Example
White with #F4F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F202; }
p { color: rgb(244,242,2); }
H1.HeaderClassName
{
color: #F4F202;
}
.AnyTagClassName
{
color: #F4F202;
}
</style>
background-color css
<style>
a { background-color: #F4F202; }
a { background-color: rgb(244,242,2); }
div.DivClassName
{
background-color: #F4F202;
}
.BgClassName
{
background-color: #F4F202;
}
</style>
border-color css
<style>
span { border-color: #F4F202; }
span { border-color: rgb(244,242,2); }
td.TdClassName
{
border-color: #F4F202;
}
.TagClassName
{
border-color: #F4F202;
}
</style>