Html Css Color HEX #FDDD49 Energy Yellow

📋 copy color: '#FDDD49'

red 253 ◦ green 221 ◦ blue 73

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

Shades of Energy Yellow #FDDD49

Tints of Energy Yellow #FDDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 46.25%
G = 40.4%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDDD49 (or 0xFDDD49) is known color: Energy Yellow. HEX triplet: FD, DD and 49. RGB value is (253,221,73). Sum of RGB (Red+Green+Blue) = 253+221+73=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD49 is #0222B6. Grayscale: #D6D6D6. Windows color (decimal): -139959 or 4840957. OLE color: 4840957.

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

Color convert

RGB 253 221 73 -
CMYK 0 0.13 0.71 0.01
HSL 49.33º 0.98% 0.64% -
HSV(B) 49.33º 0.71% 0.99% -
XYZ 67.57 73.08 16.85 -
YUV 213.7 48.6 156.03 -
System Red Green Blue C M Y K H S L
Decimal 253 221 73 0 0.13 0.71 0.01 49.33 0.98 0.64
Hex FD DD 49 0 D 47 1 31 62 40
Octal 375 335 111 0 15 107 1 61 142 100
Binary 11111101 11011101 1001001 0 1101 1000111 1 110001 1100010 1000000

Color Harmonies of #FDDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD49

Black with #FDDD49

Text Example


Text Example

White with #FDDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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