Html Css Color HEX #F1E119 Lemon

📋 copy color: '#F1E119'

red 241 ◦ green 225 ◦ blue 25

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

Shades of Lemon #F1E119

Tints of Lemon #F1E119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.09%

R = 49.08%
G = 45.82%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1E119 (or 0xF1E119) is known color: Lemon. HEX triplet: F1, E1 and 19. RGB value is (241,225,25). Sum of RGB (Red+Green+Blue) = 241+225+25=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E119 is #0E1EE6. Grayscale: #CFCFCF. Windows color (decimal): -925415 or 1696241. OLE color: 1696241.

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

Color convert

RGB 241 225 25 -
CMYK 0 0.07 0.90 0.05
HSL 55.56º 0.89% 0.52% -
HSV(B) 55.56º 0.9% 0.95% -
XYZ 63.38 72.62 11.6 -
YUV 206.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 241 225 25 0 0.07 0.90 0.05 55.56 0.89 0.52
Hex F1 E1 19 0 7 5A 5 38 59 34
Octal 361 341 31 0 7 132 5 70 131 64
Binary 11110001 11100001 11001 0 111 1011010 101 111000 1011001 110100

Color Harmonies of #F1E119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E119

Black with #F1E119

Text Example


Text Example

White with #F1E119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E119; }

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

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

background-color css

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

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

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

border-color css

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

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

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