Shades of Yellow #F2FA0A
Tints of Yellow #F2FA0A
RGB
CMYK
RGB Variations
Color information
#F2FA0A (or 0xF2FA0A) is known color: Yellow. HEX triplet: F2, FA and 0A. RGB value is (242,250,10). Sum of RGB (Red+Green+Blue) = 242+250+10=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA0A is #0D05F5. Grayscale: #DDDDDD. Windows color (decimal): -853494 or 719602. OLE color: 719602.
HSL color Cylindrical-coordinate representation of color #F2FA0A: hue angle of 62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2FA0A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.02 |
| HSL | 62º | 0.96% | 0.51% | - |
| HSV(B) | 62º | 0.96% | 0.98% | - |
| XYZ | 70.86 | 87.27 | 13.4 | - |
| YUV | 220.25 | 9.35 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 10 | 0.03 | 0 | 0.96 | 0.02 | 62 | 0.96 | 0.51 |
| Hex | F2 | FA | A | 3 | 0 | 60 | 2 | 3E | 60 | 33 |
| Octal | 362 | 372 | 12 | 3 | 0 | 140 | 2 | 76 | 140 | 63 |
| Binary | 11110010 | 11111010 | 1010 | 11 | 0 | 1100000 | 10 | 111110 | 1100000 | 110011 |
Color Harmonies of #F2FA0A
Complementary color
Monochromatic Colors of #F2FA0A
Black with #F2FA0A
Text Example
Text Example
White with #F2FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA0A; }
p { color: rgb(242,250,10); }
H1.HeaderClassName
{
color: #F2FA0A;
}
.AnyTagClassName
{
color: #F2FA0A;
}
</style>
background-color css
<style>
a { background-color: #F2FA0A; }
a { background-color: rgb(242,250,10); }
div.DivClassName
{
background-color: #F2FA0A;
}
.BgClassName
{
background-color: #F2FA0A;
}
</style>
border-color css
<style>
span { border-color: #F2FA0A; }
span { border-color: rgb(242,250,10); }
td.TdClassName
{
border-color: #F2FA0A;
}
.TagClassName
{
border-color: #F2FA0A;
}
</style>