Shades of Yellow #F2FD00
Tints of Yellow #F2FD00
RGB
CMYK
RGB Variations
Color information
#F2FD00 (or 0xF2FD00) is known color: Yellow. HEX triplet: F2, FD and 00. RGB value is (242,253,0). Sum of RGB (Red+Green+Blue) = 242+253+0=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FD00 is #0D02FF. Grayscale: #DDDDDD. Windows color (decimal): -852736 or 65010. OLE color: 65010.
HSL color Cylindrical-coordinate representation of color #F2FD00: hue angle of 62.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2FD00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.01 |
| HSL | 62.61º | 1% | 0.5% | - |
| HSV(B) | 62.61º | 1% | 0.99% | - |
| XYZ | 71.74 | 89.13 | 13.42 | - |
| YUV | 220.87 | 3.36 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 0 | 0.04 | 0 | 1 | 0.01 | 62.61 | 1 | 0.5 |
| Hex | F2 | FD | 0 | 4 | 0 | 64 | 1 | 3F | 64 | 32 |
| Octal | 362 | 375 | 0 | 4 | 0 | 144 | 1 | 77 | 144 | 62 |
| Binary | 11110010 | 11111101 | 0 | 100 | 0 | 1100100 | 1 | 111111 | 1100100 | 110010 |
Color Harmonies of #F2FD00
Complementary color
Monochromatic Colors of #F2FD00
Black with #F2FD00
Text Example
Text Example
White with #F2FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD00; }
p { color: rgb(242,253,0); }
H1.HeaderClassName
{
color: #F2FD00;
}
.AnyTagClassName
{
color: #F2FD00;
}
</style>
background-color css
<style>
a { background-color: #F2FD00; }
a { background-color: rgb(242,253,0); }
div.DivClassName
{
background-color: #F2FD00;
}
.BgClassName
{
background-color: #F2FD00;
}
</style>
border-color css
<style>
span { border-color: #F2FD00; }
span { border-color: rgb(242,253,0); }
td.TdClassName
{
border-color: #F2FD00;
}
.TagClassName
{
border-color: #F2FD00;
}
</style>