Html Css Color HEX #FDD94D Energy Yellow

📋 copy color: '#FDD94D'

red 253 ◦ green 217 ◦ blue 77

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

Shades of Energy Yellow #FDD94D

Tints of Energy Yellow #FDD94D

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 77 (30.47% from 255) = 14.08%

R = 46.25%
G = 39.67%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDD94D (or 0xFDD94D) is known color: Energy Yellow. HEX triplet: FD, D9 and 4D. RGB value is (253,217,77). Sum of RGB (Red+Green+Blue) = 253+217+77=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD94D is #0226B2. Grayscale: #D4D4D4. Windows color (decimal): -140979 or 5102077. OLE color: 5102077.

HSL color Cylindrical-coordinate representation of color #FDD94D: hue angle of 47.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD94D is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 77 -
CMYK 0 0.14 0.70 0.01
HSL 47.73º 0.98% 0.65% -
HSV(B) 47.73º 0.7% 0.99% -
XYZ 66.66 71.04 17.22 -
YUV 211.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 253 217 77 0 0.14 0.70 0.01 47.73 0.98 0.65
Hex FD D9 4D 0 E 46 1 30 62 41
Octal 375 331 115 0 16 106 1 60 142 101
Binary 11111101 11011001 1001101 0 1110 1000110 1 110000 1100010 1000001

Color Harmonies of #FDD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD94D

Black with #FDD94D

Text Example


Text Example

White with #FDD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD94D; }

 p { color: rgb(253,217,77); }

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

background-color css

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

 a { background-color: rgb(253,217,77); }

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

border-color css

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

 span { border-color: rgb(253,217,77); }

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