Shades of Lemon #FEDF20
Tints of Lemon #FEDF20
RGB
CMYK
RGB Variations
Color information
#FEDF20 (or 0xFEDF20) is known color: Lemon. HEX triplet: FE, DF and 20. RGB value is (254,223,32). Sum of RGB (Red+Green+Blue) = 254+223+32=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF20 is #0120DF. Grayscale: #D3D3D3. Windows color (decimal): -73952 or 2154494. OLE color: 2154494.
HSL color Cylindrical-coordinate representation of color #FEDF20: hue angle of 51.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEDF20 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.00 |
| HSL | 51.62º | 0.99% | 0.56% | - |
| HSV(B) | 51.62º | 0.87% | 1% | - |
| XYZ | 67.52 | 73.95 | 12.08 | - |
| YUV | 210.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 32 | 0 | 0.12 | 0.87 | 0.00 | 51.62 | 0.99 | 0.56 |
| Hex | FE | DF | 20 | 0 | C | 57 | 0 | 34 | 63 | 38 |
| Octal | 376 | 337 | 40 | 0 | 14 | 127 | 0 | 64 | 143 | 70 |
| Binary | 11111110 | 11011111 | 100000 | 0 | 1100 | 1010111 | 0 | 110100 | 1100011 | 111000 |
Color Harmonies of #FEDF20
Complementary color
Monochromatic Colors of #FEDF20
Black with #FEDF20
Text Example
Text Example
White with #FEDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF20; }
p { color: rgb(254,223,32); }
H1.HeaderClassName
{
color: #FEDF20;
}
.AnyTagClassName
{
color: #FEDF20;
}
</style>
background-color css
<style>
a { background-color: #FEDF20; }
a { background-color: rgb(254,223,32); }
div.DivClassName
{
background-color: #FEDF20;
}
.BgClassName
{
background-color: #FEDF20;
}
</style>
border-color css
<style>
span { border-color: #FEDF20; }
span { border-color: rgb(254,223,32); }
td.TdClassName
{
border-color: #FEDF20;
}
.TagClassName
{
border-color: #FEDF20;
}
</style>