#FDFE5E

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

Shades of Laser Lemon #FDFE5E

Tints of Laser Lemon #FDFE5E

Color information

#FDFE5E (or 0xFDFE5E) is unknown color: approx Laser Lemon. HEX triplet: FD, FE and 5E. RGB value is (253,254,94). Sum of RGB (Red+Green+Blue) = 253+254+94=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 94 (37.11% from 255 or 15.64% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE5E is #0201A1. Grayscale: #ECECEC. Windows color (decimal): -131490 or 6225661. OLE color: 6225661.

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

Color convert

RGB25325494-
CMYK0.0000.630.00
HSL60.38º98.77%68.24%-
HSV(B)60.38º62.99%99.61%-
XYZ77.9792.5724.35-
YUV235.4648.17140.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 94 (37.11% from 255) = 15.64%
R=42.10%
G=42.26%
B=15.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253254940.0000.630.0060.3898.7768.24
HexFDFE5E003F03c6344
Octal3753761360077074143104
Binary1111110111111110101111000111111011110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE5E; }

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

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

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

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

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

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

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

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