#F2F61E

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

Shades of Lemon #F2F61E

Tints of Lemon #F2F61E

Color information

#F2F61E (or 0xF2F61E) is unknown color: approx Lemon. HEX triplet: F2, F6 and 1E. RGB value is (242,246,30). Sum of RGB (Red+Green+Blue) = 242+246+30=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 30 (12.11% from 255 or 5.79% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F61E is #0D09E1. Grayscale: #DDDDDD. Windows color (decimal): -854498 or 2029298. OLE color: 2029298.

HSL color Cylindrical-coordinate representation of color #F2F61E: hue angle of 61.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2F61E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24224630-
CMYK0.0200.880.04
HSL61.11º92.31%54.12%-
HSV(B)61.11º87.8%96.47%-
XYZ69.8184.8813.93-
YUV220.1820.67143.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 246 (96.48% from 255) = 47.49%
BLUE value IS 30 (12.11% from 255) = 5.79%
R=46.72%
G=47.49%
B=5.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242246300.0200.880.0461.1192.3154.12
HexF2F61E205843d5c36
Octal362366362013047513466
Binary11110010111101101111010010110001001111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F61E; }

 p { color: rgb(242,246,30); }

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

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

 a { background-color: rgb(242,246,30); }

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

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

 span { border-color: rgb(242,246,30); }

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