Html Css Color HEX #FED74A Energy Yellow

📋 copy color: '#FED74A'

red 254 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #FED74A

Tints of Energy Yellow #FED74A

RGB

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

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

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

R = 46.78%
G = 39.59%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED74A (or 0xFED74A) is known color: Energy Yellow. HEX triplet: FE, D7 and 4A. RGB value is (254,215,74). Sum of RGB (Red+Green+Blue) = 254+215+74=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED74A is #0128B5. Grayscale: #D3D3D3. Windows color (decimal): -75958 or 4904958. OLE color: 4904958.

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

Color convert

RGB 254 215 74 -
CMYK 0 0.15 0.71 0.00
HSL 47º 0.99% 0.64% -
HSV(B) 47º 0.71% 1% -
XYZ 66.41 70.17 16.52 -
YUV 210.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 254 215 74 0 0.15 0.71 0.00 47 0.99 0.64
Hex FE D7 4A 0 F 47 0 2F 63 40
Octal 376 327 112 0 17 107 0 57 143 100
Binary 11111110 11010111 1001010 0 1111 1000111 0 101111 1100011 1000000

Color Harmonies of #FED74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED74A

Black with #FED74A

Text Example


Text Example

White with #FED74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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