Html Css Color HEX #FED548 Energy Yellow

📋 copy color: '#FED548'

red 254 ◦ green 213 ◦ blue 72

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

Shades of Energy Yellow #FED548

Tints of Energy Yellow #FED548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 72 (28.52% from 255) = 13.36%

R = 47.12%
G = 39.52%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED548 (or 0xFED548) is known color: Energy Yellow. HEX triplet: FE, D5 and 48. RGB value is (254,213,72). Sum of RGB (Red+Green+Blue) = 254+213+72=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED548 is #012AB7. Grayscale: #D1D1D1. Windows color (decimal): -76472 or 4773374. OLE color: 4773374.

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

Color convert

RGB 254 213 72 -
CMYK 0 0.16 0.72 0.00
HSL 46.48º 0.99% 0.64% -
HSV(B) 46.48º 0.72% 1% -
XYZ 65.84 69.13 16 -
YUV 209.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 254 213 72 0 0.16 0.72 0.00 46.48 0.99 0.64
Hex FE D5 48 0 10 48 0 2E 63 40
Octal 376 325 110 0 20 110 0 56 143 100
Binary 11111110 11010101 1001000 0 10000 1001000 0 101110 1100011 1000000

Color Harmonies of #FED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED548

Black with #FED548

Text Example


Text Example

White with #FED548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED548; }

 p { color: rgb(254,213,72); }

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

background-color css

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

 a { background-color: rgb(254,213,72); }

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

border-color css

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

 span { border-color: rgb(254,213,72); }

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