Html Css Color HEX #FDFF20 Lemon

📋 copy color: '#FDFF20'

red 253 ◦ green 255 ◦ blue 32

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

Shades of Lemon #FDFF20

Tints of Lemon #FDFF20

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

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

R = 46.85%
G = 47.22%
B = 5.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FDFF20 (or 0xFDFF20) is known color: Lemon. HEX triplet: FD, FF and 20. RGB value is (253,255,32). Sum of RGB (Red+Green+Blue) = 253+255+32=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 32 (12.89% from 255 or 5.93% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF20 is #0200DF. Grayscale: #E5E5E5. Windows color (decimal): -131296 or 2162685. OLE color: 2162685.

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

Color convert

RGB 253 255 32 -
CMYK 0.01 0 0.87 0
HSL 60.54º 1% 0.56% -
HSV(B) 60.54º 0.87% 1% -
XYZ 76.53 92.51 15.19 -
YUV 228.98 16.84 145.13 -
System Red Green Blue C M Y K H S L
Decimal 253 255 32 0.01 0 0.87 0 60.54 1 0.56
Hex FD FF 20 1 0 57 0 3D 64 38
Octal 375 377 40 1 0 127 0 75 144 70
Binary 11111101 11111111 100000 1 0 1010111 0 111101 1100100 111000

Color Harmonies of #FDFF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF20

Black with #FDFF20

Text Example


Text Example

White with #FDFF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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