Html Css Color HEX #FDE50A Lemon

📋 copy color: '#FDE50A'

red 253 ◦ green 229 ◦ blue 10

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

Shades of Lemon #FDE50A

Tints of Lemon #FDE50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.03%

R = 51.42%
G = 46.54%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE50A (or 0xFDE50A) is known color: Lemon. HEX triplet: FD, E5 and 0A. RGB value is (253,229,10). Sum of RGB (Red+Green+Blue) = 253+229+10=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 10 (4.30% from 255 or 2.03% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE50A is #021AF5. Grayscale: #D4D4D4. Windows color (decimal): -137974 or 714237. OLE color: 714237.

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

Color convert

RGB 253 229 10 -
CMYK 0 0.09 0.96 0.01
HSL 54.07º 0.98% 0.52% -
HSV(B) 54.07º 0.96% 0.99% -
XYZ 68.58 76.94 11.52 -
YUV 211.21 14.45 157.81 -
System Red Green Blue C M Y K H S L
Decimal 253 229 10 0 0.09 0.96 0.01 54.07 0.98 0.52
Hex FD E5 A 0 9 60 1 36 62 34
Octal 375 345 12 0 11 140 1 66 142 64
Binary 11111101 11100101 1010 0 1001 1100000 1 110110 1100010 110100

Color Harmonies of #FDE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE50A

Black with #FDE50A

Text Example


Text Example

White with #FDE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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