Shades of Yellow #F0FF00
Tints of Yellow #F0FF00
RGB
CMYK
RGB Variations
Color information
#F0FF00 (or 0xF0FF00) is known color: Yellow. HEX triplet: F0, FF and 00. RGB value is (240,255,0). Sum of RGB (Red+Green+Blue) = 240+255+0=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FF00 is #0F00FF. Grayscale: #DEDEDE. Windows color (decimal): -983296 or 65520. OLE color: 65520.
HSL color Cylindrical-coordinate representation of color #F0FF00: hue angle of 63.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0FF00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0 |
| HSL | 63.53º | 1% | 0.5% | - |
| HSV(B) | 63.53º | 1% | 1% | - |
| XYZ | 71.7 | 90.05 | 13.6 | - |
| YUV | 221.45 | 3.03 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 0 | 0.06 | 0 | 1 | 0 | 63.53 | 1 | 0.5 |
| Hex | F0 | FF | 0 | 6 | 0 | 64 | 0 | 40 | 64 | 32 |
| Octal | 360 | 377 | 0 | 6 | 0 | 144 | 0 | 100 | 144 | 62 |
| Binary | 11110000 | 11111111 | 0 | 110 | 0 | 1100100 | 0 | 1000000 | 1100100 | 110010 |
Color Harmonies of #F0FF00
Complementary color
Monochromatic Colors of #F0FF00
Black with #F0FF00
Text Example
Text Example
White with #F0FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF00; }
p { color: rgb(240,255,0); }
H1.HeaderClassName
{
color: #F0FF00;
}
.AnyTagClassName
{
color: #F0FF00;
}
</style>
background-color css
<style>
a { background-color: #F0FF00; }
a { background-color: rgb(240,255,0); }
div.DivClassName
{
background-color: #F0FF00;
}
.BgClassName
{
background-color: #F0FF00;
}
</style>
border-color css
<style>
span { border-color: #F0FF00; }
span { border-color: rgb(240,255,0); }
td.TdClassName
{
border-color: #F0FF00;
}
.TagClassName
{
border-color: #F0FF00;
}
</style>