#F2F115

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

Shades of Lemon #F2F115

Tints of Lemon #F2F115

Color information

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

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

Color convert

RGB24224121-
CMYK00.000.910.05
HSL59.73º89.47%51.57%-
HSV(B)59.73º91.32%94.9%-
XYZ68.2181.8412.91-
YUV216.2217.83146.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422412100.000.910.0559.7389.4751.57
HexF2F115005B53c5934
Octal362361250013357413164
Binary1111001011110001101010010110111011111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F115; }

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

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

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

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

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

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

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

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