#F6DF12

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

Shades of Lemon #F6DF12

Tints of Lemon #F6DF12

Color information

#F6DF12 (or 0xF6DF12) is unknown color: approx Lemon. HEX triplet: F6, DF and 12. RGB value is (246,223,18). Sum of RGB (Red+Green+Blue) = 246+223+18=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DF12 is #0920ED. Grayscale: #CFCFCF. Windows color (decimal): -598254 or 1236982. OLE color: 1236982.

HSL color Cylindrical-coordinate representation of color #F6DF12: hue angle of 53.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6DF12 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24622318-
CMYK00.090.930.04
HSL53.95º92.68%51.76%-
HSV(B)53.95º92.68%96.47%-
XYZ64.572.4111.15-
YUV206.5121.62156.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 18 (7.42% from 255) = 3.70%
R=50.51%
G=45.79%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462231800.090.930.0453.9592.6851.76
HexF6DF12095D4365d34
Octal3663372201113546613564
Binary1111011011011111100100100110111011001101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DF12; }

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

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

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

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

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

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

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

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