Html Css Color HEX #FDD84A Energy Yellow

📋 copy color: '#FDD84A'

red 253 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #FDD84A

Tints of Energy Yellow #FDD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

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

R = 46.59%
G = 39.78%
B = 13.63%

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

#FDD84A (or 0xFDD84A) is known color: Energy Yellow. HEX triplet: FD, D8 and 4A. RGB value is (253,216,74). Sum of RGB (Red+Green+Blue) = 253+216+74=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD84A is #0227B5. Grayscale: #D3D3D3. Windows color (decimal): -141238 or 4905213. OLE color: 4905213.

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

Color convert

RGB 253 216 74 -
CMYK 0 0.15 0.71 0.01
HSL 47.6º 0.98% 0.64% -
HSV(B) 47.6º 0.71% 0.99% -
XYZ 66.3 70.49 16.59 -
YUV 210.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 253 216 74 0 0.15 0.71 0.01 47.6 0.98 0.64
Hex FD D8 4A 0 F 47 1 30 62 40
Octal 375 330 112 0 17 107 1 60 142 100
Binary 11111101 11011000 1001010 0 1111 1000111 1 110000 1100010 1000000

Color Harmonies of #FDD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD84A

Black with #FDD84A

Text Example


Text Example

White with #FDD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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