#F1F215

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

Shades of Lemon #F1F215

Tints of Lemon #F1F215

Color information

#F1F215 (or 0xF1F215) is unknown color: approx Lemon. HEX triplet: F1, F2 and 15. RGB value is (241,242,21). Sum of RGB (Red+Green+Blue) = 241+242+21=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F215 is #0E0DEA. Grayscale: #D9D9D9. Windows color (decimal): -921067 or 1438449. OLE color: 1438449.

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

Color convert

RGB24124221-
CMYK0.0000.910.05
HSL60.27º89.47%51.57%-
HSV(B)60.27º91.32%94.9%-
XYZ68.1682.2612.99-
YUV216.5117.67145.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 21 (8.59% from 255) = 4.17%
R=47.82%
G=48.02%
B=4.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241242210.0000.910.0560.2789.4751.57
HexF1F215005B53c5934
Octal361362250013357413164
Binary1111000111110010101010010110111011111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F215; }

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

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

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

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

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

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

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

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