Html Css Color HEX #F7E80E Lemon

📋 copy color: '#F7E80E'

red 247 ◦ green 232 ◦ blue 14

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

Shades of Lemon #F7E80E

Tints of Lemon #F7E80E

RGB

 RED value IS 247 (96.88% from 255) = 50.1%

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

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

R = 50.1%
G = 47.06%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7E80E (or 0xF7E80E) is known color: Lemon. HEX triplet: F7, E8 and 0E. RGB value is (247,232,14). Sum of RGB (Red+Green+Blue) = 247+232+14=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 14 (5.86% from 255 or 2.84% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E80E is #0817F1. Grayscale: #D4D4D4. Windows color (decimal): -530418 or 977143. OLE color: 977143.

HSL color Cylindrical-coordinate representation of color #F7E80E: hue angle of 56.14º 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 #F7E80E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 232 14 -
CMYK 0 0.06 0.94 0.03
HSL 56.14º 0.94% 0.51% -
HSV(B) 56.14º 0.94% 0.97% -
XYZ 67.29 77.52 11.83 -
YUV 211.63 16.47 153.23 -
System Red Green Blue C M Y K H S L
Decimal 247 232 14 0 0.06 0.94 0.03 56.14 0.94 0.51
Hex F7 E8 E 0 6 5E 3 38 5E 33
Octal 367 350 16 0 6 136 3 70 136 63
Binary 11110111 11101000 1110 0 110 1011110 11 111000 1011110 110011

Color Harmonies of #F7E80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E80E

Black with #F7E80E

Text Example


Text Example

White with #F7E80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E80E; }

 p { color: rgb(247,232,14); }

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

background-color css

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

 a { background-color: rgb(247,232,14); }

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

border-color css

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

 span { border-color: rgb(247,232,14); }

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