Shades of Lemon #FFF324
Tints of Lemon #FFF324
RGB
CMYK
RGB Variations
Color information
#FFF324 (or 0xFFF324) is known color: Lemon. HEX triplet: FF, F3 and 24. RGB value is (255,243,36). Sum of RGB (Red+Green+Blue) = 255+243+36=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 36 (14.45% from 255 or 6.74% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF324 is #000CDB. Grayscale: #DFDFDF. Windows color (decimal): -3292 or 2421759. OLE color: 2421759.
HSL color Cylindrical-coordinate representation of color #FFF324: hue angle of 56.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFF324 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 36 | - |
| CMYK | 0 | 0.05 | 0.86 | 0 |
| HSL | 56.71º | 1% | 0.57% | - |
| HSV(B) | 56.71º | 0.86% | 1% | - |
| XYZ | 73.61 | 85.49 | 14.29 | - |
| YUV | 222.99 | 22.48 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 36 | 0 | 0.05 | 0.86 | 0 | 56.71 | 1 | 0.57 |
| Hex | FF | F3 | 24 | 0 | 5 | 56 | 0 | 39 | 64 | 39 |
| Octal | 377 | 363 | 44 | 0 | 5 | 126 | 0 | 71 | 144 | 71 |
| Binary | 11111111 | 11110011 | 100100 | 0 | 101 | 1010110 | 0 | 111001 | 1100100 | 111001 |
Color Harmonies of #FFF324
Complementary color
Monochromatic Colors of #FFF324
Black with #FFF324
Text Example
Text Example
White with #FFF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF324; }
p { color: rgb(255,243,36); }
H1.HeaderClassName
{
color: #FFF324;
}
.AnyTagClassName
{
color: #FFF324;
}
</style>
background-color css
<style>
a { background-color: #FFF324; }
a { background-color: rgb(255,243,36); }
div.DivClassName
{
background-color: #FFF324;
}
.BgClassName
{
background-color: #FFF324;
}
</style>
border-color css
<style>
span { border-color: #FFF324; }
span { border-color: rgb(255,243,36); }
td.TdClassName
{
border-color: #FFF324;
}
.TagClassName
{
border-color: #FFF324;
}
</style>