#FCFE5F

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

Shades of Laser Lemon #FCFE5F

Tints of Laser Lemon #FCFE5F

Color information

#FCFE5F (or 0xFCFE5F) is unknown color: approx Laser Lemon. HEX triplet: FC, FE and 5F. RGB value is (252,254,95). Sum of RGB (Red+Green+Blue) = 252+254+95=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 95 (37.5% from 255 or 15.81% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE5F is #0301A0. Grayscale: #EBEBEB. Windows color (decimal): -197025 or 6291196. OLE color: 6291196.

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

Color convert

RGB25225495-
CMYK0.0100.630.00
HSL60.75º98.76%68.43%-
HSV(B)60.75º62.6%99.61%-
XYZ77.6592.4124.57-
YUV235.2848.84139.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 95 (37.5% from 255) = 15.81%
R=41.93%
G=42.26%
B=15.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252254950.0100.630.0060.7598.7668.43
HexFCFE5F103F03d6344
Octal3743761371077075143104
Binary1111110011111110101111110111111011110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFE5F; }

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

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

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

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

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

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

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

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