#F6F95C

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

Shades of Laser Lemon #F6F95C

Tints of Laser Lemon #F6F95C

Color information

#F6F95C (or 0xF6F95C) is unknown color: approx Laser Lemon. HEX triplet: F6, F9 and 5C. RGB value is (246,249,92). Sum of RGB (Red+Green+Blue) = 246+249+92=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 92 (36.33% from 255 or 15.67% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F95C is #0906A3. Grayscale: #E6E6E6. Windows color (decimal): -591524 or 6093302. OLE color: 6093302.

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

Color convert

RGB24624992-
CMYK0.0100.630.02
HSL61.15º92.9%66.86%-
HSV(B)61.15º63.05%97.65%-
XYZ73.8188.1223.24-
YUV230.250.01139.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 92 (36.33% from 255) = 15.67%
R=41.91%
G=42.42%
B=15.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246249920.0100.630.0261.1592.966.86
HexF6F95C103F23d5d43
Octal3663711341077275135103
Binary11110110111110011011100101111111011110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F95C; }

 p { color: rgb(246,249,92); }

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

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

 a { background-color: rgb(246,249,92); }

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

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

 span { border-color: rgb(246,249,92); }

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