Html Css Color HEX #F1E11E Lemon

📋 copy color: '#F1E11E'

red 241 ◦ green 225 ◦ blue 30

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

Shades of Lemon #F1E11E

Tints of Lemon #F1E11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.05%

R = 48.59%
G = 45.36%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1E11E (or 0xF1E11E) is known color: Lemon. HEX triplet: F1, E1 and 1E. RGB value is (241,225,30). Sum of RGB (Red+Green+Blue) = 241+225+30=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E11E is #0E1EE1. Grayscale: #D0D0D0. Windows color (decimal): -925410 or 2023921. OLE color: 2023921.

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

Color convert

RGB 241 225 30 -
CMYK 0 0.07 0.88 0.05
HSL 55.45º 0.88% 0.53% -
HSV(B) 55.45º 0.88% 0.95% -
XYZ 63.44 72.64 11.91 -
YUV 207.55 27.8 151.86 -
System Red Green Blue C M Y K H S L
Decimal 241 225 30 0 0.07 0.88 0.05 55.45 0.88 0.53
Hex F1 E1 1E 0 7 58 5 37 58 35
Octal 361 341 36 0 7 130 5 67 130 65
Binary 11110001 11100001 11110 0 111 1011000 101 110111 1011000 110101

Color Harmonies of #F1E11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E11E

Black with #F1E11E

Text Example


Text Example

White with #F1E11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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