Html Css Color HEX #F1E31C Lemon

📋 copy color: '#F1E31C'

red 241 ◦ green 227 ◦ blue 28

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

Shades of Lemon #F1E31C

Tints of Lemon #F1E31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.65%

R = 48.59%
G = 45.77%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1E31C (or 0xF1E31C) is known color: Lemon. HEX triplet: F1, E3 and 1C. RGB value is (241,227,28). Sum of RGB (Red+Green+Blue) = 241+227+28=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E31C is #0E1CE3. Grayscale: #D1D1D1. Windows color (decimal): -924900 or 1893361. OLE color: 1893361.

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

Color convert

RGB 241 227 28 -
CMYK 0 0.06 0.88 0.05
HSL 56.06º 0.88% 0.53% -
HSV(B) 56.06º 0.88% 0.95% -
XYZ 63.95 73.72 11.96 -
YUV 208.5 26.14 151.18 -
System Red Green Blue C M Y K H S L
Decimal 241 227 28 0 0.06 0.88 0.05 56.06 0.88 0.53
Hex F1 E3 1C 0 6 58 5 38 58 35
Octal 361 343 34 0 6 130 5 70 130 65
Binary 11110001 11100011 11100 0 110 1011000 101 111000 1011000 110101

Color Harmonies of #F1E31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E31C

Black with #F1E31C

Text Example


Text Example

White with #F1E31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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