Html Css Color HEX #FED748 Energy Yellow

📋 copy color: '#FED748'

red 254 ◦ green 215 ◦ blue 72

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

Shades of Energy Yellow #FED748

Tints of Energy Yellow #FED748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.74%

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

R = 46.95%
G = 39.74%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED748 (or 0xFED748) is known color: Energy Yellow. HEX triplet: FE, D7 and 48. RGB value is (254,215,72). Sum of RGB (Red+Green+Blue) = 254+215+72=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 72 (28.52% from 255 or 13.31% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED748 is #0128B7. Grayscale: #D2D2D2. Windows color (decimal): -75960 or 4773886. OLE color: 4773886.

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

Color convert

RGB 254 215 72 -
CMYK 0 0.15 0.72 0.00
HSL 47.14º 0.99% 0.64% -
HSV(B) 47.14º 0.72% 1% -
XYZ 66.34 70.14 16.17 -
YUV 210.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 254 215 72 0 0.15 0.72 0.00 47.14 0.99 0.64
Hex FE D7 48 0 F 48 0 2F 63 40
Octal 376 327 110 0 17 110 0 57 143 100
Binary 11111110 11010111 1001000 0 1111 1001000 0 101111 1100011 1000000

Color Harmonies of #FED748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED748

Black with #FED748

Text Example


Text Example

White with #FED748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED748; }

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

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

background-color css

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

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

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

border-color css

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

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

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