Html Css Color HEX #FEDD4A Energy Yellow

📋 copy color: '#FEDD4A'

red 254 ◦ green 221 ◦ blue 74

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

Shades of Energy Yellow #FEDD4A

Tints of Energy Yellow #FEDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 74 (29.3% from 255) = 13.48%

R = 46.27%
G = 40.26%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEDD4A (or 0xFEDD4A) is known color: Energy Yellow. HEX triplet: FE, DD and 4A. RGB value is (254,221,74). Sum of RGB (Red+Green+Blue) = 254+221+74=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD4A is #0122B5. Grayscale: #D6D6D6. Windows color (decimal): -74422 or 4906494. OLE color: 4906494.

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

Color convert

RGB 254 221 74 -
CMYK 0 0.13 0.71 0.00
HSL 49º 0.99% 0.64% -
HSV(B) 49º 0.71% 1% -
XYZ 67.97 73.28 17.04 -
YUV 214.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 254 221 74 0 0.13 0.71 0.00 49 0.99 0.64
Hex FE DD 4A 0 D 47 0 31 63 40
Octal 376 335 112 0 15 107 0 61 143 100
Binary 11111110 11011101 1001010 0 1101 1000111 0 110001 1100011 1000000

Color Harmonies of #FEDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD4A

Black with #FEDD4A

Text Example


Text Example

White with #FEDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD4A; }

 p { color: rgb(254,221,74); }

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

background-color css

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

 a { background-color: rgb(254,221,74); }

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

border-color css

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

 span { border-color: rgb(254,221,74); }

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