#fdff56

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

Shades of Laser Lemon #FDFF56

Tints of Laser Lemon #FDFF56

Color information

#FDFF56 (or 0xFDFF56) is unknown color: approx Laser Lemon. HEX triplet: FD, FF and 56. RGB value is (253,255,86). Sum of RGB (Red+Green+Blue) = 253+255+86=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 86 (33.98% from 255 or 14.48% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF56 is #0200A9. Grayscale: #EBEBEB. Windows color (decimal): -131242 or 5701629. OLE color: 5701629.

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

Color convert

RGB25325586-
CMYK0.0100.660
HSL60.71º100%66.86%-
HSV(B)60.71º66.27%100%-
XYZ77.9593.0722.66-
YUV235.1443.84140.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 86 (33.98% from 255) = 14.48%
R=42.59%
G=42.93%
B=14.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253255860.0100.66060.7110066.86
HexFDFF56104203d6443
Octal37537712610102075144103
Binary11111101111111111010110101000010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdff56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdff56; }

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

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

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

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

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

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

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

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