#FDE61E

Color #FDE61E Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FDE61E

Tints of Lemon #FDE61E

Color information

#FDE61E (or 0xFDE61E) is unknown color: approx Lemon. HEX triplet: FD, E6 and 1E. RGB value is (253,230,30). Sum of RGB (Red+Green+Blue) = 253+230+30=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE61E is #0219E1. Grayscale: #D6D6D6. Windows color (decimal): -137698 or 2025213. OLE color: 2025213.

HSL color Cylindrical-coordinate representation of color #FDE61E: hue angle of 53.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDE61E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25323030-
CMYK00.090.880.01
HSL53.81º98.24%55.49%-
HSV(B)53.81º88.14%99.22%-
XYZ69.0477.5712.56-
YUV214.0824.12155.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 230 (90.23% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 5.85%
R=49.32%
G=44.83%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532303000.090.880.0153.8198.2455.49
HexFDE61E09581366237
Octal3753463601113016614267
Binary11111101111001101111001001101100011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE61E; }

 p { color: rgb(253,230,30); }

 H1.HeaderClassName
 {
   color: #FDE61E;
 }
 .AnyTagClassName
 {
   color: #FDE61E;
 }
</style>
background-color css

<style>
 a { background-color: #FDE61E; }

 a { background-color: rgb(253,230,30); }

 div.DivClassName
 {
   background-color: #FDE61E;
 }
 .BgClassName
 {
   background-color: #FDE61E;
 }
</style>
border-color css

<style>
 span { border-color: #FDE61E; }

 span { border-color: rgb(253,230,30); }

 td.TdClassName
 {
   border-color: #FDE61E;
 }
 .TagClassName
 {
   border-color: #FDE61E;
 }
</style>