Html Css Color HEX #FFD74A Energy Yellow

📋 copy color: '#FFD74A'

red 255 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #FFD74A

Tints of Energy Yellow #FFD74A

RGB

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

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

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

R = 46.88%
G = 39.52%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD74A (or 0xFFD74A) is known color: Energy Yellow. HEX triplet: FF, D7 and 4A. RGB value is (255,215,74). Sum of RGB (Red+Green+Blue) = 255+215+74=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD74A is #0028B5. Grayscale: #D3D3D3. Windows color (decimal): -10422 or 4904959. OLE color: 4904959.

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

Color convert

RGB 255 215 74 -
CMYK 0 0.16 0.71 0
HSL 46.74º 1% 0.65% -
HSV(B) 46.74º 0.71% 1% -
XYZ 66.78 70.36 16.54 -
YUV 210.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 255 215 74 0 0.16 0.71 0 46.74 1 0.65
Hex FF D7 4A 0 10 47 0 2F 64 41
Octal 377 327 112 0 20 107 0 57 144 101
Binary 11111111 11010111 1001010 0 10000 1000111 0 101111 1100100 1000001

Color Harmonies of #FFD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD74A

Black with #FFD74A

Text Example


Text Example

White with #FFD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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