Html Css Color HEX #F5EC1A Lemon

📋 copy color: '#F5EC1A'

red 245 ◦ green 236 ◦ blue 26

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

Shades of Lemon #F5EC1A

Tints of Lemon #F5EC1A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

 BLUE value IS 26 (10.55% from 255) = 5.13%

R = 48.32%
G = 46.55%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5EC1A (or 0xF5EC1A) is known color: Lemon. HEX triplet: F5, EC and 1A. RGB value is (245,236,26). Sum of RGB (Red+Green+Blue) = 245+236+26=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 26 (10.55% from 255 or 5.13% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC1A is #0A13E5. Grayscale: #D7D7D7. Windows color (decimal): -660454 or 1764597. OLE color: 1764597.

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

Color convert

RGB 245 236 26 -
CMYK 0 0.04 0.89 0.04
HSL 57.53º 0.92% 0.53% -
HSV(B) 57.53º 0.89% 0.96% -
XYZ 67.84 79.48 12.74 -
YUV 214.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 245 236 26 0 0.04 0.89 0.04 57.53 0.92 0.53
Hex F5 EC 1A 0 4 59 4 3A 5C 35
Octal 365 354 32 0 4 131 4 72 134 65
Binary 11110101 11101100 11010 0 100 1011001 100 111010 1011100 110101

Color Harmonies of #F5EC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC1A

Black with #F5EC1A

Text Example


Text Example

White with #F5EC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC1A; }

 p { color: rgb(245,236,26); }

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

background-color css

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

 a { background-color: rgb(245,236,26); }

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

border-color css

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

 span { border-color: rgb(245,236,26); }

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