Html Css Color HEX #FDFD19 Lemon

📋 copy color: '#FDFD19'

red 253 ◦ green 253 ◦ blue 25

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

Shades of Lemon #FDFD19

Tints of Lemon #FDFD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.71%

R = 47.65%
G = 47.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDFD19 (or 0xFDFD19) is known color: Lemon. HEX triplet: FD, FD and 19. RGB value is (253,253,25). Sum of RGB (Red+Green+Blue) = 253+253+25=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 25 (10.16% from 255 or 4.71% from 531); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD19 is #0202E6. Grayscale: #E3E3E3. Windows color (decimal): -131815 or 1703421. OLE color: 1703421.

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

Color convert

RGB 253 253 25 -
CMYK 0 0 0.90 0.01
HSL 60º 0.98% 0.55% -
HSV(B) 60º 0.9% 0.99% -
XYZ 75.81 91.2 14.53 -
YUV 227.01 14 146.54 -
System Red Green Blue C M Y K H S L
Decimal 253 253 25 0 0 0.90 0.01 60 0.98 0.55
Hex FD FD 19 0 0 5A 1 3C 62 37
Octal 375 375 31 0 0 132 1 74 142 67
Binary 11111101 11111101 11001 0 0 1011010 1 111100 1100010 110111

Color Harmonies of #FDFD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD19

Black with #FDFD19

Text Example


Text Example

White with #FDFD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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