Html Css Color HEX #F0ED10 Lemon

📋 copy color: '#F0ED10'

red 240 ◦ green 237 ◦ blue 16

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

Shades of Lemon #F0ED10

Tints of Lemon #F0ED10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.25%

R = 48.68%
G = 48.07%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0ED10 (or 0xF0ED10) is known color: Lemon. HEX triplet: F0, ED and 10. RGB value is (240,237,16). Sum of RGB (Red+Green+Blue) = 240+237+16=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0ED10 is #0F12EF. Grayscale: #D5D5D5. Windows color (decimal): -987888 or 1109488. OLE color: 1109488.

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

Color convert

RGB 240 237 16 -
CMYK 0 0.01 0.93 0.06
HSL 59.2º 0.88% 0.5% -
HSV(B) 59.2º 0.93% 0.94% -
XYZ 66.31 79.13 12.27 -
YUV 212.7 16.99 147.47 -
System Red Green Blue C M Y K H S L
Decimal 240 237 16 0 0.01 0.93 0.06 59.2 0.88 0.5
Hex F0 ED 10 0 1 5D 6 3B 58 32
Octal 360 355 20 0 1 135 6 73 130 62
Binary 11110000 11101101 10000 0 1 1011101 110 111011 1011000 110010

Color Harmonies of #F0ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED10

Black with #F0ED10

Text Example


Text Example

White with #F0ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED10; }

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

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

background-color css

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

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

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

border-color css

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

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

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