#F8EA0E

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

Shades of Lemon #F8EA0E

Tints of Lemon #F8EA0E

Color information

#F8EA0E (or 0xF8EA0E) is unknown color: approx Lemon. HEX triplet: F8, EA and 0E. RGB value is (248,234,14). Sum of RGB (Red+Green+Blue) = 248+234+14=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8EA0E is #0715F1. Grayscale: #D5D5D5. Windows color (decimal): -464370 or 977656. OLE color: 977656.

HSL color Cylindrical-coordinate representation of color #F8EA0E: hue angle of 56.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8EA0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB24823414-
CMYK00.060.940.03
HSL56.41º94.35%51.37%-
HSV(B)56.41º94.35%97.25%-
XYZ68.2178.8312.04-
YUV213.1115.64152.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 14 (5.86% from 255) = 2.82%
R=50%
G=47.18%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482341400.060.940.0356.4194.3551.37
HexF8EAE065E3385e33
Octal370352160613637013663
Binary1111100011101010111001101011110111110001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA0E; }

 p { color: rgb(248,234,14); }

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

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

 a { background-color: rgb(248,234,14); }

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

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

 span { border-color: rgb(248,234,14); }

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