#F6F912

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

Shades of Lemon #F6F912

Tints of Lemon #F6F912

Color information

#F6F912 (or 0xF6F912) is unknown color: approx Lemon. HEX triplet: F6, F9 and 12. RGB value is (246,249,18). Sum of RGB (Red+Green+Blue) = 246+249+18=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 18 (7.42% from 255 or 3.51% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F912 is #0906ED. Grayscale: #DEDEDE. Windows color (decimal): -591598 or 1243638. OLE color: 1243638.

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

Color convert

RGB24624918-
CMYK0.0100.930.02
HSL60.78º95.06%52.35%-
HSV(B)60.78º92.77%97.65%-
XYZ71.9987.3913.65-
YUV221.7713.01145.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 18 (7.42% from 255) = 3.51%
R=47.95%
G=48.54%
B=3.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246249180.0100.930.0260.7895.0652.35
HexF6F912105D23d5f34
Octal366371221013527513764
Binary111101101111100110010101011101101111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F912; }

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

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

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

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

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

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

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

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