Html Css Color HEX #FDE11E Lemon

📋 copy color: '#FDE11E'

red 253 ◦ green 225 ◦ blue 30

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

Shades of Lemon #FDE11E

Tints of Lemon #FDE11E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

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

R = 49.8%
G = 44.29%
B = 5.91%

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

#FDE11E (or 0xFDE11E) is known color: Lemon. HEX triplet: FD, E1 and 1E. RGB value is (253,225,30). Sum of RGB (Red+Green+Blue) = 253+225+30=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 30 (12.11% from 255 or 5.91% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE11E is #021EE1. Grayscale: #D3D3D3. Windows color (decimal): -138978 or 2023933. OLE color: 2023933.

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

Color convert

RGB 253 225 30 -
CMYK 0 0.11 0.88 0.01
HSL 52.47º 0.98% 0.55% -
HSV(B) 52.47º 0.88% 0.99% -
XYZ 67.67 74.83 12.1 -
YUV 211.14 25.78 157.86 -
System Red Green Blue C M Y K H S L
Decimal 253 225 30 0 0.11 0.88 0.01 52.47 0.98 0.55
Hex FD E1 1E 0 B 58 1 34 62 37
Octal 375 341 36 0 13 130 1 64 142 67
Binary 11111101 11100001 11110 0 1011 1011000 1 110100 1100010 110111

Color Harmonies of #FDE11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE11E

Black with #FDE11E

Text Example


Text Example

White with #FDE11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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