#F5F960

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

Shades of Laser Lemon #F5F960

Tints of Laser Lemon #F5F960

Color information

#F5F960 (or 0xF5F960) is unknown color: approx Laser Lemon. HEX triplet: F5, F9 and 60. RGB value is (245,249,96). Sum of RGB (Red+Green+Blue) = 245+249+96=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F960 is #0A069F. Grayscale: #E6E6E6. Windows color (decimal): -657056 or 6355445. OLE color: 6355445.

HSL color Cylindrical-coordinate representation of color #F5F960: hue angle of 61.57º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5F960 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24524996-
CMYK0.0200.610.02
HSL61.57º92.73%67.65%-
HSV(B)61.57º61.45%97.65%-
XYZ73.6488.0124.17-
YUV230.3652.17138.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 96 (37.89% from 255) = 16.27%
R=41.53%
G=42.20%
B=16.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249960.0200.610.0261.5792.7367.65
HexF5F960203D23e5d44
Octal3653711402075276135104
Binary111101011111100111000001001111011011111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F960; }

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

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

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

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

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

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

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

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