Shades of Lemon #FDF323
Tints of Lemon #FDF323
RGB
CMYK
RGB Variations
Color information
#FDF323 (or 0xFDF323) is known color: Lemon. HEX triplet: FD, F3 and 23. RGB value is (253,243,35). Sum of RGB (Red+Green+Blue) = 253+243+35=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 35 (14.06% from 255 or 6.59% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF323 is #020CDC. Grayscale: #DFDFDF. Windows color (decimal): -134365 or 2356221. OLE color: 2356221.
HSL color Cylindrical-coordinate representation of color #FDF323: hue angle of 57.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDF323 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 35 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.01 |
| HSL | 57.25º | 0.98% | 0.56% | - |
| HSV(B) | 57.25º | 0.86% | 0.99% | - |
| XYZ | 72.86 | 85.11 | 14.18 | - |
| YUV | 222.28 | 22.31 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 35 | 0 | 0.04 | 0.86 | 0.01 | 57.25 | 0.98 | 0.56 |
| Hex | FD | F3 | 23 | 0 | 4 | 56 | 1 | 39 | 62 | 38 |
| Octal | 375 | 363 | 43 | 0 | 4 | 126 | 1 | 71 | 142 | 70 |
| Binary | 11111101 | 11110011 | 100011 | 0 | 100 | 1010110 | 1 | 111001 | 1100010 | 111000 |
Color Harmonies of #FDF323
Complementary color
Monochromatic Colors of #FDF323
Black with #FDF323
Text Example
Text Example
White with #FDF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF323; }
p { color: rgb(253,243,35); }
H1.HeaderClassName
{
color: #FDF323;
}
.AnyTagClassName
{
color: #FDF323;
}
</style>
background-color css
<style>
a { background-color: #FDF323; }
a { background-color: rgb(253,243,35); }
div.DivClassName
{
background-color: #FDF323;
}
.BgClassName
{
background-color: #FDF323;
}
</style>
border-color css
<style>
span { border-color: #FDF323; }
span { border-color: rgb(253,243,35); }
td.TdClassName
{
border-color: #FDF323;
}
.TagClassName
{
border-color: #FDF323;
}
</style>