#FCFD5C

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

Shades of Laser Lemon #FCFD5C

Tints of Laser Lemon #FCFD5C

Color information

#FCFD5C (or 0xFCFD5C) is unknown color: approx Laser Lemon. HEX triplet: FC, FD and 5C. RGB value is (252,253,92). Sum of RGB (Red+Green+Blue) = 252+253+92=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 92 (36.33% from 255 or 15.41% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD5C is #0302A3. Grayscale: #EAEAEA. Windows color (decimal): -197284 or 6094332. OLE color: 6094332.

HSL color Cylindrical-coordinate representation of color #FCFD5C: hue angle of 60.37º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCFD5C is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25225392-
CMYK0.0000.640.01
HSL60.37º97.58%67.65%-
HSV(B)60.37º63.64%99.22%-
XYZ77.291.7223.76-
YUV234.3547.67140.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 92 (36.33% from 255) = 15.41%
R=42.21%
G=42.38%
B=15.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252253920.0000.640.0160.3797.5867.65
HexFCFD5C004013c6244
Octal37437513400100174142104
Binary11111100111111011011100001000000111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD5C; }

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

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

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

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

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

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

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

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