Html Css Color HEX #F1E313 Lemon

📋 copy color: '#F1E313'

red 241 ◦ green 227 ◦ blue 19

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

Shades of Lemon #F1E313

Tints of Lemon #F1E313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.61%

 BLUE value IS 19 (7.81% from 255) = 3.9%

R = 49.49%
G = 46.61%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1E313 (or 0xF1E313) is known color: Lemon. HEX triplet: F1, E3 and 13. RGB value is (241,227,19). Sum of RGB (Red+Green+Blue) = 241+227+19=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E313 is #0E1CEC. Grayscale: #D0D0D0. Windows color (decimal): -924909 or 1303537. OLE color: 1303537.

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

Color convert

RGB 241 227 19 -
CMYK 0 0.06 0.92 0.05
HSL 56.22º 0.89% 0.51% -
HSV(B) 56.22º 0.92% 0.95% -
XYZ 63.86 73.69 11.47 -
YUV 207.47 21.64 151.91 -
System Red Green Blue C M Y K H S L
Decimal 241 227 19 0 0.06 0.92 0.05 56.22 0.89 0.51
Hex F1 E3 13 0 6 5C 5 38 59 33
Octal 361 343 23 0 6 134 5 70 131 63
Binary 11110001 11100011 10011 0 110 1011100 101 111000 1011001 110011

Color Harmonies of #F1E313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E313

Black with #F1E313

Text Example


Text Example

White with #F1E313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E313; }

 p { color: rgb(241,227,19); }

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

background-color css

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

 a { background-color: rgb(241,227,19); }

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

border-color css

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

 span { border-color: rgb(241,227,19); }

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