Html Css Color HEX #F1EF14 Lemon

📋 copy color: '#F1EF14'

red 241 ◦ green 239 ◦ blue 20

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

Shades of Lemon #F1EF14

Tints of Lemon #F1EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

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

R = 48.2%
G = 47.8%
B = 4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1EF14 (or 0xF1EF14) is known color: Lemon. HEX triplet: F1, EF and 14. RGB value is (241,239,20). Sum of RGB (Red+Green+Blue) = 241+239+20=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EF14 is #0E10EB. Grayscale: #D7D7D7. Windows color (decimal): -921836 or 1372145. OLE color: 1372145.

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

Color convert

RGB 241 239 20 -
CMYK 0 0.01 0.92 0.05
HSL 59.46º 0.89% 0.51% -
HSV(B) 59.46º 0.92% 0.95% -
XYZ 67.27 80.48 12.65 -
YUV 214.63 18.16 146.81 -
System Red Green Blue C M Y K H S L
Decimal 241 239 20 0 0.01 0.92 0.05 59.46 0.89 0.51
Hex F1 EF 14 0 1 5C 5 3B 59 33
Octal 361 357 24 0 1 134 5 73 131 63
Binary 11110001 11101111 10100 0 1 1011100 101 111011 1011001 110011

Color Harmonies of #F1EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EF14

Black with #F1EF14

Text Example


Text Example

White with #F1EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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