Html Css Color HEX #FEF118 Lemon

📋 copy color: '#FEF118'

red 254 ◦ green 241 ◦ blue 24

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

Shades of Lemon #FEF118

Tints of Lemon #FEF118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.62%

R = 48.94%
G = 46.44%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEF118 (or 0xFEF118) is known color: Lemon. HEX triplet: FE, F1 and 18. RGB value is (254,241,24). Sum of RGB (Red+Green+Blue) = 254+241+24=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 24 (9.77% from 255 or 4.62% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF118 is #010EE7. Grayscale: #DDDDDD. Windows color (decimal): -69352 or 1634814. OLE color: 1634814.

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

Color convert

RGB 254 241 24 -
CMYK 0 0.05 0.91 0.00
HSL 56.61º 0.99% 0.55% -
HSV(B) 56.61º 0.91% 1% -
XYZ 72.49 84.05 13.27 -
YUV 220.15 17.31 152.14 -
System Red Green Blue C M Y K H S L
Decimal 254 241 24 0 0.05 0.91 0.00 56.61 0.99 0.55
Hex FE F1 18 0 5 5B 0 39 63 37
Octal 376 361 30 0 5 133 0 71 143 67
Binary 11111110 11110001 11000 0 101 1011011 0 111001 1100011 110111

Color Harmonies of #FEF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF118

Black with #FEF118

Text Example


Text Example

White with #FEF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF118; }

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

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

background-color css

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

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

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

border-color css

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

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

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