Shades of Yellow #F0FA05
Tints of Yellow #F0FA05
RGB
CMYK
RGB Variations
Color information
#F0FA05 (or 0xF0FA05) is known color: Yellow. HEX triplet: F0, FA and 05. RGB value is (240,250,5). Sum of RGB (Red+Green+Blue) = 240+250+5=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 5 (2.34% from 255 or 1.01% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA05 is #0F05FA. Grayscale: #DCDCDC. Windows color (decimal): -984571 or 391920. OLE color: 391920.
HSL color Cylindrical-coordinate representation of color #F0FA05: hue angle of 62.45º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0FA05 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.02 |
| HSL | 62.45º | 0.96% | 0.5% | - |
| HSV(B) | 62.45º | 0.98% | 0.98% | - |
| XYZ | 70.15 | 86.91 | 13.22 | - |
| YUV | 219.08 | 7.19 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 5 | 0.04 | 0 | 0.98 | 0.02 | 62.45 | 0.96 | 0.5 |
| Hex | F0 | FA | 5 | 4 | 0 | 62 | 2 | 3E | 60 | 32 |
| Octal | 360 | 372 | 5 | 4 | 0 | 142 | 2 | 76 | 140 | 62 |
| Binary | 11110000 | 11111010 | 101 | 100 | 0 | 1100010 | 10 | 111110 | 1100000 | 110010 |
Color Harmonies of #F0FA05
Complementary color
Monochromatic Colors of #F0FA05
Black with #F0FA05
Text Example
Text Example
White with #F0FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA05; }
p { color: rgb(240,250,5); }
H1.HeaderClassName
{
color: #F0FA05;
}
.AnyTagClassName
{
color: #F0FA05;
}
</style>
background-color css
<style>
a { background-color: #F0FA05; }
a { background-color: rgb(240,250,5); }
div.DivClassName
{
background-color: #F0FA05;
}
.BgClassName
{
background-color: #F0FA05;
}
</style>
border-color css
<style>
span { border-color: #F0FA05; }
span { border-color: rgb(240,250,5); }
td.TdClassName
{
border-color: #F0FA05;
}
.TagClassName
{
border-color: #F0FA05;
}
</style>