Html Css Color HEX #FEF117 Lemon

📋 copy color: '#FEF117'

red 254 ◦ green 241 ◦ blue 23

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

Shades of Lemon #FEF117

Tints of Lemon #FEF117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.44%

R = 49.03%
G = 46.53%
B = 4.44%

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

#FEF117 (or 0xFEF117) is known color: Lemon. HEX triplet: FE, F1 and 17. RGB value is (254,241,23). Sum of RGB (Red+Green+Blue) = 254+241+23=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 23 (9.38% from 255 or 4.44% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF117 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF117 is #010EE8. Grayscale: #DCDCDC. Windows color (decimal): -69353 or 1569278. OLE color: 1569278.

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

Color convert

RGB 254 241 23 -
CMYK 0 0.05 0.91 0.00
HSL 56.62º 0.99% 0.54% -
HSV(B) 56.62º 0.91% 1% -
XYZ 72.48 84.04 13.21 -
YUV 220.04 16.81 152.23 -
System Red Green Blue C M Y K H S L
Decimal 254 241 23 0 0.05 0.91 0.00 56.62 0.99 0.54
Hex FE F1 17 0 5 5B 0 39 63 36
Octal 376 361 27 0 5 133 0 71 143 66
Binary 11111110 11110001 10111 0 101 1011011 0 111001 1100011 110110

Color Harmonies of #FEF117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF117

Black with #FEF117

Text Example


Text Example

White with #FEF117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF117; }

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

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

background-color css

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

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

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

border-color css

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

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

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