Html Css Color HEX #FEF40F Lemon

📋 copy color: '#FEF40F'

red 254 ◦ green 244 ◦ blue 15

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

Shades of Lemon #FEF40F

Tints of Lemon #FEF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.56%

 BLUE value IS 15 (6.25% from 255) = 2.92%

R = 49.51%
G = 47.56%
B = 2.92%

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

#FEF40F (or 0xFEF40F) is known color: Lemon. HEX triplet: FE, F4 and 0F. RGB value is (254,244,15). Sum of RGB (Red+Green+Blue) = 254+244+15=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 15 (6.25% from 255 or 2.92% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40F is #010BF0. Grayscale: #DDDDDD. Windows color (decimal): -68593 or 1045758. OLE color: 1045758.

HSL color Cylindrical-coordinate representation of color #FEF40F: hue angle of 57.49º 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 #FEF40F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 244 15 -
CMYK 0 0.04 0.94 0.00
HSL 57.49º 0.99% 0.53% -
HSV(B) 57.49º 0.94% 1% -
XYZ 73.31 85.81 13.15 -
YUV 220.88 11.81 151.62 -
System Red Green Blue C M Y K H S L
Decimal 254 244 15 0 0.04 0.94 0.00 57.49 0.99 0.53
Hex FE F4 F 0 4 5E 0 39 63 35
Octal 376 364 17 0 4 136 0 71 143 65
Binary 11111110 11110100 1111 0 100 1011110 0 111001 1100011 110101

Color Harmonies of #FEF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF40F

Black with #FEF40F

Text Example


Text Example

White with #FEF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF40F; }

 p { color: rgb(254,244,15); }

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

background-color css

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

 a { background-color: rgb(254,244,15); }

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

border-color css

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

 span { border-color: rgb(254,244,15); }

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