Html Css Color HEX #F7F20C Lemon

📋 copy color: '#F7F20C'

red 247 ◦ green 242 ◦ blue 12

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

Shades of Lemon #F7F20C

Tints of Lemon #F7F20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 49.3%
G = 48.3%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7F20C (or 0xF7F20C) is known color: Lemon. HEX triplet: F7, F2 and 0C. RGB value is (247,242,12). Sum of RGB (Red+Green+Blue) = 247+242+12=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 12 (5.08% from 255 or 2.40% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F20C is #080DF3. Grayscale: #DADADA. Windows color (decimal): -527860 or 848631. OLE color: 848631.

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

Color convert

RGB 247 242 12 -
CMYK 0 0.02 0.95 0.03
HSL 58.72º 0.94% 0.51% -
HSV(B) 58.72º 0.95% 0.97% -
XYZ 70.18 83.3 12.73 -
YUV 217.28 12.16 149.2 -
System Red Green Blue C M Y K H S L
Decimal 247 242 12 0 0.02 0.95 0.03 58.72 0.94 0.51
Hex F7 F2 C 0 2 5F 3 3B 5E 33
Octal 367 362 14 0 2 137 3 73 136 63
Binary 11110111 11110010 1100 0 10 1011111 11 111011 1011110 110011

Color Harmonies of #F7F20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F20C

Black with #F7F20C

Text Example


Text Example

White with #F7F20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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