#F5F760

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

Shades of Laser Lemon #F5F760

Tints of Laser Lemon #F5F760

Color information

#F5F760 (or 0xF5F760) is unknown color: approx Laser Lemon. HEX triplet: F5, F7 and 60. RGB value is (245,247,96). Sum of RGB (Red+Green+Blue) = 245+247+96=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F760 is #0A089F. Grayscale: #E5E5E5. Windows color (decimal): -657568 or 6354933. OLE color: 6354933.

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

Color convert

RGB24524796-
CMYK0.0100.610.03
HSL60.79º90.42%67.25%-
HSV(B)60.79º61.13%96.86%-
XYZ73.0386.7823.97-
YUV229.1952.84139.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 247 (96.88% from 255) = 42.01%
BLUE value IS 96 (37.89% from 255) = 16.33%
R=41.67%
G=42.01%
B=16.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal245247960.0100.610.0360.7990.4267.25
HexF5F760103D33d5a43
Octal3653671401075375132103
Binary11110101111101111100000101111011111110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F760; }

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

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

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

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

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

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

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

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