#FCFC6A

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

Shades of Laser Lemon #FCFC6A

Tints of Laser Lemon #FCFC6A

Color information

#FCFC6A (or 0xFCFC6A) is unknown color: approx Laser Lemon. HEX triplet: FC, FC and 6A. RGB value is (252,252,106). Sum of RGB (Red+Green+Blue) = 252+252+106=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 106 (41.80% from 255 or 17.38% from 610); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC6A is #030395. Grayscale: #EBEBEB. Windows color (decimal): -197526 or 7011580. OLE color: 7011580.

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

Color convert

RGB252252106-
CMYK000.580.01
HSL60º96.05%70.2%-
HSV(B)60º57.94%98.82%-
XYZ77.5691.3627.18-
YUV235.3655139.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 106 (41.80% from 255) = 17.38%
R=41.31%
G=41.31%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252106000.580.016096.0570.2
HexFCFC6A003A13c6046
Octal3743741520072174140106
Binary1111110011111100110101000111010111110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFC6A; }

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

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

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

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

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

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

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

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