#F2DF15

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

Shades of Lemon #F2DF15

Tints of Lemon #F2DF15

Color information

#F2DF15 (or 0xF2DF15) is unknown color: approx Lemon. HEX triplet: F2, DF and 15. RGB value is (242,223,21). Sum of RGB (Red+Green+Blue) = 242+223+21=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF15 is #0D20EA. Grayscale: #CECECE. Windows color (decimal): -860395 or 1433586. OLE color: 1433586.

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

Color convert

RGB24222321-
CMYK00.080.910.05
HSL54.84º89.47%51.57%-
HSV(B)54.84º91.32%94.9%-
XYZ63.1471.7111.22-
YUV205.6523.79153.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 223 (87.5% from 255) = 45.88%
BLUE value IS 21 (8.59% from 255) = 4.32%
R=49.79%
G=45.88%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422232100.080.910.0554.8489.4751.57
HexF2DF15085B5375934
Octal3623372501013356713164
Binary1111001011011111101010100010110111011101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DF15; }

 p { color: rgb(242,223,21); }

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

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

 a { background-color: rgb(242,223,21); }

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

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

 span { border-color: rgb(242,223,21); }

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