#F3DC11

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

Shades of Lemon #F3DC11

Tints of Lemon #F3DC11

Color information

#F3DC11 (or 0xF3DC11) is unknown color: approx Lemon. HEX triplet: F3, DC and 11. RGB value is (243,220,17). Sum of RGB (Red+Green+Blue) = 243+220+17=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DC11 is #0C23EE. Grayscale: #CCCCCC. Windows color (decimal): -795631 or 1170675. OLE color: 1170675.

HSL color Cylindrical-coordinate representation of color #F3DC11: hue angle of 53.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3DC11 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24322017-
CMYK00.090.930.05
HSL53.89º90.4%50.98%-
HSV(B)53.89º93%95.29%-
XYZ62.6670.2810.79-
YUV203.7322.62156.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 220 (86.33% from 255) = 45.83%
BLUE value IS 17 (7.03% from 255) = 3.54%
R=50.62%
G=45.83%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432201700.090.930.0553.8990.450.98
HexF3DC11095D5365a33
Octal3633342101113556613263
Binary1111001111011100100010100110111011011101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC11; }

 p { color: rgb(243,220,17); }

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

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

 a { background-color: rgb(243,220,17); }

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

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

 span { border-color: rgb(243,220,17); }

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