Html Css Color HEX #FDD649 Energy Yellow

📋 copy color: '#FDD649'

red 253 ◦ green 214 ◦ blue 73

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

Shades of Energy Yellow #FDD649

Tints of Energy Yellow #FDD649

RGB

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

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

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

R = 46.85%
G = 39.63%
B = 13.52%

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

#FDD649 (or 0xFDD649) is known color: Energy Yellow. HEX triplet: FD, D6 and 49. RGB value is (253,214,73). Sum of RGB (Red+Green+Blue) = 253+214+73=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD649 is #0229B6. Grayscale: #D2D2D2. Windows color (decimal): -141751 or 4839165. OLE color: 4839165.

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

Color convert

RGB 253 214 73 -
CMYK 0 0.15 0.71 0.01
HSL 47º 0.98% 0.64% -
HSV(B) 47º 0.71% 0.99% -
XYZ 65.76 69.46 16.24 -
YUV 209.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 253 214 73 0 0.15 0.71 0.01 47 0.98 0.64
Hex FD D6 49 0 F 47 1 2F 62 40
Octal 375 326 111 0 17 107 1 57 142 100
Binary 11111101 11010110 1001001 0 1111 1000111 1 101111 1100010 1000000

Color Harmonies of #FDD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD649

Black with #FDD649

Text Example


Text Example

White with #FDD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD649; }

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

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

background-color css

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

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

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

border-color css

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

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

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