Html Css Color HEX #FDFE20 Lemon

📋 copy color: '#FDFE20'

red 253 ◦ green 254 ◦ blue 32

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

Shades of Lemon #FDFE20

Tints of Lemon #FDFE20

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

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

R = 46.94%
G = 47.12%
B = 5.94%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FDFE20 (or 0xFDFE20) is known color: Lemon. HEX triplet: FD, FE and 20. RGB value is (253,254,32). Sum of RGB (Red+Green+Blue) = 253+254+32=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 32 (12.89% from 255 or 5.94% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE20 is #0201DF. Grayscale: #E5E5E5. Windows color (decimal): -131552 or 2162429. OLE color: 2162429.

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

Color convert

RGB 253 254 32 -
CMYK 0.00 0 0.87 0.00
HSL 60.27º 0.99% 0.56% -
HSV(B) 60.27º 0.87% 1% -
XYZ 76.21 91.87 15.08 -
YUV 228.39 17.17 145.55 -
System Red Green Blue C M Y K H S L
Decimal 253 254 32 0.00 0 0.87 0.00 60.27 0.99 0.56
Hex FD FE 20 0 0 57 0 3C 63 38
Octal 375 376 40 0 0 127 0 74 143 70
Binary 11111101 11111110 100000 0 0 1010111 0 111100 1100011 111000

Color Harmonies of #FDFE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE20

Black with #FDFE20

Text Example


Text Example

White with #FDFE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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