Html Css Color HEX #FDD849 Energy Yellow

📋 copy color: '#FDD849'

red 253 ◦ green 216 ◦ blue 73

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

Shades of Energy Yellow #FDD849

Tints of Energy Yellow #FDD849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 46.68%
G = 39.85%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDD849 (or 0xFDD849) is known color: Energy Yellow. HEX triplet: FD, D8 and 49. RGB value is (253,216,73). Sum of RGB (Red+Green+Blue) = 253+216+73=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD849 is #0227B6. Grayscale: #D3D3D3. Windows color (decimal): -141239 or 4839677. OLE color: 4839677.

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

Color convert

RGB 253 216 73 -
CMYK 0 0.15 0.71 0.01
HSL 47.67º 0.98% 0.64% -
HSV(B) 47.67º 0.71% 0.99% -
XYZ 66.27 70.48 16.41 -
YUV 210.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 253 216 73 0 0.15 0.71 0.01 47.67 0.98 0.64
Hex FD D8 49 0 F 47 1 30 62 40
Octal 375 330 111 0 17 107 1 60 142 100
Binary 11111101 11011000 1001001 0 1111 1000111 1 110000 1100010 1000000

Color Harmonies of #FDD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD849

Black with #FDD849

Text Example


Text Example

White with #FDD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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