#F5F663

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

Shades of Laser Lemon #F5F663

Tints of Laser Lemon #F5F663

Color information

#F5F663 (or 0xF5F663) is unknown color: approx Laser Lemon. HEX triplet: F5, F6 and 63. RGB value is (245,246,99). Sum of RGB (Red+Green+Blue) = 245+246+99=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 99 (39.06% from 255 or 16.78% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F663 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F663 is #0A099C. Grayscale: #E5E5E5. Windows color (decimal): -657821 or 6551285. OLE color: 6551285.

HSL color Cylindrical-coordinate representation of color #F5F663: hue angle of 60.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5F663 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24524699-
CMYK0.0000.600.04
HSL60.41º89.09%67.65%-
HSV(B)60.41º59.76%96.47%-
XYZ72.8686.2224.61-
YUV228.9454.67139.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 246 (96.48% from 255) = 41.69%
BLUE value IS 99 (39.06% from 255) = 16.78%
R=41.53%
G=41.69%
B=16.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245246990.0000.600.0460.4189.0967.65
HexF5F663003C43c5944
Octal3653661430074474131104
Binary111101011111011011000110011110010011110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F663; }

 p { color: rgb(245,246,99); }

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

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

 a { background-color: rgb(245,246,99); }

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

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

 span { border-color: rgb(245,246,99); }

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