Html Css Color HEX #F1ED10 Lemon

📋 copy color: '#F1ED10'

red 241 ◦ green 237 ◦ blue 16

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

Shades of Lemon #F1ED10

Tints of Lemon #F1ED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.98%

 BLUE value IS 16 (6.64% from 255) = 3.24%

R = 48.79%
G = 47.98%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1ED10 (or 0xF1ED10) is known color: Lemon. HEX triplet: F1, ED and 10. RGB value is (241,237,16). Sum of RGB (Red+Green+Blue) = 241+237+16=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED10 is #0E12EF. Grayscale: #D5D5D5. Windows color (decimal): -922352 or 1109489. OLE color: 1109489.

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

Color convert

RGB 241 237 16 -
CMYK 0 0.02 0.93 0.05
HSL 58.93º 0.89% 0.5% -
HSV(B) 58.93º 0.93% 0.95% -
XYZ 66.65 79.31 12.28 -
YUV 213 16.83 147.97 -
System Red Green Blue C M Y K H S L
Decimal 241 237 16 0 0.02 0.93 0.05 58.93 0.89 0.5
Hex F1 ED 10 0 2 5D 5 3B 59 32
Octal 361 355 20 0 2 135 5 73 131 62
Binary 11110001 11101101 10000 0 10 1011101 101 111011 1011001 110010

Color Harmonies of #F1ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED10

Black with #F1ED10

Text Example


Text Example

White with #F1ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED10; }

 p { color: rgb(241,237,16); }

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

background-color css

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

 a { background-color: rgb(241,237,16); }

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

border-color css

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

 span { border-color: rgb(241,237,16); }

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