#F8FD5C

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

Shades of Laser Lemon #F8FD5C

Tints of Laser Lemon #F8FD5C

Color information

#F8FD5C (or 0xF8FD5C) is unknown color: approx Laser Lemon. HEX triplet: F8, FD and 5C. RGB value is (248,253,92). Sum of RGB (Red+Green+Blue) = 248+253+92=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 92 (36.33% from 255 or 15.51% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FD5C is #0702A3. Grayscale: #E9E9E9. Windows color (decimal): -459428 or 6094328. OLE color: 6094328.

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

Color convert

RGB24825392-
CMYK0.0200.640.01
HSL61.86º97.58%67.65%-
HSV(B)61.86º63.64%99.22%-
XYZ75.7790.9823.69-
YUV233.1548.34138.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 92 (36.33% from 255) = 15.51%
R=41.82%
G=42.66%
B=15.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248253920.0200.640.0161.8697.5867.65
HexF8FD5C204013e6244
Octal37037513420100176142104
Binary111110001111110110111001001000000111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FD5C; }

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

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

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

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

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

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

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

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