Shades of Yellow #F0F807
Tints of Yellow #F0F807
RGB
CMYK
RGB Variations
Color information
#F0F807 (or 0xF0F807) is known color: Yellow. HEX triplet: F0, F8 and 07. RGB value is (240,248,7). Sum of RGB (Red+Green+Blue) = 240+248+7=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 7 (3.12% from 255 or 1.41% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F807 is #0F07F8. Grayscale: #DBDBDB. Windows color (decimal): -985081 or 522480. OLE color: 522480.
HSL color Cylindrical-coordinate representation of color #F0F807: hue angle of 61.99º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0F807 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 7 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.03 |
| HSL | 61.99º | 0.95% | 0.5% | - |
| HSV(B) | 61.99º | 0.97% | 0.97% | - |
| XYZ | 69.54 | 85.68 | 13.07 | - |
| YUV | 218.13 | 8.85 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 7 | 0.03 | 0 | 0.97 | 0.03 | 61.99 | 0.95 | 0.5 |
| Hex | F0 | F8 | 7 | 3 | 0 | 61 | 3 | 3E | 5F | 32 |
| Octal | 360 | 370 | 7 | 3 | 0 | 141 | 3 | 76 | 137 | 62 |
| Binary | 11110000 | 11111000 | 111 | 11 | 0 | 1100001 | 11 | 111110 | 1011111 | 110010 |
Color Harmonies of #F0F807
Complementary color
Monochromatic Colors of #F0F807
Black with #F0F807
Text Example
Text Example
White with #F0F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F807; }
p { color: rgb(240,248,7); }
H1.HeaderClassName
{
color: #F0F807;
}
.AnyTagClassName
{
color: #F0F807;
}
</style>
background-color css
<style>
a { background-color: #F0F807; }
a { background-color: rgb(240,248,7); }
div.DivClassName
{
background-color: #F0F807;
}
.BgClassName
{
background-color: #F0F807;
}
</style>
border-color css
<style>
span { border-color: #F0F807; }
span { border-color: rgb(240,248,7); }
td.TdClassName
{
border-color: #F0F807;
}
.TagClassName
{
border-color: #F0F807;
}
</style>