Html Css Color HEX #FDFC64 Laser Lemon

📋 copy color: '#FDFC64'

red 253 ◦ green 252 ◦ blue 100

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

Shades of Laser Lemon #FDFC64

Tints of Laser Lemon #FDFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.65%

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

R = 41.82%
G = 41.65%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDFC64 (or 0xFDFC64) is known color: Laser Lemon. HEX triplet: FD, FC and 64. RGB value is (253,252,100). Sum of RGB (Red+Green+Blue) = 253+252+100=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 100 (39.45% from 255 or 16.53% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC64 is #02039B. Grayscale: #EBEBEB. Windows color (decimal): -131996 or 6618365. OLE color: 6618365.

HSL color Cylindrical-coordinate representation of color #FDFC64: hue angle of 59.61º 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 #FDFC64 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 100 -
CMYK 0 0.00 0.60 0.01
HSL 59.61º 0.97% 0.69% -
HSV(B) 59.61º 0.6% 0.99% -
XYZ 77.62 91.42 25.61 -
YUV 234.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 253 252 100 0 0.00 0.60 0.01 59.61 0.97 0.69
Hex FD FC 64 0 0 3C 1 3C 61 45
Octal 375 374 144 0 0 74 1 74 141 105
Binary 11111101 11111100 1100100 0 0 111100 1 111100 1100001 1000101

Color Harmonies of #FDFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC64

Black with #FDFC64

Text Example


Text Example

White with #FDFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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