Html Css Color HEX #FDFD5D Laser Lemon

📋 copy color: '#FDFD5D'

red 253 ◦ green 253 ◦ blue 93

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

Shades of Laser Lemon #FDFD5D

Tints of Laser Lemon #FDFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.53%

R = 42.24%
G = 42.24%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDFD5D (or 0xFDFD5D) is known color: Laser Lemon. HEX triplet: FD, FD and 5D. RGB value is (253,253,93). Sum of RGB (Red+Green+Blue) = 253+253+93=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 93 (36.72% from 255 or 15.53% from 599); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD5D is #0202A2. Grayscale: #EBEBEB. Windows color (decimal): -131747 or 6159869. OLE color: 6159869.

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

Color convert

RGB 253 253 93 -
CMYK 0 0 0.63 0.01
HSL 60º 0.98% 0.68% -
HSV(B) 60º 0.63% 0.99% -
XYZ 77.61 91.92 24.01 -
YUV 234.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 253 253 93 0 0 0.63 0.01 60 0.98 0.68
Hex FD FD 5D 0 0 3F 1 3C 62 44
Octal 375 375 135 0 0 77 1 74 142 104
Binary 11111101 11111101 1011101 0 0 111111 1 111100 1100010 1000100

Color Harmonies of #FDFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD5D

Black with #FDFD5D

Text Example


Text Example

White with #FDFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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