Html Css Color HEX #F1ED14 Lemon

📋 copy color: '#F1ED14'

red 241 ◦ green 237 ◦ blue 20

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

Shades of Lemon #F1ED14

Tints of Lemon #F1ED14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.02%

R = 48.39%
G = 47.59%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1ED14 (or 0xF1ED14) is known color: Lemon. HEX triplet: F1, ED and 14. RGB value is (241,237,20). Sum of RGB (Red+Green+Blue) = 241+237+20=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1ED14 is #0E12EB. Grayscale: #D6D6D6. Windows color (decimal): -922348 or 1371633. OLE color: 1371633.

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

Color convert

RGB 241 237 20 -
CMYK 0 0.02 0.92 0.05
HSL 58.91º 0.89% 0.51% -
HSV(B) 58.91º 0.92% 0.95% -
XYZ 66.69 79.32 12.46 -
YUV 213.46 18.83 147.64 -
System Red Green Blue C M Y K H S L
Decimal 241 237 20 0 0.02 0.92 0.05 58.91 0.89 0.51
Hex F1 ED 14 0 2 5C 5 3B 59 33
Octal 361 355 24 0 2 134 5 73 131 63
Binary 11110001 11101101 10100 0 10 1011100 101 111011 1011001 110011

Color Harmonies of #F1ED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED14

Black with #F1ED14

Text Example


Text Example

White with #F1ED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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