Shades of Lemon #FFF812
Tints of Lemon #FFF812
RGB
CMYK
RGB Variations
Color information
#FFF812 (or 0xFFF812) is known color: Lemon. HEX triplet: FF, F8 and 12. RGB value is (255,248,18). Sum of RGB (Red+Green+Blue) = 255+248+18=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 18 (7.42% from 255 or 3.45% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF812 is #0007ED. Grayscale: #E0E0E0. Windows color (decimal): -2030 or 1243391. OLE color: 1243391.
HSL color Cylindrical-coordinate representation of color #FFF812: hue angle of 58.23º 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 #FFF812 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 18 | - |
| CMYK | 0 | 0.03 | 0.93 | 0 |
| HSL | 58.23º | 1% | 0.54% | - |
| HSV(B) | 58.23º | 0.93% | 1% | - |
| XYZ | 74.92 | 88.44 | 13.69 | - |
| YUV | 223.87 | 11.82 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 18 | 0 | 0.03 | 0.93 | 0 | 58.23 | 1 | 0.54 |
| Hex | FF | F8 | 12 | 0 | 3 | 5D | 0 | 3A | 64 | 36 |
| Octal | 377 | 370 | 22 | 0 | 3 | 135 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11111000 | 10010 | 0 | 11 | 1011101 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF812
Complementary color
Monochromatic Colors of #FFF812
Black with #FFF812
Text Example
Text Example
White with #FFF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF812; }
p { color: rgb(255,248,18); }
H1.HeaderClassName
{
color: #FFF812;
}
.AnyTagClassName
{
color: #FFF812;
}
</style>
background-color css
<style>
a { background-color: #FFF812; }
a { background-color: rgb(255,248,18); }
div.DivClassName
{
background-color: #FFF812;
}
.BgClassName
{
background-color: #FFF812;
}
</style>
border-color css
<style>
span { border-color: #FFF812; }
span { border-color: rgb(255,248,18); }
td.TdClassName
{
border-color: #FFF812;
}
.TagClassName
{
border-color: #FFF812;
}
</style>