Html Css Color HEX #F5EC01 Lemon

📋 copy color: '#F5EC01'

red 245 ◦ green 236 ◦ blue 1

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

Shades of Lemon #F5EC01

Tints of Lemon #F5EC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50.83%
G = 48.96%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F5EC01 (or 0xF5EC01) is known color: Lemon. HEX triplet: F5, EC and 01. RGB value is (245,236,1). Sum of RGB (Red+Green+Blue) = 245+236+1=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC01 is #0A13FE. Grayscale: #D4D4D4. Windows color (decimal): -660479 or 126197. OLE color: 126197.

HSL color Cylindrical-coordinate representation of color #F5EC01: hue angle of 57.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5EC01 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 236 1 -
CMYK 0 0.04 1.00 0.04
HSL 57.79º 0.99% 0.48% -
HSV(B) 57.79º 1% 0.96% -
XYZ 67.66 79.41 11.79 -
YUV 211.9 8.98 151.61 -
System Red Green Blue C M Y K H S L
Decimal 245 236 1 0 0.04 1.00 0.04 57.79 0.99 0.48
Hex F5 EC 1 0 4 64 4 3A 63 30
Octal 365 354 1 0 4 144 4 72 143 60
Binary 11110101 11101100 1 0 100 1100100 100 111010 1100011 110000

Color Harmonies of #F5EC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC01

Black with #F5EC01

Text Example


Text Example

White with #F5EC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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