Html Css Color HEX #FDE522 Lemon

📋 copy color: '#FDE522'

red 253 ◦ green 229 ◦ blue 34

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

Shades of Lemon #FDE522

Tints of Lemon #FDE522

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

 BLUE value IS 34 (13.67% from 255) = 6.59%

R = 49.03%
G = 44.38%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDE522 (or 0xFDE522) is known color: Lemon. HEX triplet: FD, E5 and 22. RGB value is (253,229,34). Sum of RGB (Red+Green+Blue) = 253+229+34=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE522 is #021ADD. Grayscale: #D6D6D6. Windows color (decimal): -137950 or 2287101. OLE color: 2287101.

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

Color convert

RGB 253 229 34 -
CMYK 0 0.09 0.87 0.01
HSL 53.42º 0.98% 0.56% -
HSV(B) 53.42º 0.87% 0.99% -
XYZ 68.82 77.04 12.76 -
YUV 213.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 253 229 34 0 0.09 0.87 0.01 53.42 0.98 0.56
Hex FD E5 22 0 9 57 1 35 62 38
Octal 375 345 42 0 11 127 1 65 142 70
Binary 11111101 11100101 100010 0 1001 1010111 1 110101 1100010 111000

Color Harmonies of #FDE522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE522

Black with #FDE522

Text Example


Text Example

White with #FDE522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE522; }

 p { color: rgb(253,229,34); }

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

background-color css

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

 a { background-color: rgb(253,229,34); }

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

border-color css

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

 span { border-color: rgb(253,229,34); }

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