Shades of Lemon #FFFC23
Tints of Lemon #FFFC23
RGB
CMYK
RGB Variations
Color information
#FFFC23 (or 0xFFFC23) is known color: Lemon. HEX triplet: FF, FC and 23. RGB value is (255,252,35). Sum of RGB (Red+Green+Blue) = 255+252+35=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 35 (14.06% from 255 or 6.46% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC23 is #0003DC. Grayscale: #E5E5E5. Windows color (decimal): -989 or 2358527. OLE color: 2358527.
HSL color Cylindrical-coordinate representation of color #FFFC23: hue angle of 59.18º 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 #FFFC23 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0 |
| HSL | 59.18º | 1% | 0.57% | - |
| HSV(B) | 59.18º | 0.86% | 1% | - |
| XYZ | 76.35 | 91 | 15.13 | - |
| YUV | 228.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 35 | 0 | 0.01 | 0.86 | 0 | 59.18 | 1 | 0.57 |
| Hex | FF | FC | 23 | 0 | 1 | 56 | 0 | 3B | 64 | 39 |
| Octal | 377 | 374 | 43 | 0 | 1 | 126 | 0 | 73 | 144 | 71 |
| Binary | 11111111 | 11111100 | 100011 | 0 | 1 | 1010110 | 0 | 111011 | 1100100 | 111001 |
Color Harmonies of #FFFC23
Complementary color
Monochromatic Colors of #FFFC23
Black with #FFFC23
Text Example
Text Example
White with #FFFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC23; }
p { color: rgb(255,252,35); }
H1.HeaderClassName
{
color: #FFFC23;
}
.AnyTagClassName
{
color: #FFFC23;
}
</style>
background-color css
<style>
a { background-color: #FFFC23; }
a { background-color: rgb(255,252,35); }
div.DivClassName
{
background-color: #FFFC23;
}
.BgClassName
{
background-color: #FFFC23;
}
</style>
border-color css
<style>
span { border-color: #FFFC23; }
span { border-color: rgb(255,252,35); }
td.TdClassName
{
border-color: #FFFC23;
}
.TagClassName
{
border-color: #FFFC23;
}
</style>