Shades of Yellow #F0FA03
Tints of Yellow #F0FA03
RGB
CMYK
RGB Variations
Color information
#F0FA03 (or 0xF0FA03) is known color: Yellow. HEX triplet: F0, FA and 03. RGB value is (240,250,3). Sum of RGB (Red+Green+Blue) = 240+250+3=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 3 (1.56% from 255 or 0.61% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA03 is #0F05FC. Grayscale: #DBDBDB. Windows color (decimal): -984573 or 260848. OLE color: 260848.
HSL color Cylindrical-coordinate representation of color #F0FA03: hue angle of 62.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0FA03 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 3 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.02 |
| HSL | 62.43º | 0.98% | 0.5% | - |
| HSV(B) | 62.43º | 0.99% | 0.98% | - |
| XYZ | 70.14 | 86.9 | 13.16 | - |
| YUV | 218.85 | 6.19 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 3 | 0.04 | 0 | 0.99 | 0.02 | 62.43 | 0.98 | 0.5 |
| Hex | F0 | FA | 3 | 4 | 0 | 63 | 2 | 3E | 62 | 32 |
| Octal | 360 | 372 | 3 | 4 | 0 | 143 | 2 | 76 | 142 | 62 |
| Binary | 11110000 | 11111010 | 11 | 100 | 0 | 1100011 | 10 | 111110 | 1100010 | 110010 |
Color Harmonies of #F0FA03
Complementary color
Monochromatic Colors of #F0FA03
Black with #F0FA03
Text Example
Text Example
White with #F0FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA03; }
p { color: rgb(240,250,3); }
H1.HeaderClassName
{
color: #F0FA03;
}
.AnyTagClassName
{
color: #F0FA03;
}
</style>
background-color css
<style>
a { background-color: #F0FA03; }
a { background-color: rgb(240,250,3); }
div.DivClassName
{
background-color: #F0FA03;
}
.BgClassName
{
background-color: #F0FA03;
}
</style>
border-color css
<style>
span { border-color: #F0FA03; }
span { border-color: rgb(240,250,3); }
td.TdClassName
{
border-color: #F0FA03;
}
.TagClassName
{
border-color: #F0FA03;
}
</style>