Html Css Color HEX #F5E20D Lemon

📋 copy color: '#F5E20D'

red 245 ◦ green 226 ◦ blue 13

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

Shades of Lemon #F5E20D

Tints of Lemon #F5E20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

 BLUE value IS 13 (5.47% from 255) = 2.69%

R = 50.62%
G = 46.69%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5E20D (or 0xF5E20D) is known color: Lemon. HEX triplet: F5, E2 and 0D. RGB value is (245,226,13). Sum of RGB (Red+Green+Blue) = 245+226+13=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E20D is #0A1DF2. Grayscale: #D0D0D0. Windows color (decimal): -663027 or 910069. OLE color: 910069.

HSL color Cylindrical-coordinate representation of color #F5E20D: hue angle of 55.09º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5E20D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 226 13 -
CMYK 0 0.08 0.95 0.04
HSL 55.09º 0.92% 0.51% -
HSV(B) 55.09º 0.95% 0.96% -
XYZ 64.93 73.83 11.21 -
YUV 207.4 18.29 154.82 -
System Red Green Blue C M Y K H S L
Decimal 245 226 13 0 0.08 0.95 0.04 55.09 0.92 0.51
Hex F5 E2 D 0 8 5F 4 37 5C 33
Octal 365 342 15 0 10 137 4 67 134 63
Binary 11110101 11100010 1101 0 1000 1011111 100 110111 1011100 110011

Color Harmonies of #F5E20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E20D

Black with #F5E20D

Text Example


Text Example

White with #F5E20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E20D; }

 p { color: rgb(245,226,13); }

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

background-color css

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

 a { background-color: rgb(245,226,13); }

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

border-color css

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

 span { border-color: rgb(245,226,13); }

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