Shades of Lemon #F3FA1D
Tints of Lemon #F3FA1D
RGB
CMYK
RGB Variations
Color information
#F3FA1D (or 0xF3FA1D) is known color: Lemon. HEX triplet: F3, FA and 1D. RGB value is (243,250,29). Sum of RGB (Red+Green+Blue) = 243+250+29=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 29 (11.72% from 255 or 5.56% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FA1D is #0C05E2. Grayscale: #DFDFDF. Windows color (decimal): -787939 or 1964787. OLE color: 1964787.
HSL color Cylindrical-coordinate representation of color #F3FA1D: hue angle of 61.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3FA1D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.02 |
| HSL | 61.9º | 0.96% | 0.55% | - |
| HSV(B) | 61.9º | 0.88% | 0.98% | - |
| XYZ | 71.37 | 87.51 | 14.29 | - |
| YUV | 222.71 | 18.68 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 29 | 0.03 | 0 | 0.88 | 0.02 | 61.9 | 0.96 | 0.55 |
| Hex | F3 | FA | 1D | 3 | 0 | 58 | 2 | 3E | 60 | 37 |
| Octal | 363 | 372 | 35 | 3 | 0 | 130 | 2 | 76 | 140 | 67 |
| Binary | 11110011 | 11111010 | 11101 | 11 | 0 | 1011000 | 10 | 111110 | 1100000 | 110111 |
Color Harmonies of #F3FA1D
Complementary color
Monochromatic Colors of #F3FA1D
Black with #F3FA1D
Text Example
Text Example
White with #F3FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA1D; }
p { color: rgb(243,250,29); }
H1.HeaderClassName
{
color: #F3FA1D;
}
.AnyTagClassName
{
color: #F3FA1D;
}
</style>
background-color css
<style>
a { background-color: #F3FA1D; }
a { background-color: rgb(243,250,29); }
div.DivClassName
{
background-color: #F3FA1D;
}
.BgClassName
{
background-color: #F3FA1D;
}
</style>
border-color css
<style>
span { border-color: #F3FA1D; }
span { border-color: rgb(243,250,29); }
td.TdClassName
{
border-color: #F3FA1D;
}
.TagClassName
{
border-color: #F3FA1D;
}
</style>