Html Css Color HEX #FFF70E Lemon

📋 copy color: '#FFF70E'

red 255 ◦ green 247 ◦ blue 14

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

Shades of Lemon #FFF70E

Tints of Lemon #FFF70E

RGB

 RED value IS 255 (100% from 255) = 49.42%

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

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

R = 49.42%
G = 47.87%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF70E (or 0xFFF70E) is known color: Lemon. HEX triplet: FF, F7 and 0E. RGB value is (255,247,14). Sum of RGB (Red+Green+Blue) = 255+247+14=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 14 (5.86% from 255 or 2.71% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF70E is #0008F1. Grayscale: #DFDFDF. Windows color (decimal): -2290 or 980991. OLE color: 980991.

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

Color convert

RGB 255 247 14 -
CMYK 0 0.03 0.95 0
HSL 58.01º 1% 0.53% -
HSV(B) 58.01º 0.95% 1% -
XYZ 74.58 87.81 13.43 -
YUV 222.83 10.15 150.95 -
System Red Green Blue C M Y K H S L
Decimal 255 247 14 0 0.03 0.95 0 58.01 1 0.53
Hex FF F7 E 0 3 5F 0 3A 64 35
Octal 377 367 16 0 3 137 0 72 144 65
Binary 11111111 11110111 1110 0 11 1011111 0 111010 1100100 110101

Color Harmonies of #FFF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF70E

Black with #FFF70E

Text Example


Text Example

White with #FFF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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