Html Css Color HEX #F5E820 Lemon

📋 copy color: '#F5E820'

red 245 ◦ green 232 ◦ blue 32

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

Shades of Lemon #F5E820

Tints of Lemon #F5E820

RGB

 RED value IS 245 (96.09% from 255) = 48.13%

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 48.13%
G = 45.58%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5E820 (or 0xF5E820) is known color: Lemon. HEX triplet: F5, E8 and 20. RGB value is (245,232,32). Sum of RGB (Red+Green+Blue) = 245+232+32=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E820 is #0A17DF. Grayscale: #D5D5D5. Windows color (decimal): -661472 or 2156789. OLE color: 2156789.

HSL color Cylindrical-coordinate representation of color #F5E820: hue angle of 56.34º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5E820 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 232 32 -
CMYK 0 0.05 0.87 0.04
HSL 56.34º 0.91% 0.54% -
HSV(B) 56.34º 0.87% 0.96% -
XYZ 66.77 77.23 12.75 -
YUV 213.09 25.81 150.76 -
System Red Green Blue C M Y K H S L
Decimal 245 232 32 0 0.05 0.87 0.04 56.34 0.91 0.54
Hex F5 E8 20 0 5 57 4 38 5B 36
Octal 365 350 40 0 5 127 4 70 133 66
Binary 11110101 11101000 100000 0 101 1010111 100 111000 1011011 110110

Color Harmonies of #F5E820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E820

Black with #F5E820

Text Example


Text Example

White with #F5E820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E820; }

 p { color: rgb(245,232,32); }

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

background-color css

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

 a { background-color: rgb(245,232,32); }

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

border-color css

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

 span { border-color: rgb(245,232,32); }

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