Html Css Color HEX #FEF50E Lemon

📋 copy color: '#FEF50E'

red 254 ◦ green 245 ◦ blue 14

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

Shades of Lemon #FEF50E

Tints of Lemon #FEF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 14 (5.86% from 255) = 2.73%

R = 49.51%
G = 47.76%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEF50E (or 0xFEF50E) is known color: Lemon. HEX triplet: FE, F5 and 0E. RGB value is (254,245,14). Sum of RGB (Red+Green+Blue) = 254+245+14=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 14 (5.86% from 255 or 2.73% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF50E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF50E is #010AF1. Grayscale: #DEDEDE. Windows color (decimal): -68338 or 980478. OLE color: 980478.

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

Color convert

RGB 254 245 14 -
CMYK 0 0.04 0.94 0.00
HSL 57.75º 0.99% 0.53% -
HSV(B) 57.75º 0.94% 1% -
XYZ 73.6 86.41 13.21 -
YUV 221.36 10.98 151.28 -
System Red Green Blue C M Y K H S L
Decimal 254 245 14 0 0.04 0.94 0.00 57.75 0.99 0.53
Hex FE F5 E 0 4 5E 0 3A 63 35
Octal 376 365 16 0 4 136 0 72 143 65
Binary 11111110 11110101 1110 0 100 1011110 0 111010 1100011 110101

Color Harmonies of #FEF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF50E

Black with #FEF50E

Text Example


Text Example

White with #FEF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF50E; }

 p { color: rgb(254,245,14); }

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

background-color css

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

 a { background-color: rgb(254,245,14); }

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

border-color css

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

 span { border-color: rgb(254,245,14); }

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