#FDFE6D

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

Shades of Laser Lemon #FDFE6D

Tints of Laser Lemon #FDFE6D

Color information

#FDFE6D (or 0xFDFE6D) is unknown color: approx Laser Lemon. HEX triplet: FD, FE and 6D. RGB value is (253,254,109). Sum of RGB (Red+Green+Blue) = 253+254+109=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 109 (42.97% from 255 or 17.69% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE6D is #020192. Grayscale: #EDEDED. Windows color (decimal): -131475 or 7208701. OLE color: 7208701.

HSL color Cylindrical-coordinate representation of color #FDFE6D: hue angle of 60.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDFE6D is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB253254109-
CMYK0.0000.570.00
HSL60.41º98.64%71.18%-
HSV(B)60.41º57.09%99.61%-
XYZ78.7192.8728.25-
YUV237.1755.67139.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 109 (42.97% from 255) = 17.69%
R=41.07%
G=41.23%
B=17.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541090.0000.570.0060.4198.6471.18
HexFDFE6D003903c6347
Octal3753761550071074143107
Binary1111110111111110110110100111001011110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE6D; }

 p { color: rgb(253,254,109); }

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

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

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

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

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

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

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