Html Css Color HEX #F7F214 Lemon

📋 copy color: '#F7F214'

red 247 ◦ green 242 ◦ blue 20

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

Shades of Lemon #F7F214

Tints of Lemon #F7F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.54%

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

R = 48.53%
G = 47.54%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7F214 (or 0xF7F214) is known color: Lemon. HEX triplet: F7, F2 and 14. RGB value is (247,242,20). Sum of RGB (Red+Green+Blue) = 247+242+20=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F214 is #080DEB. Grayscale: #DBDBDB. Windows color (decimal): -527852 or 1372919. OLE color: 1372919.

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

Color convert

RGB 247 242 20 -
CMYK 0 0.02 0.92 0.03
HSL 58.68º 0.93% 0.52% -
HSV(B) 58.68º 0.92% 0.97% -
XYZ 70.24 83.33 13.04 -
YUV 218.19 16.16 148.55 -
System Red Green Blue C M Y K H S L
Decimal 247 242 20 0 0.02 0.92 0.03 58.68 0.93 0.52
Hex F7 F2 14 0 2 5C 3 3B 5D 34
Octal 367 362 24 0 2 134 3 73 135 64
Binary 11110111 11110010 10100 0 10 1011100 11 111011 1011101 110100

Color Harmonies of #F7F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F214

Black with #F7F214

Text Example


Text Example

White with #F7F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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