Html Css Color HEX #FDFD20 Lemon

📋 copy color: '#FDFD20'

red 253 ◦ green 253 ◦ blue 32

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

Shades of Lemon #FDFD20

Tints of Lemon #FDFD20

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.03%

 BLUE value IS 32 (12.89% from 255) = 5.95%

R = 47.03%
G = 47.03%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDFD20 (or 0xFDFD20) is known color: Lemon. HEX triplet: FD, FD and 20. RGB value is (253,253,32). Sum of RGB (Red+Green+Blue) = 253+253+32=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 32 (12.89% from 255 or 5.95% from 538); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD20 is #0202DF. Grayscale: #E4E4E4. Windows color (decimal): -131808 or 2162173. OLE color: 2162173.

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

Color convert

RGB 253 253 32 -
CMYK 0 0 0.87 0.01
HSL 60º 0.98% 0.56% -
HSV(B) 60º 0.87% 0.99% -
XYZ 75.89 91.24 14.98 -
YUV 227.81 17.5 145.97 -
System Red Green Blue C M Y K H S L
Decimal 253 253 32 0 0 0.87 0.01 60 0.98 0.56
Hex FD FD 20 0 0 57 1 3C 62 38
Octal 375 375 40 0 0 127 1 74 142 70
Binary 11111101 11111101 100000 0 0 1010111 1 111100 1100010 111000

Color Harmonies of #FDFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD20

Black with #FDFD20

Text Example


Text Example

White with #FDFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD20; }

 p { color: rgb(253,253,32); }

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

background-color css

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

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

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

border-color css

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

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

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