Html Css Color HEX #FDD548 Energy Yellow

📋 copy color: '#FDD548'

red 253 ◦ green 213 ◦ blue 72

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

Shades of Energy Yellow #FDD548

Tints of Energy Yellow #FDD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.59%

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

R = 47.03%
G = 39.59%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDD548 (or 0xFDD548) is known color: Energy Yellow. HEX triplet: FD, D5 and 48. RGB value is (253,213,72). Sum of RGB (Red+Green+Blue) = 253+213+72=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD548 is #022AB7. Grayscale: #D1D1D1. Windows color (decimal): -142008 or 4773373. OLE color: 4773373.

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

Color convert

RGB 253 213 72 -
CMYK 0 0.16 0.72 0.01
HSL 46.74º 0.98% 0.64% -
HSV(B) 46.74º 0.72% 0.99% -
XYZ 65.47 68.94 15.99 -
YUV 208.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 253 213 72 0 0.16 0.72 0.01 46.74 0.98 0.64
Hex FD D5 48 0 10 48 1 2F 62 40
Octal 375 325 110 0 20 110 1 57 142 100
Binary 11111101 11010101 1001000 0 10000 1001000 1 101111 1100010 1000000

Color Harmonies of #FDD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD548

Black with #FDD548

Text Example


Text Example

White with #FDD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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