#FCFD6B

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

Shades of Laser Lemon #FCFD6B

Tints of Laser Lemon #FCFD6B

Color information

#FCFD6B (or 0xFCFD6B) is unknown color: approx Laser Lemon. HEX triplet: FC, FD and 6B. RGB value is (252,253,107). Sum of RGB (Red+Green+Blue) = 252+253+107=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 107 (42.19% from 255 or 17.48% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD6B is #030294. Grayscale: #ECECEC. Windows color (decimal): -197269 or 7077372. OLE color: 7077372.

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

Color convert

RGB252253107-
CMYK0.0000.580.01
HSL60.41º97.33%70.59%-
HSV(B)60.41º57.71%99.22%-
XYZ77.9292.0127.56-
YUV236.0655.17139.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 107 (42.19% from 255) = 17.48%
R=41.18%
G=41.34%
B=17.48%

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
Decimal2522531070.0000.580.0160.4197.3370.59
HexFCFD6B003A13c6147
Octal3743751530072174141107
Binary1111110011111101110101100111010111110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD6B; }

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

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

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

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

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

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

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

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