Html Css Color HEX #FEF40C Lemon

📋 copy color: '#FEF40C'

red 254 ◦ green 244 ◦ blue 12

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

Shades of Lemon #FEF40C

Tints of Lemon #FEF40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.35%

R = 49.8%
G = 47.84%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEF40C (or 0xFEF40C) is known color: Lemon. HEX triplet: FE, F4 and 0C. RGB value is (254,244,12). Sum of RGB (Red+Green+Blue) = 254+244+12=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 12 (5.08% from 255 or 2.35% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40C is #010BF3. Grayscale: #DDDDDD. Windows color (decimal): -68596 or 849150. OLE color: 849150.

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

Color convert

RGB 254 244 12 -
CMYK 0 0.04 0.95 0.00
HSL 57.52º 0.99% 0.52% -
HSV(B) 57.52º 0.95% 1% -
XYZ 73.29 85.8 13.05 -
YUV 220.54 10.31 151.86 -
System Red Green Blue C M Y K H S L
Decimal 254 244 12 0 0.04 0.95 0.00 57.52 0.99 0.52
Hex FE F4 C 0 4 5F 0 3A 63 34
Octal 376 364 14 0 4 137 0 72 143 64
Binary 11111110 11110100 1100 0 100 1011111 0 111010 1100011 110100

Color Harmonies of #FEF40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF40C

Black with #FEF40C

Text Example


Text Example

White with #FEF40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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