#FCF964

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

Shades of Laser Lemon #FCF964

Tints of Laser Lemon #FCF964

Color information

#FCF964 (or 0xFCF964) is unknown color: approx Laser Lemon. HEX triplet: FC, F9 and 64. RGB value is (252,249,100). Sum of RGB (Red+Green+Blue) = 252+249+100=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 100 (39.45% from 255 or 16.64% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF964 is #03069B. Grayscale: #E9E9E9. Windows color (decimal): -198300 or 6617596. OLE color: 6617596.

HSL color Cylindrical-coordinate representation of color #FCF964: hue angle of 58.82º 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 #FCF964 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252249100-
CMYK00.010.600.01
HSL58.82º96.2%69.02%-
HSV(B)58.82º60.32%98.82%-
XYZ76.3289.3725.28-
YUV232.9152.99141.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 100 (39.45% from 255) = 16.64%
R=41.93%
G=41.43%
B=16.64%

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
Decimal25224910000.010.600.0158.8296.269.02
HexFCF964013C13b6045
Octal3743711440174173140105
Binary1111110011111001110010001111100111101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF964; }

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

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

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

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

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

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

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

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