#F5FB61

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

Shades of Laser Lemon #F5FB61

Tints of Laser Lemon #F5FB61

Color information

#F5FB61 (or 0xF5FB61) is unknown color: approx Laser Lemon. HEX triplet: F5, FB and 61. RGB value is (245,251,97). Sum of RGB (Red+Green+Blue) = 245+251+97=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 97 (38.28% from 255 or 16.36% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FB61 is #0A049E. Grayscale: #E8E8E8. Windows color (decimal): -656543 or 6421493. OLE color: 6421493.

HSL color Cylindrical-coordinate representation of color #F5FB61: hue angle of 62.34º degrees, saturation: 0.95, 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 #F5FB61 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24525197-
CMYK0.0200.610.02
HSL62.34º95.06%68.24%-
HSV(B)62.34º61.35%98.43%-
XYZ74.3189.2724.62-
YUV231.6552.01137.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 97 (38.28% from 255) = 16.36%
R=41.32%
G=42.33%
B=16.36%

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
Decimal245251970.0200.610.0262.3495.0668.24
HexF5FB61203D23e5f44
Octal3653731412075276137104
Binary111101011111101111000011001111011011111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FB61; }

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

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

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

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

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

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

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

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