Html Css Color HEX #FDE00E Lemon

📋 copy color: '#FDE00E'

red 253 ◦ green 224 ◦ blue 14

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

Shades of Lemon #FDE00E

Tints of Lemon #FDE00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 51.53%
G = 45.62%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDE00E (or 0xFDE00E) is known color: Lemon. HEX triplet: FD, E0 and 0E. RGB value is (253,224,14). Sum of RGB (Red+Green+Blue) = 253+224+14=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE00E is #021FF1. Grayscale: #D1D1D1. Windows color (decimal): -139250 or 975101. OLE color: 975101.

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

Color convert

RGB 253 224 14 -
CMYK 0 0.11 0.94 0.01
HSL 52.72º 0.98% 0.52% -
HSV(B) 52.72º 0.94% 0.99% -
XYZ 67.24 74.23 11.2 -
YUV 208.73 18.11 159.58 -
System Red Green Blue C M Y K H S L
Decimal 253 224 14 0 0.11 0.94 0.01 52.72 0.98 0.52
Hex FD E0 E 0 B 5E 1 35 62 34
Octal 375 340 16 0 13 136 1 65 142 64
Binary 11111101 11100000 1110 0 1011 1011110 1 110101 1100010 110100

Color Harmonies of #FDE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE00E

Black with #FDE00E

Text Example


Text Example

White with #FDE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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