#F5F963

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

Shades of Laser Lemon #F5F963

Tints of Laser Lemon #F5F963

Color information

#F5F963 (or 0xF5F963) is unknown color: approx Laser Lemon. HEX triplet: F5, F9 and 63. RGB value is (245,249,99). Sum of RGB (Red+Green+Blue) = 245+249+99=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 99 (39.06% from 255 or 16.69% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F963 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F963 is #0A069C. Grayscale: #E7E7E7. Windows color (decimal): -657053 or 6552053. OLE color: 6552053.

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

Color convert

RGB24524999-
CMYK0.0200.600.02
HSL61.6º92.59%68.24%-
HSV(B)61.6º60.24%97.65%-
XYZ73.7888.0624.91-
YUV230.753.67138.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 99 (39.06% from 255) = 16.69%
R=41.32%
G=41.99%
B=16.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249990.0200.600.0261.692.5968.24
HexF5F963203C23e5d44
Octal3653711432074276135104
Binary111101011111100111000111001111001011111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F963; }

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

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

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

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

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

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

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

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