Html Css Color HEX #FDE40C Lemon

📋 copy color: '#FDE40C'

red 253 ◦ green 228 ◦ blue 12

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

Shades of Lemon #FDE40C

Tints of Lemon #FDE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 12 (5.08% from 255) = 2.43%

R = 51.32%
G = 46.25%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDE40C (or 0xFDE40C) is known color: Lemon. HEX triplet: FD, E4 and 0C. RGB value is (253,228,12). Sum of RGB (Red+Green+Blue) = 253+228+12=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 12 (5.08% from 255 or 2.43% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE40C is #021BF3. Grayscale: #D3D3D3. Windows color (decimal): -138228 or 845053. OLE color: 845053.

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

Color convert

RGB 253 228 12 -
CMYK 0 0.10 0.95 0.01
HSL 53.78º 0.98% 0.52% -
HSV(B) 53.78º 0.95% 0.99% -
XYZ 68.32 76.4 11.49 -
YUV 210.85 15.78 158.06 -
System Red Green Blue C M Y K H S L
Decimal 253 228 12 0 0.10 0.95 0.01 53.78 0.98 0.52
Hex FD E4 C 0 A 5F 1 36 62 34
Octal 375 344 14 0 12 137 1 66 142 64
Binary 11111101 11100100 1100 0 1010 1011111 1 110110 1100010 110100

Color Harmonies of #FDE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE40C

Black with #FDE40C

Text Example


Text Example

White with #FDE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE40C; }

 p { color: rgb(253,228,12); }

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

background-color css

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

 a { background-color: rgb(253,228,12); }

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

border-color css

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

 span { border-color: rgb(253,228,12); }

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