Html Css Color HEX #F1E113 Lemon

📋 copy color: '#F1E113'

red 241 ◦ green 225 ◦ blue 19

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

Shades of Lemon #F1E113

Tints of Lemon #F1E113

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.39%

 BLUE value IS 19 (7.81% from 255) = 3.92%

R = 49.69%
G = 46.39%
B = 3.92%

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

#F1E113 (or 0xF1E113) is known color: Lemon. HEX triplet: F1, E1 and 13. RGB value is (241,225,19). Sum of RGB (Red+Green+Blue) = 241+225+19=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E113 is #0E1EEC. Grayscale: #CFCFCF. Windows color (decimal): -925421 or 1303025. OLE color: 1303025.

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

Color convert

RGB 241 225 19 -
CMYK 0 0.07 0.92 0.05
HSL 55.68º 0.89% 0.51% -
HSV(B) 55.68º 0.92% 0.95% -
XYZ 63.32 72.6 11.29 -
YUV 206.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 241 225 19 0 0.07 0.92 0.05 55.68 0.89 0.51
Hex F1 E1 13 0 7 5C 5 38 59 33
Octal 361 341 23 0 7 134 5 70 131 63
Binary 11110001 11100001 10011 0 111 1011100 101 111000 1011001 110011

Color Harmonies of #F1E113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E113

Black with #F1E113

Text Example


Text Example

White with #F1E113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E113; }

 p { color: rgb(241,225,19); }

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

background-color css

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

 a { background-color: rgb(241,225,19); }

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

border-color css

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

 span { border-color: rgb(241,225,19); }

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