Html Css Color HEX #FDD845 Energy Yellow

📋 copy color: '#FDD845'

red 253 ◦ green 216 ◦ blue 69

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

Shades of Energy Yellow #FDD845

Tints of Energy Yellow #FDD845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

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

R = 47.03%
G = 40.15%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDD845 (or 0xFDD845) is known color: Energy Yellow. HEX triplet: FD, D8 and 45. RGB value is (253,216,69). Sum of RGB (Red+Green+Blue) = 253+216+69=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD845 is #0227BA. Grayscale: #D2D2D2. Windows color (decimal): -141243 or 4577533. OLE color: 4577533.

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

Color convert

RGB 253 216 69 -
CMYK 0 0.15 0.73 0.01
HSL 47.93º 0.98% 0.63% -
HSV(B) 47.93º 0.73% 0.99% -
XYZ 66.14 70.42 15.74 -
YUV 210.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 253 216 69 0 0.15 0.73 0.01 47.93 0.98 0.63
Hex FD D8 45 0 F 49 1 30 62 3F
Octal 375 330 105 0 17 111 1 60 142 77
Binary 11111101 11011000 1000101 0 1111 1001001 1 110000 1100010 111111

Color Harmonies of #FDD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD845

Black with #FDD845

Text Example


Text Example

White with #FDD845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD845; }

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

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

background-color css

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

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

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

border-color css

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

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

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