Html Css Color HEX #FDFD64 Laser Lemon

📋 copy color: '#FDFD64'

red 253 ◦ green 253 ◦ blue 100

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

Shades of Laser Lemon #FDFD64

Tints of Laser Lemon #FDFD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.5%

R = 41.75%
G = 41.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDFD64 (or 0xFDFD64) is known color: Laser Lemon. HEX triplet: FD, FD and 64. RGB value is (253,253,100). Sum of RGB (Red+Green+Blue) = 253+253+100=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 100 (39.45% from 255 or 16.50% from 606); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD64 is #02029B. Grayscale: #ECECEC. Windows color (decimal): -131740 or 6618621. OLE color: 6618621.

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

Color convert

RGB 253 253 100 -
CMYK 0 0 0.60 0.01
HSL 60º 0.97% 0.69% -
HSV(B) 60º 0.6% 0.99% -
XYZ 77.93 92.05 25.72 -
YUV 235.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 253 253 100 0 0 0.60 0.01 60 0.97 0.69
Hex FD FD 64 0 0 3C 1 3C 61 45
Octal 375 375 144 0 0 74 1 74 141 105
Binary 11111101 11111101 1100100 0 0 111100 1 111100 1100001 1000101

Color Harmonies of #FDFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD64

Black with #FDFD64

Text Example


Text Example

White with #FDFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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