#F6FB5E

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

Shades of Laser Lemon #F6FB5E

Tints of Laser Lemon #F6FB5E

Color information

#F6FB5E (or 0xF6FB5E) is unknown color: approx Laser Lemon. HEX triplet: F6, FB and 5E. RGB value is (246,251,94). Sum of RGB (Red+Green+Blue) = 246+251+94=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6FB5E is #0904A1. Grayscale: #E8E8E8. Windows color (decimal): -591010 or 6224886. OLE color: 6224886.

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

Color convert

RGB24625194-
CMYK0.0200.630.02
HSL61.91º95.15%67.65%-
HSV(B)61.91º62.55%98.43%-
XYZ74.5289.423.92-
YUV231.6150.34138.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 94 (37.11% from 255) = 15.91%
R=41.62%
G=42.47%
B=15.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246251940.0200.630.0261.9195.1567.65
HexF6FB5E203F23e5f44
Octal3663731362077276137104
Binary111101101111101110111101001111111011111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FB5E; }

 p { color: rgb(246,251,94); }

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

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

 a { background-color: rgb(246,251,94); }

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

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

 span { border-color: rgb(246,251,94); }

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