#F5F661

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

Shades of Laser Lemon #F5F661

Tints of Laser Lemon #F5F661

Color information

#F5F661 (or 0xF5F661) is unknown color: approx Laser Lemon. HEX triplet: F5, F6 and 61. RGB value is (245,246,97). Sum of RGB (Red+Green+Blue) = 245+246+97=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 97 (38.28% from 255 or 16.50% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F661 is #0A099E. Grayscale: #E5E5E5. Windows color (decimal): -657823 or 6420213. OLE color: 6420213.

HSL color Cylindrical-coordinate representation of color #F5F661: hue angle of 60.4º 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 #F5F661 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24524697-
CMYK0.0000.610.04
HSL60.4º89.22%67.25%-
HSV(B)60.4º60.57%96.47%-
XYZ72.7786.1924.11-
YUV228.7153.67139.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 97 (38.28% from 255) = 16.50%
R=41.67%
G=41.84%
B=16.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245246970.0000.610.0460.489.2267.25
HexF5F661003D43c5943
Octal3653661410075474131103
Binary111101011111011011000010011110110011110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F661; }

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

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

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

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

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

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

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

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