Shades of Yellow #F2FE01
Tints of Yellow #F2FE01
RGB
CMYK
RGB Variations
Color information
#F2FE01 (or 0xF2FE01) is known color: Yellow. HEX triplet: F2, FE and 01. RGB value is (242,254,1). Sum of RGB (Red+Green+Blue) = 242+254+1=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 1 (0.78% from 255 or 0.20% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FE01 is #0D01FE. Grayscale: #DEDEDE. Windows color (decimal): -852479 or 130802. OLE color: 130802.
HSL color Cylindrical-coordinate representation of color #F2FE01: hue angle of 62.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2FE01 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.00 |
| HSL | 62.85º | 0.99% | 0.5% | - |
| HSV(B) | 62.85º | 1% | 1% | - |
| XYZ | 72.07 | 89.76 | 13.56 | - |
| YUV | 221.57 | 3.52 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 1 | 0.05 | 0 | 1.00 | 0.00 | 62.85 | 0.99 | 0.5 |
| Hex | F2 | FE | 1 | 5 | 0 | 64 | 0 | 3F | 63 | 32 |
| Octal | 362 | 376 | 1 | 5 | 0 | 144 | 0 | 77 | 143 | 62 |
| Binary | 11110010 | 11111110 | 1 | 101 | 0 | 1100100 | 0 | 111111 | 1100011 | 110010 |
Color Harmonies of #F2FE01
Complementary color
Monochromatic Colors of #F2FE01
Black with #F2FE01
Text Example
Text Example
White with #F2FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE01; }
p { color: rgb(242,254,1); }
H1.HeaderClassName
{
color: #F2FE01;
}
.AnyTagClassName
{
color: #F2FE01;
}
</style>
background-color css
<style>
a { background-color: #F2FE01; }
a { background-color: rgb(242,254,1); }
div.DivClassName
{
background-color: #F2FE01;
}
.BgClassName
{
background-color: #F2FE01;
}
</style>
border-color css
<style>
span { border-color: #F2FE01; }
span { border-color: rgb(242,254,1); }
td.TdClassName
{
border-color: #F2FE01;
}
.TagClassName
{
border-color: #F2FE01;
}
</style>