Html Css Color HEX #F5E50D Lemon

📋 copy color: '#F5E50D'

red 245 ◦ green 229 ◦ blue 13

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

Shades of Lemon #F5E50D

Tints of Lemon #F5E50D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 50.31%
G = 47.02%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5E50D (or 0xF5E50D) is known color: Lemon. HEX triplet: F5, E5 and 0D. RGB value is (245,229,13). Sum of RGB (Red+Green+Blue) = 245+229+13=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E50D is #0A1AF2. Grayscale: #D2D2D2. Windows color (decimal): -662259 or 910837. OLE color: 910837.

HSL color Cylindrical-coordinate representation of color #F5E50D: hue angle of 55.86º 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 #F5E50D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 229 13 -
CMYK 0 0.07 0.95 0.04
HSL 55.86º 0.92% 0.51% -
HSV(B) 55.86º 0.95% 0.96% -
XYZ 65.75 75.48 11.48 -
YUV 209.16 17.3 153.56 -
System Red Green Blue C M Y K H S L
Decimal 245 229 13 0 0.07 0.95 0.04 55.86 0.92 0.51
Hex F5 E5 D 0 7 5F 4 38 5C 33
Octal 365 345 15 0 7 137 4 70 134 63
Binary 11110101 11100101 1101 0 111 1011111 100 111000 1011100 110011

Color Harmonies of #F5E50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E50D

Black with #F5E50D

Text Example


Text Example

White with #F5E50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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