Shades of Lemon #FFF213
Tints of Lemon #FFF213
RGB
CMYK
RGB Variations
Color information
#FFF213 (or 0xFFF213) is known color: Lemon. HEX triplet: FF, F2 and 13. RGB value is (255,242,19). Sum of RGB (Red+Green+Blue) = 255+242+19=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 19 (7.81% from 255 or 3.68% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF213 is #000DEC. Grayscale: #DDDDDD. Windows color (decimal): -3565 or 1307391. OLE color: 1307391.
HSL color Cylindrical-coordinate representation of color #FFF213: hue angle of 56.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFF213 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 19 | - |
| CMYK | 0 | 0.05 | 0.93 | 0 |
| HSL | 56.69º | 1% | 0.54% | - |
| HSV(B) | 56.69º | 0.93% | 1% | - |
| XYZ | 73.11 | 84.81 | 13.13 | - |
| YUV | 220.47 | 14.31 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 19 | 0 | 0.05 | 0.93 | 0 | 56.69 | 1 | 0.54 |
| Hex | FF | F2 | 13 | 0 | 5 | 5D | 0 | 39 | 64 | 36 |
| Octal | 377 | 362 | 23 | 0 | 5 | 135 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110010 | 10011 | 0 | 101 | 1011101 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF213
Complementary color
Monochromatic Colors of #FFF213
Black with #FFF213
Text Example
Text Example
White with #FFF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF213; }
p { color: rgb(255,242,19); }
H1.HeaderClassName
{
color: #FFF213;
}
.AnyTagClassName
{
color: #FFF213;
}
</style>
background-color css
<style>
a { background-color: #FFF213; }
a { background-color: rgb(255,242,19); }
div.DivClassName
{
background-color: #FFF213;
}
.BgClassName
{
background-color: #FFF213;
}
</style>
border-color css
<style>
span { border-color: #FFF213; }
span { border-color: rgb(255,242,19); }
td.TdClassName
{
border-color: #FFF213;
}
.TagClassName
{
border-color: #FFF213;
}
</style>