Html Css Color HEX #F1E116 Lemon

📋 copy color: '#F1E116'

red 241 ◦ green 225 ◦ blue 22

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

Shades of Lemon #F1E116

Tints of Lemon #F1E116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 49.39%
G = 46.11%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1E116 (or 0xF1E116) is known color: Lemon. HEX triplet: F1, E1 and 16. RGB value is (241,225,22). Sum of RGB (Red+Green+Blue) = 241+225+22=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E116 is #0E1EE9. Grayscale: #CFCFCF. Windows color (decimal): -925418 or 1499633. OLE color: 1499633.

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

Color convert

RGB 241 225 22 -
CMYK 0 0.07 0.91 0.05
HSL 55.62º 0.89% 0.52% -
HSV(B) 55.62º 0.91% 0.95% -
XYZ 63.35 72.61 11.44 -
YUV 206.64 23.8 152.51 -
System Red Green Blue C M Y K H S L
Decimal 241 225 22 0 0.07 0.91 0.05 55.62 0.89 0.52
Hex F1 E1 16 0 7 5B 5 38 59 34
Octal 361 341 26 0 7 133 5 70 131 64
Binary 11110001 11100001 10110 0 111 1011011 101 111000 1011001 110100

Color Harmonies of #F1E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E116

Black with #F1E116

Text Example


Text Example

White with #F1E116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E116; }

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

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

background-color css

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

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

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

border-color css

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

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

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