#FEFF5E

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

Shades of Laser Lemon #FEFF5E

Tints of Laser Lemon #FEFF5E

Color information

#FEFF5E (or 0xFEFF5E) is unknown color: approx Laser Lemon. HEX triplet: FE, FF and 5E. RGB value is (254,255,94). Sum of RGB (Red+Green+Blue) = 254+255+94=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 94 (37.11% from 255 or 15.59% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF5E is #0100A1. Grayscale: #ECECEC. Windows color (decimal): -65698 or 6225918. OLE color: 6225918.

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

Color convert

RGB25425594-
CMYK0.0000.630
HSL60.37º100%68.43%-
HSV(B)60.37º63.14%100%-
XYZ78.6593.424.47-
YUV236.3547.67140.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 94 (37.11% from 255) = 15.59%
R=42.12%
G=42.29%
B=15.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254255940.0000.63060.3710068.43
HexFEFF5E003F03c6444
Octal3763771360077074144104
Binary1111111011111111101111000111111011110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF5E; }

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

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

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

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

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

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

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

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