Html Css Color HEX #F0E80C Lemon

📋 copy color: '#F0E80C'

red 240 ◦ green 232 ◦ blue 12

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

Shades of Lemon #F0E80C

Tints of Lemon #F0E80C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 49.59%
G = 47.93%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0E80C (or 0xF0E80C) is known color: Lemon. HEX triplet: F0, E8 and 0C. RGB value is (240,232,12). Sum of RGB (Red+Green+Blue) = 240+232+12=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E80C is #0F17F3. Grayscale: #D2D2D2. Windows color (decimal): -989172 or 846064. OLE color: 846064.

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

Color convert

RGB 240 232 12 -
CMYK 0 0.03 0.95 0.06
HSL 57.89º 0.9% 0.49% -
HSV(B) 57.89º 0.95% 0.94% -
XYZ 64.86 76.27 11.65 -
YUV 209.31 16.65 149.89 -
System Red Green Blue C M Y K H S L
Decimal 240 232 12 0 0.03 0.95 0.06 57.89 0.9 0.49
Hex F0 E8 C 0 3 5F 6 3A 5A 31
Octal 360 350 14 0 3 137 6 72 132 61
Binary 11110000 11101000 1100 0 11 1011111 110 111010 1011010 110001

Color Harmonies of #F0E80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E80C

Black with #F0E80C

Text Example


Text Example

White with #F0E80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E80C; }

 p { color: rgb(240,232,12); }

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

background-color css

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

 a { background-color: rgb(240,232,12); }

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

border-color css

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

 span { border-color: rgb(240,232,12); }

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