Html Css Color HEX #F7F70E Lemon

📋 copy color: '#F7F70E'

red 247 ◦ green 247 ◦ blue 14

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

Shades of Lemon #F7F70E

Tints of Lemon #F7F70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.62%

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

R = 48.62%
G = 48.62%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7F70E (or 0xF7F70E) is known color: Lemon. HEX triplet: F7, F7 and 0E. RGB value is (247,247,14). Sum of RGB (Red+Green+Blue) = 247+247+14=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 14 (5.86% from 255 or 2.76% from 508); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F70E is #0808F1. Grayscale: #DDDDDD. Windows color (decimal): -526578 or 980983. OLE color: 980983.

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

Color convert

RGB 247 247 14 -
CMYK 0 0 0.94 0.03
HSL 60º 0.94% 0.51% -
HSV(B) 60º 0.94% 0.97% -
XYZ 71.7 86.33 13.3 -
YUV 220.44 11.5 146.95 -
System Red Green Blue C M Y K H S L
Decimal 247 247 14 0 0 0.94 0.03 60 0.94 0.51
Hex F7 F7 E 0 0 5E 3 3C 5E 33
Octal 367 367 16 0 0 136 3 74 136 63
Binary 11110111 11110111 1110 0 0 1011110 11 111100 1011110 110011

Color Harmonies of #F7F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F70E

Black with #F7F70E

Text Example


Text Example

White with #F7F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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