Html Css Color HEX #F1E014 Lemon

📋 copy color: '#F1E014'

red 241 ◦ green 224 ◦ blue 20

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

Shades of Lemon #F1E014

Tints of Lemon #F1E014

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 49.69%
G = 46.19%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1E014 (or 0xF1E014) is known color: Lemon. HEX triplet: F1, E0 and 14. RGB value is (241,224,20). Sum of RGB (Red+Green+Blue) = 241+224+20=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E014 is #0E1FEB. Grayscale: #CECECE. Windows color (decimal): -925676 or 1368305. OLE color: 1368305.

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

Color convert

RGB 241 224 20 -
CMYK 0 0.07 0.92 0.05
HSL 55.38º 0.89% 0.51% -
HSV(B) 55.38º 0.92% 0.95% -
XYZ 63.06 72.06 11.25 -
YUV 205.83 23.13 153.09 -
System Red Green Blue C M Y K H S L
Decimal 241 224 20 0 0.07 0.92 0.05 55.38 0.89 0.51
Hex F1 E0 14 0 7 5C 5 37 59 33
Octal 361 340 24 0 7 134 5 67 131 63
Binary 11110001 11100000 10100 0 111 1011100 101 110111 1011001 110011

Color Harmonies of #F1E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E014

Black with #F1E014

Text Example


Text Example

White with #F1E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E014; }

 p { color: rgb(241,224,20); }

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

background-color css

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

 a { background-color: rgb(241,224,20); }

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

border-color css

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

 span { border-color: rgb(241,224,20); }

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