Html Css Color HEX #F5D77C Golden Glow

📋 copy color: '#F5D77C'

red 245 ◦ green 215 ◦ blue 124

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

Shades of Golden Glow #F5D77C

Tints of Golden Glow #F5D77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.23%

R = 41.95%
G = 36.82%
B = 21.23%

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

#F5D77C (or 0xF5D77C) is known color: Golden Glow. HEX triplet: F5, D7 and 7C. RGB value is (245,215,124). Sum of RGB (Red+Green+Blue) = 245+215+124=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D77C is #0A2883. Grayscale: #D5D5D5. Windows color (decimal): -665732 or 8181749. OLE color: 8181749.

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

Color convert

RGB 245 215 124 -
CMYK 0 0.12 0.49 0.04
HSL 45.12º 0.86% 0.72% -
HSV(B) 45.12º 0.49% 0.96% -
XYZ 65.59 69.47 29.02 -
YUV 213.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 245 215 124 0 0.12 0.49 0.04 45.12 0.86 0.72
Hex F5 D7 7C 0 C 31 4 2D 56 48
Octal 365 327 174 0 14 61 4 55 126 110
Binary 11110101 11010111 1111100 0 1100 110001 100 101101 1010110 1001000

Color Harmonies of #F5D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D77C

Black with #F5D77C

Text Example


Text Example

White with #F5D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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