Html Css Color HEX #FDD74A Energy Yellow

📋 copy color: '#FDD74A'

red 253 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #FDD74A

Tints of Energy Yellow #FDD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.67%

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

R = 46.68%
G = 39.67%
B = 13.65%

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

#FDD74A (or 0xFDD74A) is known color: Energy Yellow. HEX triplet: FD, D7 and 4A. RGB value is (253,215,74). Sum of RGB (Red+Green+Blue) = 253+215+74=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD74A is #0228B5. Grayscale: #D2D2D2. Windows color (decimal): -141494 or 4904957. OLE color: 4904957.

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

Color convert

RGB 253 215 74 -
CMYK 0 0.15 0.71 0.01
HSL 47.26º 0.98% 0.64% -
HSV(B) 47.26º 0.71% 0.99% -
XYZ 66.04 69.98 16.5 -
YUV 210.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 253 215 74 0 0.15 0.71 0.01 47.26 0.98 0.64
Hex FD D7 4A 0 F 47 1 2F 62 40
Octal 375 327 112 0 17 107 1 57 142 100
Binary 11111101 11010111 1001010 0 1111 1000111 1 101111 1100010 1000000

Color Harmonies of #FDD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD74A

Black with #FDD74A

Text Example


Text Example

White with #FDD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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