Html Css Color HEX #FDD54A Energy Yellow

📋 copy color: '#FDD54A'

red 253 ◦ green 213 ◦ blue 74

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

Shades of Energy Yellow #FDD54A

Tints of Energy Yellow #FDD54A

RGB

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

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

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

R = 46.85%
G = 39.44%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDD54A (or 0xFDD54A) is known color: Energy Yellow. HEX triplet: FD, D5 and 4A. RGB value is (253,213,74). Sum of RGB (Red+Green+Blue) = 253+213+74=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD54A is #022AB5. Grayscale: #D1D1D1. Windows color (decimal): -142006 or 4904445. OLE color: 4904445.

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

Color convert

RGB 253 213 74 -
CMYK 0 0.16 0.71 0.01
HSL 46.59º 0.98% 0.64% -
HSV(B) 46.59º 0.71% 0.99% -
XYZ 65.54 68.97 16.34 -
YUV 209.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 253 213 74 0 0.16 0.71 0.01 46.59 0.98 0.64
Hex FD D5 4A 0 10 47 1 2F 62 40
Octal 375 325 112 0 20 107 1 57 142 100
Binary 11111101 11010101 1001010 0 10000 1000111 1 101111 1100010 1000000

Color Harmonies of #FDD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD54A

Black with #FDD54A

Text Example


Text Example

White with #FDD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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