#F3F661

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

Shades of Laser Lemon #F3F661

Tints of Laser Lemon #F3F661

Color information

#F3F661 (or 0xF3F661) is unknown color: approx Laser Lemon. HEX triplet: F3, F6 and 61. RGB value is (243,246,97). Sum of RGB (Red+Green+Blue) = 243+246+97=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 97 (38.28% from 255 or 16.55% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F661 is #0C099E. Grayscale: #E4E4E4. Windows color (decimal): -788895 or 6420211. OLE color: 6420211.

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

Color convert

RGB24324697-
CMYK0.0100.610.04
HSL61.21º89.22%67.25%-
HSV(B)61.21º60.57%96.47%-
XYZ72.0885.8324.08-
YUV228.1254.01138.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 246 (96.48% from 255) = 41.98%
BLUE value IS 97 (38.28% from 255) = 16.55%
R=41.47%
G=41.98%
B=16.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal243246970.0100.610.0461.2189.2267.25
HexF3F661103D43d5943
Octal3633661411075475131103
Binary111100111111011011000011011110110011110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F661; }

 p { color: rgb(243,246,97); }

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

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

 a { background-color: rgb(243,246,97); }

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

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

 span { border-color: rgb(243,246,97); }

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