Html Css Color HEX #FFD84A Energy Yellow

📋 copy color: '#FFD84A'

red 255 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #FFD84A

Tints of Energy Yellow #FFD84A

RGB

 RED value IS 255 (100% from 255) = 46.79%

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

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

R = 46.79%
G = 39.63%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD84A (or 0xFFD84A) is known color: Energy Yellow. HEX triplet: FF, D8 and 4A. RGB value is (255,216,74). Sum of RGB (Red+Green+Blue) = 255+216+74=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD84A is #0027B5. Grayscale: #D4D4D4. Windows color (decimal): -10166 or 4905215. OLE color: 4905215.

HSL color Cylindrical-coordinate representation of color #FFD84A: hue angle of 47.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD84A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 216 74 -
CMYK 0 0.15 0.71 0
HSL 47.07º 1% 0.65% -
HSV(B) 47.07º 0.71% 1% -
XYZ 67.03 70.87 16.62 -
YUV 211.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 255 216 74 0 0.15 0.71 0 47.07 1 0.65
Hex FF D8 4A 0 F 47 0 2F 64 41
Octal 377 330 112 0 17 107 0 57 144 101
Binary 11111111 11011000 1001010 0 1111 1000111 0 101111 1100100 1000001

Color Harmonies of #FFD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD84A

Black with #FFD84A

Text Example


Text Example

White with #FFD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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