Html Css Color HEX #F7E314 Lemon

📋 copy color: '#F7E314'

red 247 ◦ green 227 ◦ blue 20

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

Shades of Lemon #F7E314

Tints of Lemon #F7E314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

 BLUE value IS 20 (8.2% from 255) = 4.05%

R = 50%
G = 45.95%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7E314 (or 0xF7E314) is known color: Lemon. HEX triplet: F7, E3 and 14. RGB value is (247,227,20). Sum of RGB (Red+Green+Blue) = 247+227+20=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E314 is #081CEB. Grayscale: #D2D2D2. Windows color (decimal): -531692 or 1369079. OLE color: 1369079.

HSL color Cylindrical-coordinate representation of color #F7E314: hue angle of 54.71º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7E314 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 227 20 -
CMYK 0 0.08 0.92 0.03
HSL 54.71º 0.93% 0.52% -
HSV(B) 54.71º 0.92% 0.97% -
XYZ 65.95 74.76 11.62 -
YUV 209.38 21.13 154.83 -
System Red Green Blue C M Y K H S L
Decimal 247 227 20 0 0.08 0.92 0.03 54.71 0.93 0.52
Hex F7 E3 14 0 8 5C 3 37 5D 34
Octal 367 343 24 0 10 134 3 67 135 64
Binary 11110111 11100011 10100 0 1000 1011100 11 110111 1011101 110100

Color Harmonies of #F7E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E314

Black with #F7E314

Text Example


Text Example

White with #F7E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E314; }

 p { color: rgb(247,227,20); }

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

background-color css

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

 a { background-color: rgb(247,227,20); }

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

border-color css

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

 span { border-color: rgb(247,227,20); }

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