Html Css Color HEX #FED78A Golden Glow

📋 copy color: '#FED78A'

red 254 ◦ green 215 ◦ blue 138

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

Shades of Golden Glow #FED78A

Tints of Golden Glow #FED78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.73%

R = 41.85%
G = 35.42%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FED78A (or 0xFED78A) is known color: Golden Glow. HEX triplet: FE, D7 and 8A. RGB value is (254,215,138). Sum of RGB (Red+Green+Blue) = 254+215+138=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED78A is #012875. Grayscale: #DADADA. Windows color (decimal): -75894 or 9099262. OLE color: 9099262.

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

Color convert

RGB 254 215 138 -
CMYK 0 0.15 0.46 0.00
HSL 39.83º 0.98% 0.77% -
HSV(B) 39.83º 0.46% 1% -
XYZ 69.76 71.51 34.17 -
YUV 217.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 254 215 138 0 0.15 0.46 0.00 39.83 0.98 0.77
Hex FE D7 8A 0 F 2E 0 28 62 4D
Octal 376 327 212 0 17 56 0 50 142 115
Binary 11111110 11010111 10001010 0 1111 101110 0 101000 1100010 1001101

Color Harmonies of #FED78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED78A

Black with #FED78A

Text Example


Text Example

White with #FED78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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