#F5F766

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

Shades of Laser Lemon #F5F766

Tints of Laser Lemon #F5F766

Color information

#F5F766 (or 0xF5F766) is unknown color: approx Laser Lemon. HEX triplet: F5, F7 and 66. RGB value is (245,247,102). Sum of RGB (Red+Green+Blue) = 245+247+102=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F766 is #0A0899. Grayscale: #E6E6E6. Windows color (decimal): -657562 or 6748149. OLE color: 6748149.

HSL color Cylindrical-coordinate representation of color #F5F766: hue angle of 60.83º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5F766 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB245247102-
CMYK0.0100.590.03
HSL60.83º90.06%68.43%-
HSV(B)60.83º58.7%96.86%-
XYZ73.3286.8925.48-
YUV229.8755.84138.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 247 (96.88% from 255) = 41.58%
BLUE value IS 102 (40.23% from 255) = 17.17%
R=41.25%
G=41.58%
B=17.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471020.0100.590.0360.8390.0668.43
HexF5F766103B33d5a44
Octal3653671461073375132104
Binary11110101111101111100110101110111111110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F766; }

 p { color: rgb(245,247,102); }

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

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

 a { background-color: rgb(245,247,102); }

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

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

 span { border-color: rgb(245,247,102); }

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