#F5F959

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

Shades of Laser Lemon #F5F959

Tints of Laser Lemon #F5F959

Color information

#F5F959 (or 0xF5F959) is unknown color: approx Laser Lemon. HEX triplet: F5, F9 and 59. RGB value is (245,249,89). Sum of RGB (Red+Green+Blue) = 245+249+89=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 89 (35.16% from 255 or 15.27% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F959 is #0A06A6. Grayscale: #E6E6E6. Windows color (decimal): -657063 or 5896693. OLE color: 5896693.

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

Color convert

RGB24524989-
CMYK0.0200.640.02
HSL61.5º93.02%66.27%-
HSV(B)61.5º64.26%97.65%-
XYZ73.3487.8922.55-
YUV229.5648.67139.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 89 (35.16% from 255) = 15.27%
R=42.02%
G=42.71%
B=15.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249890.0200.640.0261.593.0266.27
HexF5F959204023e5d42
Octal36537113120100276135102
Binary1111010111111001101100110010000001011111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F959; }

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

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

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

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

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

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

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

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