Html Css Color HEX #FDDC48 Energy Yellow

📋 copy color: '#FDDC48'

red 253 ◦ green 220 ◦ blue 72

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

Shades of Energy Yellow #FDDC48

Tints of Energy Yellow #FDDC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 72 (28.52% from 255) = 13.21%

R = 46.42%
G = 40.37%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDDC48 (or 0xFDDC48) is known color: Energy Yellow. HEX triplet: FD, DC and 48. RGB value is (253,220,72). Sum of RGB (Red+Green+Blue) = 253+220+72=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC48 is #0223B7. Grayscale: #D5D5D5. Windows color (decimal): -140216 or 4775165. OLE color: 4775165.

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

Color convert

RGB 253 220 72 -
CMYK 0 0.13 0.72 0.01
HSL 49.06º 0.98% 0.64% -
HSV(B) 49.06º 0.72% 0.99% -
XYZ 67.27 72.54 16.59 -
YUV 213 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 253 220 72 0 0.13 0.72 0.01 49.06 0.98 0.64
Hex FD DC 48 0 D 48 1 31 62 40
Octal 375 334 110 0 15 110 1 61 142 100
Binary 11111101 11011100 1001000 0 1101 1001000 1 110001 1100010 1000000

Color Harmonies of #FDDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC48

Black with #FDDC48

Text Example


Text Example

White with #FDDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC48; }

 p { color: rgb(253,220,72); }

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

background-color css

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

 a { background-color: rgb(253,220,72); }

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

border-color css

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

 span { border-color: rgb(253,220,72); }

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