Html Css Color HEX #FED74D Energy Yellow

📋 copy color: '#FED74D'

red 254 ◦ green 215 ◦ blue 77

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

Shades of Energy Yellow #FED74D

Tints of Energy Yellow #FED74D

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

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

 BLUE value IS 77 (30.47% from 255) = 14.1%

R = 46.52%
G = 39.38%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED74D (or 0xFED74D) is known color: Energy Yellow. HEX triplet: FE, D7 and 4D. RGB value is (254,215,77). Sum of RGB (Red+Green+Blue) = 254+215+77=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED74D is #0128B2. Grayscale: #D3D3D3. Windows color (decimal): -75955 or 5101566. OLE color: 5101566.

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

Color convert

RGB 254 215 77 -
CMYK 0 0.15 0.70 0.00
HSL 46.78º 0.99% 0.65% -
HSV(B) 46.78º 0.7% 1% -
XYZ 66.51 70.21 17.07 -
YUV 210.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 254 215 77 0 0.15 0.70 0.00 46.78 0.99 0.65
Hex FE D7 4D 0 F 46 0 2F 63 41
Octal 376 327 115 0 17 106 0 57 143 101
Binary 11111110 11010111 1001101 0 1111 1000110 0 101111 1100011 1000001

Color Harmonies of #FED74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED74D

Black with #FED74D

Text Example


Text Example

White with #FED74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED74D; }

 p { color: rgb(254,215,77); }

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

background-color css

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

 a { background-color: rgb(254,215,77); }

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

border-color css

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

 span { border-color: rgb(254,215,77); }

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