Html Css Color HEX #F1E015 Lemon

📋 copy color: '#F1E015'

red 241 ◦ green 224 ◦ blue 21

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

Shades of Lemon #F1E015

Tints of Lemon #F1E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

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

R = 49.59%
G = 46.09%
B = 4.32%

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

#F1E015 (or 0xF1E015) is known color: Lemon. HEX triplet: F1, E0 and 15. RGB value is (241,224,21). Sum of RGB (Red+Green+Blue) = 241+224+21=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E015 is #0E1FEA. Grayscale: #CECECE. Windows color (decimal): -925675 or 1433841. OLE color: 1433841.

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

Color convert

RGB 241 224 21 -
CMYK 0 0.07 0.91 0.05
HSL 55.36º 0.89% 0.51% -
HSV(B) 55.36º 0.91% 0.95% -
XYZ 63.07 72.07 11.3 -
YUV 205.94 23.63 153.01 -
System Red Green Blue C M Y K H S L
Decimal 241 224 21 0 0.07 0.91 0.05 55.36 0.89 0.51
Hex F1 E0 15 0 7 5B 5 37 59 33
Octal 361 340 25 0 7 133 5 67 131 63
Binary 11110001 11100000 10101 0 111 1011011 101 110111 1011001 110011

Color Harmonies of #F1E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E015

Black with #F1E015

Text Example


Text Example

White with #F1E015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E015; }

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

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

background-color css

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

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

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

border-color css

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

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

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