Html Css Color HEX #FDFD6A Laser Lemon

📋 copy color: '#FDFD6A'

red 253 ◦ green 253 ◦ blue 106

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

Shades of Laser Lemon #FDFD6A

Tints of Laser Lemon #FDFD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.32%

R = 41.34%
G = 41.34%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDFD6A (or 0xFDFD6A) is known color: Laser Lemon. HEX triplet: FD, FD and 6A. RGB value is (253,253,106). Sum of RGB (Red+Green+Blue) = 253+253+106=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 106 (41.80% from 255 or 17.32% from 612); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD6A is #020295. Grayscale: #ECECEC. Windows color (decimal): -131734 or 7011837. OLE color: 7011837.

HSL color Cylindrical-coordinate representation of color #FDFD6A: 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.58%. Process color model (Four color, CMYK) of #FDFD6A is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 106 -
CMYK 0 0 0.58 0.01
HSL 60º 0.97% 0.7% -
HSV(B) 60º 0.58% 0.99% -
XYZ 78.23 92.17 27.3 -
YUV 236.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 253 253 106 0 0 0.58 0.01 60 0.97 0.7
Hex FD FD 6A 0 0 3A 1 3C 61 46
Octal 375 375 152 0 0 72 1 74 141 106
Binary 11111101 11111101 1101010 0 0 111010 1 111100 1100001 1000110

Color Harmonies of #FDFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD6A

Black with #FDFD6A

Text Example


Text Example

White with #FDFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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