#F5F563

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

Shades of Laser Lemon #F5F563

Tints of Laser Lemon #F5F563

Color information

#F5F563 (or 0xF5F563) is unknown color: approx Laser Lemon. HEX triplet: F5, F5 and 63. RGB value is (245,245,99). Sum of RGB (Red+Green+Blue) = 245+245+99=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 99 (39.06% from 255 or 16.81% from 589); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F563 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F563 is #0A0A9C. Grayscale: #E4E4E4. Windows color (decimal): -658077 or 6551029. OLE color: 6551029.

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

Color convert

RGB24524599-
CMYK000.600.04
HSL60º87.95%67.45%-
HSV(B)60º59.59%96.08%-
XYZ72.5685.6224.51-
YUV228.3655139.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 245 (96.09% from 255) = 41.60%
BLUE value IS 99 (39.06% from 255) = 16.81%
R=41.60%
G=41.60%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524599000.600.046087.9567.45
HexF5F563003C43c5843
Octal3653651430074474130103
Binary111101011111010111000110011110010011110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F563; }

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

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

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

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

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

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

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

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