Html Css Color HEX #FEDE14 Lemon

📋 copy color: '#FEDE14'

red 254 ◦ green 222 ◦ blue 20

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

Shades of Lemon #FEDE14

Tints of Lemon #FEDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 20 (8.2% from 255) = 4.03%

R = 51.21%
G = 44.76%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEDE14 (or 0xFEDE14) is known color: Lemon. HEX triplet: FE, DE and 14. RGB value is (254,222,20). Sum of RGB (Red+Green+Blue) = 254+222+20=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE14 is #0121EB. Grayscale: #D1D1D1. Windows color (decimal): -74220 or 1367806. OLE color: 1367806.

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

Color convert

RGB 254 222 20 -
CMYK 0 0.13 0.92 0.00
HSL 51.79º 0.99% 0.54% -
HSV(B) 51.79º 0.92% 1% -
XYZ 67.12 73.36 11.28 -
YUV 208.54 21.6 160.43 -
System Red Green Blue C M Y K H S L
Decimal 254 222 20 0 0.13 0.92 0.00 51.79 0.99 0.54
Hex FE DE 14 0 D 5C 0 34 63 36
Octal 376 336 24 0 15 134 0 64 143 66
Binary 11111110 11011110 10100 0 1101 1011100 0 110100 1100011 110110

Color Harmonies of #FEDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE14

Black with #FEDE14

Text Example


Text Example

White with #FEDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE14; }

 p { color: rgb(254,222,20); }

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

background-color css

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

 a { background-color: rgb(254,222,20); }

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

border-color css

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

 span { border-color: rgb(254,222,20); }

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