#f6ff1f

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

Shades of Lemon #F6FF1F

Tints of Lemon #F6FF1F

Color information

#F6FF1F (or 0xF6FF1F) is unknown color: approx Lemon. HEX triplet: F6, FF and 1F. RGB value is (246,255,31). Sum of RGB (Red+Green+Blue) = 246+255+31=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 31 (12.5% from 255 or 5.83% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FF1F is #0900E0. Grayscale: #E3E3E3. Windows color (decimal): -590049 or 2097142. OLE color: 2097142.

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

Color convert

RGB24625531-
CMYK0.0400.880
HSL62.41º100%56.08%-
HSV(B)62.41º87.84%100%-
XYZ74.0191.2115-
YUV226.7717.52141.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.24%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 31 (12.5% from 255) = 5.83%
R=46.24%
G=47.93%
B=5.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal246255310.0400.88062.4110056.08
HexF6FF1F405803e6438
Octal366377374013007614470
Binary1111011011111111111111000101100001111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6ff1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6ff1f; }

 p { color: rgb(246,255,31); }

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

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

 a { background-color: rgb(246,255,31); }

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

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

 span { border-color: rgb(246,255,31); }

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