Html Css Color HEX #FDD64A Energy Yellow

📋 copy color: '#FDD64A'

red 253 ◦ green 214 ◦ blue 74

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

Shades of Energy Yellow #FDD64A

Tints of Energy Yellow #FDD64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 46.77%
G = 39.56%
B = 13.68%

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

#FDD64A (or 0xFDD64A) is known color: Energy Yellow. HEX triplet: FD, D6 and 4A. RGB value is (253,214,74). Sum of RGB (Red+Green+Blue) = 253+214+74=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD64A is #0229B5. Grayscale: #D2D2D2. Windows color (decimal): -141750 or 4904701. OLE color: 4904701.

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

Color convert

RGB 253 214 74 -
CMYK 0 0.15 0.71 0.01
HSL 46.93º 0.98% 0.64% -
HSV(B) 46.93º 0.71% 0.99% -
XYZ 65.79 69.47 16.42 -
YUV 209.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 253 214 74 0 0.15 0.71 0.01 46.93 0.98 0.64
Hex FD D6 4A 0 F 47 1 2F 62 40
Octal 375 326 112 0 17 107 1 57 142 100
Binary 11111101 11010110 1001010 0 1111 1000111 1 101111 1100010 1000000

Color Harmonies of #FDD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD64A

Black with #FDD64A

Text Example


Text Example

White with #FDD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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