#FEFD5E

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

Shades of Laser Lemon #FEFD5E

Tints of Laser Lemon #FEFD5E

Color information

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

HSL color Cylindrical-coordinate representation of color #FEFD5E: hue angle of 59.62º 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 #FEFD5E is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25425394-
CMYK00.000.630.00
HSL59.62º98.77%68.24%-
HSV(B)59.62º62.99%99.61%-
XYZ78.0292.1324.26-
YUV235.1748.33141.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542539400.000.630.0059.6298.7768.24
HexFEFD5E003F03c6344
Octal3763751360077074143104
Binary1111111011111101101111000111111011110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD5E; }

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

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

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

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

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

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

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

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