Shades of Lemon #F9FC1D
Tints of Lemon #F9FC1D
RGB
CMYK
RGB Variations
Color information
#F9FC1D (or 0xF9FC1D) is known color: Lemon. HEX triplet: F9, FC and 1D. RGB value is (249,252,29). Sum of RGB (Red+Green+Blue) = 249+252+29=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 29 (11.72% from 255 or 5.47% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FC1D is #0603E2. Grayscale: #E2E2E2. Windows color (decimal): -394211 or 1965305. OLE color: 1965305.
HSL color Cylindrical-coordinate representation of color #F9FC1D: hue angle of 60.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9FC1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.01 |
| HSL | 60.81º | 0.97% | 0.55% | - |
| HSV(B) | 60.81º | 0.88% | 0.99% | - |
| XYZ | 74.1 | 89.85 | 14.6 | - |
| YUV | 225.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 29 | 0.01 | 0 | 0.88 | 0.01 | 60.81 | 0.97 | 0.55 |
| Hex | F9 | FC | 1D | 1 | 0 | 58 | 1 | 3D | 61 | 37 |
| Octal | 371 | 374 | 35 | 1 | 0 | 130 | 1 | 75 | 141 | 67 |
| Binary | 11111001 | 11111100 | 11101 | 1 | 0 | 1011000 | 1 | 111101 | 1100001 | 110111 |
Color Harmonies of #F9FC1D
Complementary color
Monochromatic Colors of #F9FC1D
Black with #F9FC1D
Text Example
Text Example
White with #F9FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FC1D; }
p { color: rgb(249,252,29); }
H1.HeaderClassName
{
color: #F9FC1D;
}
.AnyTagClassName
{
color: #F9FC1D;
}
</style>
background-color css
<style>
a { background-color: #F9FC1D; }
a { background-color: rgb(249,252,29); }
div.DivClassName
{
background-color: #F9FC1D;
}
.BgClassName
{
background-color: #F9FC1D;
}
</style>
border-color css
<style>
span { border-color: #F9FC1D; }
span { border-color: rgb(249,252,29); }
td.TdClassName
{
border-color: #F9FC1D;
}
.TagClassName
{
border-color: #F9FC1D;
}
</style>