Html Css Color HEX #FEDA46 Energy Yellow

📋 copy color: '#FEDA46'

red 254 ◦ green 218 ◦ blue 70

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

Shades of Energy Yellow #FEDA46

Tints of Energy Yellow #FEDA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.22%

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

R = 46.86%
G = 40.22%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEDA46 (or 0xFEDA46) is known color: Energy Yellow. HEX triplet: FE, DA and 46. RGB value is (254,218,70). Sum of RGB (Red+Green+Blue) = 254+218+70=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA46 is #0125B9. Grayscale: #D4D4D4. Windows color (decimal): -75194 or 4643582. OLE color: 4643582.

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

Color convert

RGB 254 218 70 -
CMYK 0 0.14 0.72 0.00
HSL 48.26º 0.99% 0.64% -
HSV(B) 48.26º 0.72% 1% -
XYZ 67.05 71.66 16.09 -
YUV 211.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 254 218 70 0 0.14 0.72 0.00 48.26 0.99 0.64
Hex FE DA 46 0 E 48 0 30 63 40
Octal 376 332 106 0 16 110 0 60 143 100
Binary 11111110 11011010 1000110 0 1110 1001000 0 110000 1100011 1000000

Color Harmonies of #FEDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA46

Black with #FEDA46

Text Example


Text Example

White with #FEDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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