Shades of Yellow #F2F80A
Tints of Yellow #F2F80A
RGB
CMYK
RGB Variations
Color information
#F2F80A (or 0xF2F80A) is known color: Yellow. HEX triplet: F2, F8 and 0A. RGB value is (242,248,10). Sum of RGB (Red+Green+Blue) = 242+248+10=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F80A is #0D07F5. Grayscale: #DCDCDC. Windows color (decimal): -854006 or 719090. OLE color: 719090.
HSL color Cylindrical-coordinate representation of color #F2F80A: hue angle of 61.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2F80A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.03 |
| HSL | 61.51º | 0.94% | 0.51% | - |
| HSV(B) | 61.51º | 0.96% | 0.97% | - |
| XYZ | 70.24 | 86.03 | 13.19 | - |
| YUV | 219.07 | 10.01 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 10 | 0.02 | 0 | 0.96 | 0.03 | 61.51 | 0.94 | 0.51 |
| Hex | F2 | F8 | A | 2 | 0 | 60 | 3 | 3E | 5E | 33 |
| Octal | 362 | 370 | 12 | 2 | 0 | 140 | 3 | 76 | 136 | 63 |
| Binary | 11110010 | 11111000 | 1010 | 10 | 0 | 1100000 | 11 | 111110 | 1011110 | 110011 |
Color Harmonies of #F2F80A
Complementary color
Monochromatic Colors of #F2F80A
Black with #F2F80A
Text Example
Text Example
White with #F2F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F80A; }
p { color: rgb(242,248,10); }
H1.HeaderClassName
{
color: #F2F80A;
}
.AnyTagClassName
{
color: #F2F80A;
}
</style>
background-color css
<style>
a { background-color: #F2F80A; }
a { background-color: rgb(242,248,10); }
div.DivClassName
{
background-color: #F2F80A;
}
.BgClassName
{
background-color: #F2F80A;
}
</style>
border-color css
<style>
span { border-color: #F2F80A; }
span { border-color: rgb(242,248,10); }
td.TdClassName
{
border-color: #F2F80A;
}
.TagClassName
{
border-color: #F2F80A;
}
</style>