#F6EA05

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

Shades of Lemon #F6EA05

Tints of Lemon #F6EA05

Color information

#F6EA05 (or 0xF6EA05) is unknown color: approx Lemon. HEX triplet: F6, EA and 05. RGB value is (246,234,5). Sum of RGB (Red+Green+Blue) = 246+234+5=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6EA05 is #0915FA. Grayscale: #D4D4D4. Windows color (decimal): -595451 or 387830. OLE color: 387830.

HSL color Cylindrical-coordinate representation of color #F6EA05: hue angle of 57.01º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6EA05 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2462345-
CMYK00.050.980.04
HSL57.01º96.02%49.22%-
HSV(B)57.01º97.97%96.47%-
XYZ67.4678.4511.73-
YUV211.4811.48152.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.72%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 5 (2.34% from 255) = 1.03%
R=50.72%
G=48.25%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246234500.050.980.0457.0196.0249.22
HexF6EA505624396031
Octal36635250514247114061
Binary1111011011101010101010111000101001110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA05; }

 p { color: rgb(246,234,5); }

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

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

 a { background-color: rgb(246,234,5); }

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

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

 span { border-color: rgb(246,234,5); }

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