#FCFE55

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

Shades of Laser Lemon #FCFE55

Tints of Laser Lemon #FCFE55

Color information

#FCFE55 (or 0xFCFE55) is unknown color: approx Laser Lemon. HEX triplet: FC, FE and 55. RGB value is (252,254,85). Sum of RGB (Red+Green+Blue) = 252+254+85=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 85 (33.59% from 255 or 14.38% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE55 is #0301AA. Grayscale: #EAEAEA. Windows color (decimal): -197035 or 5635836. OLE color: 5635836.

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

Color convert

RGB25225485-
CMYK0.0100.670.00
HSL60.71º98.83%66.47%-
HSV(B)60.71º66.54%99.61%-
XYZ77.2392.2322.33-
YUV234.1443.84140.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 254 (99.61% from 255) = 42.98%
BLUE value IS 85 (33.59% from 255) = 14.38%
R=42.64%
G=42.98%
B=14.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252254850.0100.670.0060.7198.8366.47
HexFCFE55104303d6342
Octal37437612510103075143102
Binary11111100111111101010101101000011011110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFE55; }

 p { color: rgb(252,254,85); }

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

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

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

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

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

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

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