Html Css Color HEX #FED648 Energy Yellow

📋 copy color: '#FED648'

red 254 ◦ green 214 ◦ blue 72

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

Shades of Energy Yellow #FED648

Tints of Energy Yellow #FED648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 47.04%
G = 39.63%
B = 13.33%

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

#FED648 (or 0xFED648) is known color: Energy Yellow. HEX triplet: FE, D6 and 48. RGB value is (254,214,72). Sum of RGB (Red+Green+Blue) = 254+214+72=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED648 is #0129B7. Grayscale: #D2D2D2. Windows color (decimal): -76216 or 4773630. OLE color: 4773630.

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

Color convert

RGB 254 214 72 -
CMYK 0 0.16 0.72 0.00
HSL 46.81º 0.99% 0.64% -
HSV(B) 46.81º 0.72% 1% -
XYZ 66.09 69.63 16.09 -
YUV 209.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 254 214 72 0 0.16 0.72 0.00 46.81 0.99 0.64
Hex FE D6 48 0 10 48 0 2F 63 40
Octal 376 326 110 0 20 110 0 57 143 100
Binary 11111110 11010110 1001000 0 10000 1001000 0 101111 1100011 1000000

Color Harmonies of #FED648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED648

Black with #FED648

Text Example


Text Example

White with #FED648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED648; }

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

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

background-color css

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

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

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

border-color css

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

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

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