Html Css Color HEX #FDE01E Lemon

📋 copy color: '#FDE01E'

red 253 ◦ green 224 ◦ blue 30

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

Shades of Lemon #FDE01E

Tints of Lemon #FDE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

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

R = 49.9%
G = 44.18%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDE01E (or 0xFDE01E) is known color: Lemon. HEX triplet: FD, E0 and 1E. RGB value is (253,224,30). Sum of RGB (Red+Green+Blue) = 253+224+30=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 30 (12.11% from 255 or 5.92% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE01E is #021FE1. Grayscale: #D3D3D3. Windows color (decimal): -139234 or 2023677. OLE color: 2023677.

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

Color convert

RGB 253 224 30 -
CMYK 0 0.11 0.88 0.01
HSL 52.2º 0.98% 0.55% -
HSV(B) 52.2º 0.88% 0.99% -
XYZ 67.4 74.29 12.02 -
YUV 210.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 253 224 30 0 0.11 0.88 0.01 52.2 0.98 0.55
Hex FD E0 1E 0 B 58 1 34 62 37
Octal 375 340 36 0 13 130 1 64 142 67
Binary 11111101 11100000 11110 0 1011 1011000 1 110100 1100010 110111

Color Harmonies of #FDE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE01E

Black with #FDE01E

Text Example


Text Example

White with #FDE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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