Html Css Color HEX #FDD648 Energy Yellow

📋 copy color: '#FDD648'

red 253 ◦ green 214 ◦ blue 72

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

Shades of Energy Yellow #FDD648

Tints of Energy Yellow #FDD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.7%

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

R = 46.94%
G = 39.7%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDD648 (or 0xFDD648) is known color: Energy Yellow. HEX triplet: FD, D6 and 48. RGB value is (253,214,72). Sum of RGB (Red+Green+Blue) = 253+214+72=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD648 is #0229B7. Grayscale: #D2D2D2. Windows color (decimal): -141752 or 4773629. OLE color: 4773629.

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

Color convert

RGB 253 214 72 -
CMYK 0 0.15 0.72 0.01
HSL 47.07º 0.98% 0.64% -
HSV(B) 47.07º 0.72% 0.99% -
XYZ 65.72 69.44 16.07 -
YUV 209.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 253 214 72 0 0.15 0.72 0.01 47.07 0.98 0.64
Hex FD D6 48 0 F 48 1 2F 62 40
Octal 375 326 110 0 17 110 1 57 142 100
Binary 11111101 11010110 1001000 0 1111 1001000 1 101111 1100010 1000000

Color Harmonies of #FDD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD648

Black with #FDD648

Text Example


Text Example

White with #FDD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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