Html Css Color HEX #FED84A Energy Yellow

📋 copy color: '#FED84A'

red 254 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #FED84A

Tints of Energy Yellow #FED84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 46.69%
G = 39.71%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED84A (or 0xFED84A) is known color: Energy Yellow. HEX triplet: FE, D8 and 4A. RGB value is (254,216,74). Sum of RGB (Red+Green+Blue) = 254+216+74=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED84A is #0127B5. Grayscale: #D3D3D3. Windows color (decimal): -75702 or 4905214. OLE color: 4905214.

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

Color convert

RGB 254 216 74 -
CMYK 0 0.15 0.71 0.00
HSL 47.33º 0.99% 0.64% -
HSV(B) 47.33º 0.71% 1% -
XYZ 66.66 70.68 16.61 -
YUV 211.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 254 216 74 0 0.15 0.71 0.00 47.33 0.99 0.64
Hex FE D8 4A 0 F 47 0 2F 63 40
Octal 376 330 112 0 17 107 0 57 143 100
Binary 11111110 11011000 1001010 0 1111 1000111 0 101111 1100011 1000000

Color Harmonies of #FED84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED84A

Black with #FED84A

Text Example


Text Example

White with #FED84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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