Html Css Color HEX #FEDD46 Energy Yellow

📋 copy color: '#FEDD46'

red 254 ◦ green 221 ◦ blue 70

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

Shades of Energy Yellow #FEDD46

Tints of Energy Yellow #FEDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.84%

R = 46.61%
G = 40.55%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEDD46 (or 0xFEDD46) is known color: Energy Yellow. HEX triplet: FE, DD and 46. RGB value is (254,221,70). Sum of RGB (Red+Green+Blue) = 254+221+70=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 70 (27.73% from 255 or 12.84% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD46 is #0122B9. Grayscale: #D6D6D6. Windows color (decimal): -74426 or 4644350. OLE color: 4644350.

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

Color convert

RGB 254 221 70 -
CMYK 0 0.13 0.72 0.00
HSL 49.24º 0.99% 0.64% -
HSV(B) 49.24º 0.72% 1% -
XYZ 67.83 73.23 16.35 -
YUV 213.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 254 221 70 0 0.13 0.72 0.00 49.24 0.99 0.64
Hex FE DD 46 0 D 48 0 31 63 40
Octal 376 335 106 0 15 110 0 61 143 100
Binary 11111110 11011101 1000110 0 1101 1001000 0 110001 1100011 1000000

Color Harmonies of #FEDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD46

Black with #FEDD46

Text Example


Text Example

White with #FEDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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