Html Css Color HEX #FED784 Golden Glow

📋 copy color: '#FED784'

red 254 ◦ green 215 ◦ blue 132

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

Shades of Golden Glow #FED784

Tints of Golden Glow #FED784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.96%

R = 42.26%
G = 35.77%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED784 (or 0xFED784) is known color: Golden Glow. HEX triplet: FE, D7 and 84. RGB value is (254,215,132). Sum of RGB (Red+Green+Blue) = 254+215+132=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED784 is #01287B. Grayscale: #D9D9D9. Windows color (decimal): -75900 or 8706046. OLE color: 8706046.

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

Color convert

RGB 254 215 132 -
CMYK 0 0.15 0.48 0.00
HSL 40.82º 0.98% 0.76% -
HSV(B) 40.82º 0.48% 1% -
XYZ 69.34 71.34 31.94 -
YUV 217.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 254 215 132 0 0.15 0.48 0.00 40.82 0.98 0.76
Hex FE D7 84 0 F 30 0 29 62 4C
Octal 376 327 204 0 17 60 0 51 142 114
Binary 11111110 11010111 10000100 0 1111 110000 0 101001 1100010 1001100

Color Harmonies of #FED784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED784

Black with #FED784

Text Example


Text Example

White with #FED784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED784; }

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

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

background-color css

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

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

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

border-color css

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

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

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