Html Css Color HEX #F1E60A Lemon

📋 copy color: '#F1E60A'

red 241 ◦ green 230 ◦ blue 10

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

Shades of Lemon #F1E60A

Tints of Lemon #F1E60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 50.1%
G = 47.82%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1E60A (or 0xF1E60A) is known color: Lemon. HEX triplet: F1, E6 and 0A. RGB value is (241,230,10). Sum of RGB (Red+Green+Blue) = 241+230+10=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E60A is #0E19F5. Grayscale: #D1D1D1. Windows color (decimal): -924150 or 714481. OLE color: 714481.

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

Color convert

RGB 241 230 10 -
CMYK 0 0.05 0.96 0.05
HSL 57.14º 0.92% 0.49% -
HSV(B) 57.14º 0.96% 0.95% -
XYZ 64.63 75.32 11.42 -
YUV 208.21 16.14 151.39 -
System Red Green Blue C M Y K H S L
Decimal 241 230 10 0 0.05 0.96 0.05 57.14 0.92 0.49
Hex F1 E6 A 0 5 60 5 39 5C 31
Octal 361 346 12 0 5 140 5 71 134 61
Binary 11110001 11100110 1010 0 101 1100000 101 111001 1011100 110001

Color Harmonies of #F1E60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E60A

Black with #F1E60A

Text Example


Text Example

White with #F1E60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E60A; }

 p { color: rgb(241,230,10); }

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

background-color css

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

 a { background-color: rgb(241,230,10); }

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

border-color css

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

 span { border-color: rgb(241,230,10); }

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