Html Css Color HEX #F1E415 Lemon

📋 copy color: '#F1E415'

red 241 ◦ green 228 ◦ blue 21

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

Shades of Lemon #F1E415

Tints of Lemon #F1E415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 49.18%
G = 46.53%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1E415 (or 0xF1E415) is known color: Lemon. HEX triplet: F1, E4 and 15. RGB value is (241,228,21). Sum of RGB (Red+Green+Blue) = 241+228+21=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E415 is #0E1BEA. Grayscale: #D1D1D1. Windows color (decimal): -924651 or 1434865. OLE color: 1434865.

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

Color convert

RGB 241 228 21 -
CMYK 0 0.05 0.91 0.05
HSL 56.45º 0.89% 0.51% -
HSV(B) 56.45º 0.91% 0.95% -
XYZ 64.15 74.24 11.66 -
YUV 208.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 241 228 21 0 0.05 0.91 0.05 56.45 0.89 0.51
Hex F1 E4 15 0 5 5B 5 38 59 33
Octal 361 344 25 0 5 133 5 70 131 63
Binary 11110001 11100100 10101 0 101 1011011 101 111000 1011001 110011

Color Harmonies of #F1E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E415

Black with #F1E415

Text Example


Text Example

White with #F1E415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E415; }

 p { color: rgb(241,228,21); }

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

background-color css

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

 a { background-color: rgb(241,228,21); }

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

border-color css

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

 span { border-color: rgb(241,228,21); }

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