Html Css Color HEX #FEF114 Lemon

📋 copy color: '#FEF114'

red 254 ◦ green 241 ◦ blue 20

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

Shades of Lemon #FEF114

Tints of Lemon #FEF114

RGB

 RED value IS 254 (99.61% from 255) = 49.32%

 GREEN value IS 241 (94.53% from 255) = 46.8%

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

R = 49.32%
G = 46.8%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF114 (or 0xFEF114) is known color: Lemon. HEX triplet: FE, F1 and 14. RGB value is (254,241,20). Sum of RGB (Red+Green+Blue) = 254+241+20=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF114 is #010EEB. Grayscale: #DCDCDC. Windows color (decimal): -69356 or 1372670. OLE color: 1372670.

HSL color Cylindrical-coordinate representation of color #FEF114: hue angle of 56.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEF114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 20 -
CMYK 0 0.05 0.92 0.00
HSL 56.67º 0.99% 0.54% -
HSV(B) 56.67º 0.92% 1% -
XYZ 72.45 84.03 13.06 -
YUV 219.69 15.31 152.47 -
System Red Green Blue C M Y K H S L
Decimal 254 241 20 0 0.05 0.92 0.00 56.67 0.99 0.54
Hex FE F1 14 0 5 5C 0 39 63 36
Octal 376 361 24 0 5 134 0 71 143 66
Binary 11111110 11110001 10100 0 101 1011100 0 111001 1100011 110110

Color Harmonies of #FEF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF114

Black with #FEF114

Text Example


Text Example

White with #FEF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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