#F5FE6D

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

Shades of Laser Lemon #F5FE6D

Tints of Laser Lemon #F5FE6D

Color information

#F5FE6D (or 0xF5FE6D) is unknown color: approx Laser Lemon. HEX triplet: F5, FE and 6D. RGB value is (245,254,109). Sum of RGB (Red+Green+Blue) = 245+254+109=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 109 (42.97% from 255 or 17.93% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE6D is #0A0192. Grayscale: #EBEBEB. Windows color (decimal): -655763 or 7208693. OLE color: 7208693.

HSL color Cylindrical-coordinate representation of color #F5FE6D: hue angle of 63.72º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5FE6D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB245254109-
CMYK0.0400.570.00
HSL63.72º98.64%71.18%-
HSV(B)63.72º57.09%99.61%-
XYZ75.8691.428.11-
YUV234.7857.02135.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 109 (42.97% from 255) = 17.93%
R=40.30%
G=41.78%
B=17.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541090.0400.570.0063.7298.6471.18
HexF5FE6D40390406347
Octal36537615540710100143107
Binary1111010111111110110110110001110010100000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FE6D; }

 p { color: rgb(245,254,109); }

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

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

 a { background-color: rgb(245,254,109); }

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

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

 span { border-color: rgb(245,254,109); }

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