#FCFC6F

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

Shades of Laser Lemon #FCFC6F

Tints of Laser Lemon #FCFC6F

Color information

#FCFC6F (or 0xFCFC6F) is unknown color: approx Laser Lemon. HEX triplet: FC, FC and 6F. RGB value is (252,252,111). Sum of RGB (Red+Green+Blue) = 252+252+111=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 111 (43.75% from 255 or 18.05% from 615); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC6F is #030390. Grayscale: #ECECEC. Windows color (decimal): -197521 or 7339260. OLE color: 7339260.

HSL color Cylindrical-coordinate representation of color #FCFC6F: hue angle of 60º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCFC6F is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252252111-
CMYK000.560.01
HSL60º95.92%71.18%-
HSV(B)60º55.95%98.82%-
XYZ77.8291.4628.59-
YUV235.9357.5139.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 111 (43.75% from 255) = 18.05%
R=40.98%
G=40.98%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252111000.560.016095.9271.18
HexFCFC6F003813c6047
Octal3743741570070174140107
Binary1111110011111100110111100111000111110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFC6F; }

 p { color: rgb(252,252,111); }

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

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

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

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

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

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

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