#FCFD6A

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

Shades of Laser Lemon #FCFD6A

Tints of Laser Lemon #FCFD6A

Color information

#FCFD6A (or 0xFCFD6A) is unknown color: approx Laser Lemon. HEX triplet: FC, FD and 6A. RGB value is (252,253,106). Sum of RGB (Red+Green+Blue) = 252+253+106=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 106 (41.80% from 255 or 17.35% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD6A is #030295. Grayscale: #ECECEC. Windows color (decimal): -197270 or 7011836. OLE color: 7011836.

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

Color convert

RGB252253106-
CMYK0.0000.580.01
HSL60.41º97.35%70.39%-
HSV(B)60.41º58.1%99.22%-
XYZ77.8791.9927.29-
YUV235.9454.67139.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 106 (41.80% from 255) = 17.35%
R=41.24%
G=41.41%
B=17.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531060.0000.580.0160.4197.3570.39
HexFCFD6A003A13c6146
Octal3743751520072174141106
Binary1111110011111101110101000111010111110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD6A; }

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

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

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

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

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

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

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

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