#FCFA64

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

Shades of Laser Lemon #FCFA64

Tints of Laser Lemon #FCFA64

Color information

#FCFA64 (or 0xFCFA64) is unknown color: approx Laser Lemon. HEX triplet: FC, FA and 64. RGB value is (252,250,100). Sum of RGB (Red+Green+Blue) = 252+250+100=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 100 (39.45% from 255 or 16.61% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA64 is #03059B. Grayscale: #EAEAEA. Windows color (decimal): -198044 or 6617852. OLE color: 6617852.

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

Color convert

RGB252250100-
CMYK00.010.600.01
HSL59.21º96.2%69.02%-
HSV(B)59.21º60.32%98.82%-
XYZ76.6389.9925.39-
YUV233.552.66141.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 100 (39.45% from 255) = 16.61%
R=41.86%
G=41.53%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225010000.010.600.0159.2196.269.02
HexFCFA64013C13b6045
Octal3743721440174173140105
Binary1111110011111010110010001111100111101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA64; }

 p { color: rgb(252,250,100); }

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

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

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

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

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

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

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