Html Css Color HEX #FDFD68 Laser Lemon

📋 copy color: '#FDFD68'

red 253 ◦ green 253 ◦ blue 104

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

Shades of Laser Lemon #FDFD68

Tints of Laser Lemon #FDFD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.05%

R = 41.48%
G = 41.48%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDFD68 (or 0xFDFD68) is known color: Laser Lemon. HEX triplet: FD, FD and 68. RGB value is (253,253,104). Sum of RGB (Red+Green+Blue) = 253+253+104=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 104 (41.02% from 255 or 17.05% from 610); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD68 is #020297. Grayscale: #ECECEC. Windows color (decimal): -131736 or 6880765. OLE color: 6880765.

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

Color convert

RGB 253 253 104 -
CMYK 0 0 0.59 0.01
HSL 60º 0.97% 0.7% -
HSV(B) 60º 0.59% 0.99% -
XYZ 78.13 92.13 26.76 -
YUV 236.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 253 253 104 0 0 0.59 0.01 60 0.97 0.7
Hex FD FD 68 0 0 3B 1 3C 61 46
Octal 375 375 150 0 0 73 1 74 141 106
Binary 11111101 11111101 1101000 0 0 111011 1 111100 1100001 1000110

Color Harmonies of #FDFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD68

Black with #FDFD68

Text Example


Text Example

White with #FDFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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