#FCF662

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

Shades of Laser Lemon #FCF662

Tints of Laser Lemon #FCF662

Color information

#FCF662 (or 0xFCF662) is unknown color: approx Laser Lemon. HEX triplet: FC, F6 and 62. RGB value is (252,246,98). Sum of RGB (Red+Green+Blue) = 252+246+98=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 98 (38.67% from 255 or 16.44% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF662 is #03099D. Grayscale: #E7E7E7. Windows color (decimal): -199070 or 6485756. OLE color: 6485756.

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

Color convert

RGB25224698-
CMYK00.020.610.01
HSL57.66º96.25%68.63%-
HSV(B)57.66º61.11%98.82%-
XYZ75.3187.4924.47-
YUV230.9252.99143.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 98 (38.67% from 255) = 16.44%
R=42.28%
G=41.28%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522469800.020.610.0157.6696.2568.63
HexFCF662023D13a6045
Octal3743661420275172140105
Binary11111100111101101100010010111101111101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF662; }

 p { color: rgb(252,246,98); }

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

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

 a { background-color: rgb(252,246,98); }

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

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

 span { border-color: rgb(252,246,98); }

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