Html Css Color HEX #FDFD24 Lemon

📋 copy color: '#FDFD24'

red 253 ◦ green 253 ◦ blue 36

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

Shades of Lemon #FDFD24

Tints of Lemon #FDFD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.64%

R = 46.68%
G = 46.68%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDFD24 (or 0xFDFD24) is known color: Lemon. HEX triplet: FD, FD and 24. RGB value is (253,253,36). Sum of RGB (Red+Green+Blue) = 253+253+36=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 36 (14.45% from 255 or 6.64% from 542); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD24 is #0202DB. Grayscale: #E5E5E5. Windows color (decimal): -131804 or 2424317. OLE color: 2424317.

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

Color convert

RGB 253 253 36 -
CMYK 0 0 0.86 0.01
HSL 60º 0.98% 0.57% -
HSV(B) 60º 0.86% 0.99% -
XYZ 75.95 91.26 15.28 -
YUV 228.26 19.5 145.64 -
System Red Green Blue C M Y K H S L
Decimal 253 253 36 0 0 0.86 0.01 60 0.98 0.57
Hex FD FD 24 0 0 56 1 3C 62 39
Octal 375 375 44 0 0 126 1 74 142 71
Binary 11111101 11111101 100100 0 0 1010110 1 111100 1100010 111001

Color Harmonies of #FDFD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD24

Black with #FDFD24

Text Example


Text Example

White with #FDFD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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