Html Css Color HEX #FDF41E Lemon

📋 copy color: '#FDF41E'

red 253 ◦ green 244 ◦ blue 30

#FDF41E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FDF41E

Tints of Lemon #FDF41E

RGB

 RED value IS 253 (99.22% from 255) = 48.01%

 GREEN value IS 244 (95.7% from 255) = 46.3%

 BLUE value IS 30 (12.11% from 255) = 5.69%

R = 48.01%
G = 46.3%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF41E (or 0xFDF41E) is known color: Lemon. HEX triplet: FD, F4 and 1E. RGB value is (253,244,30). Sum of RGB (Red+Green+Blue) = 253+244+30=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 30 (12.11% from 255 or 5.69% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF41E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF41E is #020BE1. Grayscale: #DFDFDF. Windows color (decimal): -134114 or 2028797. OLE color: 2028797.

HSL color Cylindrical-coordinate representation of color #FDF41E: hue angle of 57.58º 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 #FDF41E is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 30 -
CMYK 0 0.04 0.88 0.01
HSL 57.58º 0.98% 0.55% -
HSV(B) 57.58º 0.88% 0.99% -
XYZ 73.09 85.68 13.91 -
YUV 222.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 253 244 30 0 0.04 0.88 0.01 57.58 0.98 0.55
Hex FD F4 1E 0 4 58 1 3A 62 37
Octal 375 364 36 0 4 130 1 72 142 67
Binary 11111101 11110100 11110 0 100 1011000 1 111010 1100010 110111

Color Harmonies of #FDF41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF41E

Black with #FDF41E

Text Example


Text Example

White with #FDF41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF41E; }

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

 H1.HeaderClassName
 {
   color: #FDF41E;
 }
 .AnyTagClassName
 {
   color: #FDF41E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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