Html Css Color HEX #F7F10E Lemon

📋 copy color: '#F7F10E'

red 247 ◦ green 241 ◦ blue 14

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

Shades of Lemon #F7F10E

Tints of Lemon #F7F10E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

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

R = 49.2%
G = 48.01%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7F10E (or 0xF7F10E) is known color: Lemon. HEX triplet: F7, F1 and 0E. RGB value is (247,241,14). Sum of RGB (Red+Green+Blue) = 247+241+14=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 14 (5.86% from 255 or 2.79% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F10E is #080EF1. Grayscale: #D9D9D9. Windows color (decimal): -528114 or 979447. OLE color: 979447.

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

Color convert

RGB 247 241 14 -
CMYK 0 0.02 0.94 0.03
HSL 58.45º 0.94% 0.51% -
HSV(B) 58.45º 0.94% 0.97% -
XYZ 69.89 82.72 12.7 -
YUV 216.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 247 241 14 0 0.02 0.94 0.03 58.45 0.94 0.51
Hex F7 F1 E 0 2 5E 3 3A 5E 33
Octal 367 361 16 0 2 136 3 72 136 63
Binary 11110111 11110001 1110 0 10 1011110 11 111010 1011110 110011

Color Harmonies of #F7F10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F10E

Black with #F7F10E

Text Example


Text Example

White with #F7F10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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