#F8DC12

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

Shades of Lemon #F8DC12

Tints of Lemon #F8DC12

Color information

#F8DC12 (or 0xF8DC12) is unknown color: approx Lemon. HEX triplet: F8, DC and 12. RGB value is (248,220,18). Sum of RGB (Red+Green+Blue) = 248+220+18=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC12 is #0723ED. Grayscale: #CECECE. Windows color (decimal): -467950 or 1236216. OLE color: 1236216.

HSL color Cylindrical-coordinate representation of color #F8DC12: hue angle of 52.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8DC12 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB24822018-
CMYK00.110.930.03
HSL52.7º94.26%52.16%-
HSV(B)52.7º92.74%97.25%-
XYZ64.4171.1910.92-
YUV205.3422.28158.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.03%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 18 (7.42% from 255) = 3.70%
R=51.03%
G=45.27%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482201800.110.930.0352.794.2652.16
HexF8DC120B5D3355e34
Octal3703342201313536513664
Binary111110001101110010010010111011101111101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC12; }

 p { color: rgb(248,220,18); }

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

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

 a { background-color: rgb(248,220,18); }

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

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

 span { border-color: rgb(248,220,18); }

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