Html Css Color HEX #F5D77D Golden Glow

📋 copy color: '#F5D77D'

red 245 ◦ green 215 ◦ blue 125

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

Shades of Golden Glow #F5D77D

Tints of Golden Glow #F5D77D

RGB

 RED value IS 245 (96.09% from 255) = 41.88%

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

 BLUE value IS 125 (49.22% from 255) = 21.37%

R = 41.88%
G = 36.75%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5D77D (or 0xF5D77D) is known color: Golden Glow. HEX triplet: F5, D7 and 7D. RGB value is (245,215,125). Sum of RGB (Red+Green+Blue) = 245+215+125=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D77D is #0A2882. Grayscale: #D6D6D6. Windows color (decimal): -665731 or 8247285. OLE color: 8247285.

HSL color Cylindrical-coordinate representation of color #F5D77D: hue angle of 45º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5D77D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 125 -
CMYK 0 0.12 0.49 0.04
HSL 45º 0.86% 0.73% -
HSV(B) 45º 0.49% 0.96% -
XYZ 65.66 69.49 29.36 -
YUV 213.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 245 215 125 0 0.12 0.49 0.04 45 0.86 0.73
Hex F5 D7 7D 0 C 31 4 2D 56 49
Octal 365 327 175 0 14 61 4 55 126 111
Binary 11110101 11010111 1111101 0 1100 110001 100 101101 1010110 1001001

Color Harmonies of #F5D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D77D

Black with #F5D77D

Text Example


Text Example

White with #F5D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D77D; }

 p { color: rgb(245,215,125); }

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

background-color css

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

 a { background-color: rgb(245,215,125); }

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

border-color css

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

 span { border-color: rgb(245,215,125); }

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