#FCFF74

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

Shades of Laser Lemon #FCFF74

Tints of Laser Lemon #FCFF74

Color information

#FCFF74 (or 0xFCFF74) is unknown color: approx Laser Lemon. HEX triplet: FC, FF and 74. RGB value is (252,255,116). Sum of RGB (Red+Green+Blue) = 252+255+116=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 116 (45.70% from 255 or 18.62% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF74 is #03008B. Grayscale: #EEEEEE. Windows color (decimal): -196748 or 7667708. OLE color: 7667708.

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

Color convert

RGB252255116-
CMYK0.0100.550
HSL61.29º100%72.75%-
HSV(B)61.29º54.51%100%-
XYZ79.0693.4830.4-
YUV238.2659.01137.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 116 (45.70% from 255) = 18.62%
R=40.45%
G=40.93%
B=18.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551160.0100.55061.2910072.75
HexFCFF74103703d6449
Octal3743771641067075144111
Binary1111110011111111111010010110111011110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF74; }

 p { color: rgb(252,255,116); }

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

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

 a { background-color: rgb(252,255,116); }

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

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

 span { border-color: rgb(252,255,116); }

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