#F8FD5F

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

Shades of Laser Lemon #F8FD5F

Tints of Laser Lemon #F8FD5F

Color information

#F8FD5F (or 0xF8FD5F) is unknown color: approx Laser Lemon. HEX triplet: F8, FD and 5F. RGB value is (248,253,95). Sum of RGB (Red+Green+Blue) = 248+253+95=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 95 (37.5% from 255 or 15.94% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FD5F is #0702A0. Grayscale: #EAEAEA. Windows color (decimal): -459425 or 6290936. OLE color: 6290936.

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

Color convert

RGB24825395-
CMYK0.0200.620.01
HSL61.9º97.53%68.24%-
HSV(B)61.9º62.45%99.22%-
XYZ75.991.0324.4-
YUV233.4949.84138.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 95 (37.5% from 255) = 15.94%
R=41.61%
G=42.45%
B=15.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248253950.0200.620.0161.997.5368.24
HexF8FD5F203E13e6244
Octal3703751372076176142104
Binary11111000111111011011111100111110111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FD5F; }

 p { color: rgb(248,253,95); }

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

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

 a { background-color: rgb(248,253,95); }

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

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

 span { border-color: rgb(248,253,95); }

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