Html Css Color HEX #FEDF48 Energy Yellow

📋 copy color: '#FEDF48'

red 254 ◦ green 223 ◦ blue 72

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

Shades of Energy Yellow #FEDF48

Tints of Energy Yellow #FEDF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

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

R = 46.27%
G = 40.62%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEDF48 (or 0xFEDF48) is known color: Energy Yellow. HEX triplet: FE, DF and 48. RGB value is (254,223,72). Sum of RGB (Red+Green+Blue) = 254+223+72=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF48 is #0120B7. Grayscale: #D7D7D7. Windows color (decimal): -73912 or 4775934. OLE color: 4775934.

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

Color convert

RGB 254 223 72 -
CMYK 0 0.12 0.72 0.00
HSL 49.78º 0.99% 0.64% -
HSV(B) 49.78º 0.72% 1% -
XYZ 68.43 74.31 16.87 -
YUV 215.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 254 223 72 0 0.12 0.72 0.00 49.78 0.99 0.64
Hex FE DF 48 0 C 48 0 32 63 40
Octal 376 337 110 0 14 110 0 62 143 100
Binary 11111110 11011111 1001000 0 1100 1001000 0 110010 1100011 1000000

Color Harmonies of #FEDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF48

Black with #FEDF48

Text Example


Text Example

White with #FEDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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