Html Css Color HEX #F5D672 Golden Glow

📋 copy color: '#F5D672'

red 245 ◦ green 214 ◦ blue 114

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

Shades of Golden Glow #F5D672

Tints of Golden Glow #F5D672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.9%

R = 42.76%
G = 37.35%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5D672 (or 0xF5D672) is known color: Golden Glow. HEX triplet: F5, D6 and 72. RGB value is (245,214,114). Sum of RGB (Red+Green+Blue) = 245+214+114=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D672 is #0A298D. Grayscale: #D4D4D4. Windows color (decimal): -665998 or 7526133. OLE color: 7526133.

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

Color convert

RGB 245 214 114 -
CMYK 0 0.13 0.53 0.04
HSL 45.8º 0.87% 0.7% -
HSV(B) 45.8º 0.53% 0.96% -
XYZ 64.74 68.72 25.77 -
YUV 211.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 245 214 114 0 0.13 0.53 0.04 45.8 0.87 0.7
Hex F5 D6 72 0 D 35 4 2E 57 46
Octal 365 326 162 0 15 65 4 56 127 106
Binary 11110101 11010110 1110010 0 1101 110101 100 101110 1010111 1000110

Color Harmonies of #F5D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D672

Black with #F5D672

Text Example


Text Example

White with #F5D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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