Html Css Color HEX #F7F220 Lemon

📋 copy color: '#F7F220'

red 247 ◦ green 242 ◦ blue 32

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

Shades of Lemon #F7F220

Tints of Lemon #F7F220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.14%

R = 47.41%
G = 46.45%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7F220 (or 0xF7F220) is known color: Lemon. HEX triplet: F7, F2 and 20. RGB value is (247,242,32). Sum of RGB (Red+Green+Blue) = 247+242+32=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F220 is #080DDF. Grayscale: #DCDCDC. Windows color (decimal): -527840 or 2159351. OLE color: 2159351.

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

Color convert

RGB 247 242 32 -
CMYK 0 0.02 0.87 0.03
HSL 58.6º 0.93% 0.55% -
HSV(B) 58.6º 0.87% 0.97% -
XYZ 70.37 83.38 13.75 -
YUV 219.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 247 242 32 0 0.02 0.87 0.03 58.6 0.93 0.55
Hex F7 F2 20 0 2 57 3 3B 5D 37
Octal 367 362 40 0 2 127 3 73 135 67
Binary 11110111 11110010 100000 0 10 1010111 11 111011 1011101 110111

Color Harmonies of #F7F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F220

Black with #F7F220

Text Example


Text Example

White with #F7F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F220; }

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

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

background-color css

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

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

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

border-color css

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

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

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