#FDFD63

Color #FDFD63 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FDFD63

Tints of Laser Lemon #FDFD63

Color information

#FDFD63 (or 0xFDFD63) is unknown color: approx Laser Lemon. HEX triplet: FD, FD and 63. RGB value is (253,253,99). Sum of RGB (Red+Green+Blue) = 253+253+99=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 99 (39.06% from 255 or 16.36% from 605); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD63 is #02029C. Grayscale: #ECECEC. Windows color (decimal): -131741 or 6553085. OLE color: 6553085.

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

Color convert

RGB25325399-
CMYK000.610.01
HSL60º97.47%69.02%-
HSV(B)60º60.87%99.22%-
XYZ77.8992.0325.46-
YUV235.4451140.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 99 (39.06% from 255) = 16.36%
R=41.82%
G=41.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325399000.610.016097.4769.02
HexFDFD63003D13c6145
Octal3753751430075174141105
Binary1111110111111101110001100111101111110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD63; }

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

 H1.HeaderClassName
 {
   color: #FDFD63;
 }
 .AnyTagClassName
 {
   color: #FDFD63;
 }
</style>
background-color css

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

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

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

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

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

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