#F6FA15

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

Shades of Lemon #F6FA15

Tints of Lemon #F6FA15

Color information

#F6FA15 (or 0xF6FA15) is unknown color: approx Lemon. HEX triplet: F6, FA and 15. RGB value is (246,250,21). Sum of RGB (Red+Green+Blue) = 246+250+21=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 21 (8.59% from 255 or 4.06% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6FA15 is #0905EA. Grayscale: #DFDFDF. Windows color (decimal): -591339 or 1440502. OLE color: 1440502.

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

Color convert

RGB24625021-
CMYK0.0200.920.02
HSL61.05º95.82%53.14%-
HSV(B)61.05º91.6%98.04%-
XYZ72.3388.0213.89-
YUV222.714.17144.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 21 (8.59% from 255) = 4.06%
R=47.58%
G=48.36%
B=4.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246250210.0200.920.0261.0595.8253.14
HexF6FA15205C23d6035
Octal366372252013427514065
Binary1111011011111010101011001011100101111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FA15; }

 p { color: rgb(246,250,21); }

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

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

 a { background-color: rgb(246,250,21); }

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

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

 span { border-color: rgb(246,250,21); }

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