Html Css Color HEX #F1E31A Lemon

📋 copy color: '#F1E31A'

red 241 ◦ green 227 ◦ blue 26

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

Shades of Lemon #F1E31A

Tints of Lemon #F1E31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.26%

R = 48.79%
G = 45.95%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1E31A (or 0xF1E31A) is known color: Lemon. HEX triplet: F1, E3 and 1A. RGB value is (241,227,26). Sum of RGB (Red+Green+Blue) = 241+227+26=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E31A is #0E1CE5. Grayscale: #D1D1D1. Windows color (decimal): -924902 or 1762289. OLE color: 1762289.

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

Color convert

RGB 241 227 26 -
CMYK 0 0.06 0.89 0.05
HSL 56.09º 0.88% 0.52% -
HSV(B) 56.09º 0.89% 0.95% -
XYZ 63.93 73.71 11.84 -
YUV 208.27 25.14 151.34 -
System Red Green Blue C M Y K H S L
Decimal 241 227 26 0 0.06 0.89 0.05 56.09 0.88 0.52
Hex F1 E3 1A 0 6 59 5 38 58 34
Octal 361 343 32 0 6 131 5 70 130 64
Binary 11110001 11100011 11010 0 110 1011001 101 111000 1011000 110100

Color Harmonies of #F1E31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E31A

Black with #F1E31A

Text Example


Text Example

White with #F1E31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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