Shades of Lemon #FFF00A
Tints of Lemon #FFF00A
RGB
CMYK
RGB Variations
Color information
#FFF00A (or 0xFFF00A) is known color: Lemon. HEX triplet: FF, F0 and 0A. RGB value is (255,240,10). Sum of RGB (Red+Green+Blue) = 255+240+10=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 10 (4.30% from 255 or 1.98% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF00A is #000FF5. Grayscale: #DBDBDB. Windows color (decimal): -4086 or 717055. OLE color: 717055.
HSL color Cylindrical-coordinate representation of color #FFF00A: hue angle of 56.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF00A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0 |
| HSL | 56.33º | 1% | 0.52% | - |
| HSV(B) | 56.33º | 0.96% | 1% | - |
| XYZ | 72.45 | 83.6 | 12.61 | - |
| YUV | 218.27 | 10.47 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 10 | 0 | 0.06 | 0.96 | 0 | 56.33 | 1 | 0.52 |
| Hex | FF | F0 | A | 0 | 6 | 60 | 0 | 38 | 64 | 34 |
| Octal | 377 | 360 | 12 | 0 | 6 | 140 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11110000 | 1010 | 0 | 110 | 1100000 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFF00A
Complementary color
Monochromatic Colors of #FFF00A
Black with #FFF00A
Text Example
Text Example
White with #FFF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF00A; }
p { color: rgb(255,240,10); }
H1.HeaderClassName
{
color: #FFF00A;
}
.AnyTagClassName
{
color: #FFF00A;
}
</style>
background-color css
<style>
a { background-color: #FFF00A; }
a { background-color: rgb(255,240,10); }
div.DivClassName
{
background-color: #FFF00A;
}
.BgClassName
{
background-color: #FFF00A;
}
</style>
border-color css
<style>
span { border-color: #FFF00A; }
span { border-color: rgb(255,240,10); }
td.TdClassName
{
border-color: #FFF00A;
}
.TagClassName
{
border-color: #FFF00A;
}
</style>