Shades of Yellow #F2FA08
Tints of Yellow #F2FA08
RGB
CMYK
RGB Variations
Color information
#F2FA08 (or 0xF2FA08) is known color: Yellow. HEX triplet: F2, FA and 08. RGB value is (242,250,8). Sum of RGB (Red+Green+Blue) = 242+250+8=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 8 (3.52% from 255 or 1.6% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA08 is #0D05F7. Grayscale: #DCDCDC. Windows color (decimal): -853496 or 588530. OLE color: 588530.
HSL color Cylindrical-coordinate representation of color #F2FA08: hue angle of 61.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2FA08 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 8 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.02 |
| HSL | 61.98º | 0.96% | 0.51% | - |
| HSV(B) | 61.98º | 0.97% | 0.98% | - |
| XYZ | 70.85 | 87.27 | 13.34 | - |
| YUV | 220.02 | 8.35 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 8 | 0.03 | 0 | 0.97 | 0.02 | 61.98 | 0.96 | 0.51 |
| Hex | F2 | FA | 8 | 3 | 0 | 61 | 2 | 3E | 60 | 33 |
| Octal | 362 | 372 | 10 | 3 | 0 | 141 | 2 | 76 | 140 | 63 |
| Binary | 11110010 | 11111010 | 1000 | 11 | 0 | 1100001 | 10 | 111110 | 1100000 | 110011 |
Color Harmonies of #F2FA08
Complementary color
Monochromatic Colors of #F2FA08
Black with #F2FA08
Text Example
Text Example
White with #F2FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA08; }
p { color: rgb(242,250,8); }
H1.HeaderClassName
{
color: #F2FA08;
}
.AnyTagClassName
{
color: #F2FA08;
}
</style>
background-color css
<style>
a { background-color: #F2FA08; }
a { background-color: rgb(242,250,8); }
div.DivClassName
{
background-color: #F2FA08;
}
.BgClassName
{
background-color: #F2FA08;
}
</style>
border-color css
<style>
span { border-color: #F2FA08; }
span { border-color: rgb(242,250,8); }
td.TdClassName
{
border-color: #F2FA08;
}
.TagClassName
{
border-color: #F2FA08;
}
</style>