Html Css Color HEX #FDD945 Energy Yellow

📋 copy color: '#FDD945'

red 253 ◦ green 217 ◦ blue 69

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

Shades of Energy Yellow #FDD945

Tints of Energy Yellow #FDD945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.8%

R = 46.94%
G = 40.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDD945 (or 0xFDD945) is known color: Energy Yellow. HEX triplet: FD, D9 and 45. RGB value is (253,217,69). Sum of RGB (Red+Green+Blue) = 253+217+69=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD945 is #0226BA. Grayscale: #D3D3D3. Windows color (decimal): -140987 or 4577789. OLE color: 4577789.

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

Color convert

RGB 253 217 69 -
CMYK 0 0.14 0.73 0.01
HSL 48.26º 0.98% 0.63% -
HSV(B) 48.26º 0.73% 0.99% -
XYZ 66.4 70.94 15.82 -
YUV 210.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 253 217 69 0 0.14 0.73 0.01 48.26 0.98 0.63
Hex FD D9 45 0 E 49 1 30 62 3F
Octal 375 331 105 0 16 111 1 60 142 77
Binary 11111101 11011001 1000101 0 1110 1001001 1 110000 1100010 111111

Color Harmonies of #FDD945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD945

Black with #FDD945

Text Example


Text Example

White with #FDD945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD945; }

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

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

background-color css

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

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

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

border-color css

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

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

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