Html Css Color HEX #FED785 Golden Glow

📋 copy color: '#FED785'

red 254 ◦ green 215 ◦ blue 133

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

Shades of Golden Glow #FED785

Tints of Golden Glow #FED785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.09%

R = 42.19%
G = 35.71%
B = 22.09%

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

#FED785 (or 0xFED785) is known color: Golden Glow. HEX triplet: FE, D7 and 85. RGB value is (254,215,133). Sum of RGB (Red+Green+Blue) = 254+215+133=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED785 is #01287A. Grayscale: #D9D9D9. Windows color (decimal): -75899 or 8771582. OLE color: 8771582.

HSL color Cylindrical-coordinate representation of color #FED785: hue angle of 40.66º 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 #FED785 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 133 -
CMYK 0 0.15 0.48 0.00
HSL 40.66º 0.98% 0.76% -
HSV(B) 40.66º 0.48% 1% -
XYZ 69.41 71.37 32.31 -
YUV 217.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 254 215 133 0 0.15 0.48 0.00 40.66 0.98 0.76
Hex FE D7 85 0 F 30 0 29 62 4C
Octal 376 327 205 0 17 60 0 51 142 114
Binary 11111110 11010111 10000101 0 1111 110000 0 101001 1100010 1001100

Color Harmonies of #FED785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED785

Black with #FED785

Text Example


Text Example

White with #FED785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED785; }

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

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

background-color css

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

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

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

border-color css

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

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

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