Html Css Color HEX #F5EC1F Lemon

📋 copy color: '#F5EC1F'

red 245 ◦ green 236 ◦ blue 31

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

Shades of Lemon #F5EC1F

Tints of Lemon #F5EC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.05%

R = 47.85%
G = 46.09%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5EC1F (or 0xF5EC1F) is known color: Lemon. HEX triplet: F5, EC and 1F. RGB value is (245,236,31). Sum of RGB (Red+Green+Blue) = 245+236+31=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 31 (12.5% from 255 or 6.05% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC1F is #0A13E0. Grayscale: #D8D8D8. Windows color (decimal): -660449 or 2092277. OLE color: 2092277.

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

Color convert

RGB 245 236 31 -
CMYK 0 0.04 0.87 0.04
HSL 57.48º 0.91% 0.54% -
HSV(B) 57.48º 0.87% 0.96% -
XYZ 67.9 79.5 13.06 -
YUV 215.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 245 236 31 0 0.04 0.87 0.04 57.48 0.91 0.54
Hex F5 EC 1F 0 4 57 4 39 5B 36
Octal 365 354 37 0 4 127 4 71 133 66
Binary 11110101 11101100 11111 0 100 1010111 100 111001 1011011 110110

Color Harmonies of #F5EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC1F

Black with #F5EC1F

Text Example


Text Example

White with #F5EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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