Html Css Color HEX #F7FA14 Lemon

📋 copy color: '#F7FA14'

red 247 ◦ green 250 ◦ blue 20

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

Shades of Lemon #F7FA14

Tints of Lemon #F7FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.36%

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

R = 47.78%
G = 48.36%
B = 3.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F7FA14 (or 0xF7FA14) is known color: Lemon. HEX triplet: F7, FA and 14. RGB value is (247,250,20). Sum of RGB (Red+Green+Blue) = 247+250+20=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 20 (8.20% from 255 or 3.87% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FA14 is #0805EB. Grayscale: #DFDFDF. Windows color (decimal): -525804 or 1374967. OLE color: 1374967.

HSL color Cylindrical-coordinate representation of color #F7FA14: hue angle of 60.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7FA14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 250 20 -
CMYK 0.01 0 0.92 0.02
HSL 60.78º 0.96% 0.53% -
HSV(B) 60.78º 0.92% 0.98% -
XYZ 72.67 88.2 13.86 -
YUV 222.88 13.51 145.2 -
System Red Green Blue C M Y K H S L
Decimal 247 250 20 0.01 0 0.92 0.02 60.78 0.96 0.53
Hex F7 FA 14 1 0 5C 2 3D 60 35
Octal 367 372 24 1 0 134 2 75 140 65
Binary 11110111 11111010 10100 1 0 1011100 10 111101 1100000 110101

Color Harmonies of #F7FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FA14

Black with #F7FA14

Text Example


Text Example

White with #F7FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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