#F2F015

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

Shades of Lemon #F2F015

Tints of Lemon #F2F015

Color information

#F2F015 (or 0xF2F015) is unknown color: approx Lemon. HEX triplet: F2, F0 and 15. RGB value is (242,240,21). Sum of RGB (Red+Green+Blue) = 242+240+21=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F015 is #0D0FEA. Grayscale: #D8D8D8. Windows color (decimal): -856043 or 1437938. OLE color: 1437938.

HSL color Cylindrical-coordinate representation of color #F2F015: hue angle of 59.46º 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 #F2F015 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24224021-
CMYK00.010.910.05
HSL59.46º89.47%51.57%-
HSV(B)59.46º91.32%94.9%-
XYZ67.9181.2512.81-
YUV215.6318.16146.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 21 (8.59% from 255) = 4.17%
R=48.11%
G=47.71%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422402100.010.910.0559.4689.4751.57
HexF2F015015B53b5934
Octal362360250113357313164
Binary1111001011110000101010110110111011110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F015; }

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

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

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

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

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

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

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

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