Shades of Yellow #F2FE03
Tints of Yellow #F2FE03
RGB
CMYK
RGB Variations
Color information
#F2FE03 (or 0xF2FE03) is known color: Yellow. HEX triplet: F2, FE and 03. RGB value is (242,254,3). Sum of RGB (Red+Green+Blue) = 242+254+3=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 3 (1.56% from 255 or 0.60% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FE03 is #0D01FC. Grayscale: #DEDEDE. Windows color (decimal): -852477 or 261874. OLE color: 261874.
HSL color Cylindrical-coordinate representation of color #F2FE03: hue angle of 62.87º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2FE03 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 3 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.00 |
| HSL | 62.87º | 0.99% | 0.5% | - |
| HSV(B) | 62.87º | 0.99% | 1% | - |
| XYZ | 72.08 | 89.77 | 13.61 | - |
| YUV | 221.8 | 4.52 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 3 | 0.05 | 0 | 0.99 | 0.00 | 62.87 | 0.99 | 0.5 |
| Hex | F2 | FE | 3 | 5 | 0 | 63 | 0 | 3F | 63 | 32 |
| Octal | 362 | 376 | 3 | 5 | 0 | 143 | 0 | 77 | 143 | 62 |
| Binary | 11110010 | 11111110 | 11 | 101 | 0 | 1100011 | 0 | 111111 | 1100011 | 110010 |
Color Harmonies of #F2FE03
Complementary color
Monochromatic Colors of #F2FE03
Black with #F2FE03
Text Example
Text Example
White with #F2FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE03; }
p { color: rgb(242,254,3); }
H1.HeaderClassName
{
color: #F2FE03;
}
.AnyTagClassName
{
color: #F2FE03;
}
</style>
background-color css
<style>
a { background-color: #F2FE03; }
a { background-color: rgb(242,254,3); }
div.DivClassName
{
background-color: #F2FE03;
}
.BgClassName
{
background-color: #F2FE03;
}
</style>
border-color css
<style>
span { border-color: #F2FE03; }
span { border-color: rgb(242,254,3); }
td.TdClassName
{
border-color: #F2FE03;
}
.TagClassName
{
border-color: #F2FE03;
}
</style>