#F2DC17

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

Shades of Lemon #F2DC17

Tints of Lemon #F2DC17

Color information

#F2DC17 (or 0xF2DC17) is unknown color: approx Lemon. HEX triplet: F2, DC and 17. RGB value is (242,220,23). Sum of RGB (Red+Green+Blue) = 242+220+23=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC17 is #0D23E8. Grayscale: #CCCCCC. Windows color (decimal): -861161 or 1563890. OLE color: 1563890.

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

Color convert

RGB24222023-
CMYK00.090.900.05
HSL53.97º89.39%51.96%-
HSV(B)53.97º90.5%94.9%-
XYZ62.3770.1311.06-
YUV204.1225.79155.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 23 (9.38% from 255) = 4.74%
R=49.90%
G=45.36%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422202300.090.900.0553.9789.3951.96
HexF2DC17095A5365934
Octal3623342701113256613164
Binary1111001011011100101110100110110101011101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC17; }

 p { color: rgb(242,220,23); }

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

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

 a { background-color: rgb(242,220,23); }

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

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

 span { border-color: rgb(242,220,23); }

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