Html Css Color HEX #F8F220 Lemon

📋 copy color: '#F8F220'

red 248 ◦ green 242 ◦ blue 32

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

Shades of Lemon #F8F220

Tints of Lemon #F8F220

RGB

 RED value IS 248 (97.27% from 255) = 47.51%

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

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

R = 47.51%
G = 46.36%
B = 6.13%

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

#F8F220 (or 0xF8F220) is known color: Lemon. HEX triplet: F8, F2 and 20. RGB value is (248,242,32). Sum of RGB (Red+Green+Blue) = 248+242+32=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 32 (12.89% from 255 or 6.13% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F220 is #070DDF. Grayscale: #DCDCDC. Windows color (decimal): -462304 or 2159352. OLE color: 2159352.

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

Color convert

RGB 248 242 32 -
CMYK 0 0.02 0.87 0.03
HSL 58.33º 0.94% 0.55% -
HSV(B) 58.33º 0.87% 0.97% -
XYZ 70.72 83.57 13.77 -
YUV 219.85 21.99 148.08 -
System Red Green Blue C M Y K H S L
Decimal 248 242 32 0 0.02 0.87 0.03 58.33 0.94 0.55
Hex F8 F2 20 0 2 57 3 3A 5E 37
Octal 370 362 40 0 2 127 3 72 136 67
Binary 11111000 11110010 100000 0 10 1010111 11 111010 1011110 110111

Color Harmonies of #F8F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F220

Black with #F8F220

Text Example


Text Example

White with #F8F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F220; }

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

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

background-color css

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

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

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

border-color css

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

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

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