Html Css Color HEX #FDE41A Lemon

📋 copy color: '#FDE41A'

red 253 ◦ green 228 ◦ blue 26

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

Shades of Lemon #FDE41A

Tints of Lemon #FDE41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.13%

R = 49.9%
G = 44.97%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDE41A (or 0xFDE41A) is known color: Lemon. HEX triplet: FD, E4 and 1A. RGB value is (253,228,26). Sum of RGB (Red+Green+Blue) = 253+228+26=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 26 (10.55% from 255 or 5.13% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE41A is #021BE5. Grayscale: #D5D5D5. Windows color (decimal): -138214 or 1762557. OLE color: 1762557.

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

Color convert

RGB 253 228 26 -
CMYK 0 0.10 0.90 0.01
HSL 53.39º 0.98% 0.55% -
HSV(B) 53.39º 0.9% 0.99% -
XYZ 68.44 76.44 12.13 -
YUV 212.45 22.78 156.93 -
System Red Green Blue C M Y K H S L
Decimal 253 228 26 0 0.10 0.90 0.01 53.39 0.98 0.55
Hex FD E4 1A 0 A 5A 1 35 62 37
Octal 375 344 32 0 12 132 1 65 142 67
Binary 11111101 11100100 11010 0 1010 1011010 1 110101 1100010 110111

Color Harmonies of #FDE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE41A

Black with #FDE41A

Text Example


Text Example

White with #FDE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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