Html Css Color HEX #F0ED0E Lemon

📋 copy color: '#F0ED0E'

red 240 ◦ green 237 ◦ blue 14

#F0ED0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #F0ED0E

Tints of Lemon #F0ED0E

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 48.88%
G = 48.27%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0ED0E (or 0xF0ED0E) is known color: Lemon. HEX triplet: F0, ED and 0E. RGB value is (240,237,14). Sum of RGB (Red+Green+Blue) = 240+237+14=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0ED0E is #0F12F1. Grayscale: #D5D5D5. Windows color (decimal): -987890 or 978416. OLE color: 978416.

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

Color convert

RGB 240 237 14 -
CMYK 0 0.01 0.94 0.06
HSL 59.2º 0.89% 0.5% -
HSV(B) 59.2º 0.94% 0.94% -
XYZ 66.3 79.13 12.19 -
YUV 212.48 15.99 147.63 -
System Red Green Blue C M Y K H S L
Decimal 240 237 14 0 0.01 0.94 0.06 59.2 0.89 0.5
Hex F0 ED E 0 1 5E 6 3B 59 32
Octal 360 355 16 0 1 136 6 73 131 62
Binary 11110000 11101101 1110 0 1 1011110 110 111011 1011001 110010

Color Harmonies of #F0ED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED0E

Black with #F0ED0E

Text Example


Text Example

White with #F0ED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED0E; }

 p { color: rgb(240,237,14); }

 H1.HeaderClassName
 {
   color: #F0ED0E;
 }
 .AnyTagClassName
 {
   color: #F0ED0E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,237,14); }

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

border-color css

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

 span { border-color: rgb(240,237,14); }

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