#FFFE56

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

Shades of Laser Lemon #FFFE56

Tints of Laser Lemon #FFFE56

Color information

#FFFE56 (or 0xFFFE56) is unknown color: approx Laser Lemon. HEX triplet: FF, FE and 56. RGB value is (255,254,86). Sum of RGB (Red+Green+Blue) = 255+254+86=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 86 (33.98% from 255 or 14.45% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE56 is #0001A9. Grayscale: #EBEBEB. Windows color (decimal): -426 or 5701375. OLE color: 5701375.

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

Color convert

RGB25525486-
CMYK00.000.660
HSL59.64º100%66.86%-
HSV(B)59.64º66.27%100%-
XYZ78.3692.8222.59-
YUV235.1543.83142.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 86 (33.98% from 255) = 14.45%
R=42.86%
G=42.69%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552548600.000.66059.6410066.86
HexFFFE56004203c6443
Octal37737612600102074144103
Binary11111111111111101010110001000010011110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE56; }

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

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

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

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

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

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

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

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