Shades of Lemon #FFF10A
Tints of Lemon #FFF10A
RGB
CMYK
RGB Variations
Color information
#FFF10A (or 0xFFF10A) is known color: Lemon. HEX triplet: FF, F1 and 0A. RGB value is (255,241,10). Sum of RGB (Red+Green+Blue) = 255+241+10=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 10 (4.30% from 255 or 1.98% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF10A is #000EF5. Grayscale: #DBDBDB. Windows color (decimal): -3830 or 717311. OLE color: 717311.
HSL color Cylindrical-coordinate representation of color #FFF10A: hue angle of 56.57º 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 #FFF10A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0 |
| HSL | 56.57º | 1% | 0.52% | - |
| HSV(B) | 56.57º | 0.96% | 1% | - |
| XYZ | 72.75 | 84.19 | 12.7 | - |
| YUV | 218.85 | 10.14 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 10 | 0 | 0.05 | 0.96 | 0 | 56.57 | 1 | 0.52 |
| Hex | FF | F1 | A | 0 | 5 | 60 | 0 | 39 | 64 | 34 |
| Octal | 377 | 361 | 12 | 0 | 5 | 140 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110001 | 1010 | 0 | 101 | 1100000 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF10A
Complementary color
Monochromatic Colors of #FFF10A
Black with #FFF10A
Text Example
Text Example
White with #FFF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF10A; }
p { color: rgb(255,241,10); }
H1.HeaderClassName
{
color: #FFF10A;
}
.AnyTagClassName
{
color: #FFF10A;
}
</style>
background-color css
<style>
a { background-color: #FFF10A; }
a { background-color: rgb(255,241,10); }
div.DivClassName
{
background-color: #FFF10A;
}
.BgClassName
{
background-color: #FFF10A;
}
</style>
border-color css
<style>
span { border-color: #FFF10A; }
span { border-color: rgb(255,241,10); }
td.TdClassName
{
border-color: #FFF10A;
}
.TagClassName
{
border-color: #FFF10A;
}
</style>