Html Css Color HEX #FDD74E Energy Yellow

📋 copy color: '#FDD74E'

red 253 ◦ green 215 ◦ blue 78

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

Shades of Energy Yellow #FDD74E

Tints of Energy Yellow #FDD74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.29%

R = 46.34%
G = 39.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDD74E (or 0xFDD74E) is known color: Energy Yellow. HEX triplet: FD, D7 and 4E. RGB value is (253,215,78). Sum of RGB (Red+Green+Blue) = 253+215+78=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD74E is #0228B1. Grayscale: #D3D3D3. Windows color (decimal): -141490 or 5167101. OLE color: 5167101.

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

Color convert

RGB 253 215 78 -
CMYK 0 0.15 0.69 0.01
HSL 46.97º 0.98% 0.65% -
HSV(B) 46.97º 0.69% 0.99% -
XYZ 66.18 70.03 17.24 -
YUV 210.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 253 215 78 0 0.15 0.69 0.01 46.97 0.98 0.65
Hex FD D7 4E 0 F 45 1 2F 62 41
Octal 375 327 116 0 17 105 1 57 142 101
Binary 11111101 11010111 1001110 0 1111 1000101 1 101111 1100010 1000001

Color Harmonies of #FDD74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD74E

Black with #FDD74E

Text Example


Text Example

White with #FDD74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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