#FCF765

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

Shades of Laser Lemon #FCF765

Tints of Laser Lemon #FCF765

Color information

#FCF765 (or 0xFCF765) is unknown color: approx Laser Lemon. HEX triplet: FC, F7 and 65. RGB value is (252,247,101). Sum of RGB (Red+Green+Blue) = 252+247+101=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 101 (39.84% from 255 or 16.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF765 is #03089A. Grayscale: #E8E8E8. Windows color (decimal): -198811 or 6682620. OLE color: 6682620.

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

Color convert

RGB252247101-
CMYK00.020.600.01
HSL58.01º96.18%69.22%-
HSV(B)58.01º59.92%98.82%-
XYZ75.7588.1625.34-
YUV231.8554.16142.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 101 (39.84% from 255) = 16.83%
R=42%
G=41.17%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224710100.020.600.0158.0196.1869.22
HexFCF765023C13a6045
Octal3743671450274172140105
Binary11111100111101111100101010111100111101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF765; }

 p { color: rgb(252,247,101); }

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

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

 a { background-color: rgb(252,247,101); }

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

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

 span { border-color: rgb(252,247,101); }

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