#FEFE57

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

Shades of Laser Lemon #FEFE57

Tints of Laser Lemon #FEFE57

Color information

#FEFE57 (or 0xFEFE57) is unknown color: approx Laser Lemon. HEX triplet: FE, FE and 57. RGB value is (254,254,87). Sum of RGB (Red+Green+Blue) = 254+254+87=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 87 (34.38% from 255 or 14.62% from 595); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE57 is #0101A8. Grayscale: #EBEBEB. Windows color (decimal): -65961 or 5766910. OLE color: 5766910.

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

Color convert

RGB25425487-
CMYK000.660.00
HSL60º98.82%66.86%-
HSV(B)60º65.75%99.61%-
XYZ78.0492.6422.79-
YUV234.9644.5141.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 87 (34.38% from 255) = 14.62%
R=42.69%
G=42.69%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425487000.660.006098.8266.86
HexFEFE57004203c6343
Octal37637612700102074143103
Binary11111110111111101010111001000010011110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFE57; }

 p { color: rgb(254,254,87); }

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

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

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

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

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

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

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