Html Css Color HEX #FDD74C Energy Yellow

📋 copy color: '#FDD74C'

red 253 ◦ green 215 ◦ blue 76

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

Shades of Energy Yellow #FDD74C

Tints of Energy Yellow #FDD74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.97%

R = 46.51%
G = 39.52%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDD74C (or 0xFDD74C) is known color: Energy Yellow. HEX triplet: FD, D7 and 4C. RGB value is (253,215,76). Sum of RGB (Red+Green+Blue) = 253+215+76=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD74C is #0228B3. Grayscale: #D3D3D3. Windows color (decimal): -141492 or 5036029. OLE color: 5036029.

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

Color convert

RGB 253 215 76 -
CMYK 0 0.15 0.70 0.01
HSL 47.12º 0.98% 0.65% -
HSV(B) 47.12º 0.7% 0.99% -
XYZ 66.11 70.01 16.87 -
YUV 210.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 253 215 76 0 0.15 0.70 0.01 47.12 0.98 0.65
Hex FD D7 4C 0 F 46 1 2F 62 41
Octal 375 327 114 0 17 106 1 57 142 101
Binary 11111101 11010111 1001100 0 1111 1000110 1 101111 1100010 1000001

Color Harmonies of #FDD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD74C

Black with #FDD74C

Text Example


Text Example

White with #FDD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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