Html Css Color HEX #F5D679 Golden Glow

📋 copy color: '#F5D679'

red 245 ◦ green 214 ◦ blue 121

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

Shades of Golden Glow #F5D679

Tints of Golden Glow #F5D679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 121 (47.66% from 255) = 20.86%

R = 42.24%
G = 36.9%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5D679 (or 0xF5D679) is known color: Golden Glow. HEX triplet: F5, D6 and 79. RGB value is (245,214,121). Sum of RGB (Red+Green+Blue) = 245+214+121=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D679 is #0A2986. Grayscale: #D5D5D5. Windows color (decimal): -665991 or 7984885. OLE color: 7984885.

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

Color convert

RGB 245 214 121 -
CMYK 0 0.13 0.51 0.04
HSL 45º 0.86% 0.72% -
HSV(B) 45º 0.51% 0.96% -
XYZ 65.15 68.89 27.95 -
YUV 212.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 245 214 121 0 0.13 0.51 0.04 45 0.86 0.72
Hex F5 D6 79 0 D 33 4 2D 56 48
Octal 365 326 171 0 15 63 4 55 126 110
Binary 11110101 11010110 1111001 0 1101 110011 100 101101 1010110 1001000

Color Harmonies of #F5D679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D679

Black with #F5D679

Text Example


Text Example

White with #F5D679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D679; }

 p { color: rgb(245,214,121); }

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

background-color css

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

 a { background-color: rgb(245,214,121); }

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

border-color css

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

 span { border-color: rgb(245,214,121); }

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