Html Css Color HEX #F5BD73 Harvest Gold

📋 copy color: '#F5BD73'

red 245 ◦ green 189 ◦ blue 115

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

Shades of Harvest Gold #F5BD73

Tints of Harvest Gold #F5BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

 BLUE value IS 115 (45.31% from 255) = 20.95%

R = 44.63%
G = 34.43%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5BD73 (or 0xF5BD73) is known color: Harvest Gold. HEX triplet: F5, BD and 73. RGB value is (245,189,115). Sum of RGB (Red+Green+Blue) = 245+189+115=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD73 is #0A428C. Grayscale: #C5C5C5. Windows color (decimal): -672397 or 7585269. OLE color: 7585269.

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

Color convert

RGB 245 189 115 -
CMYK 0 0.23 0.53 0.04
HSL 34.15º 0.87% 0.71% -
HSV(B) 34.15º 0.53% 0.96% -
XYZ 58.95 57.05 24.12 -
YUV 197.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 245 189 115 0 0.23 0.53 0.04 34.15 0.87 0.71
Hex F5 BD 73 0 17 35 4 22 57 47
Octal 365 275 163 0 27 65 4 42 127 107
Binary 11110101 10111101 1110011 0 10111 110101 100 100010 1010111 1000111

Color Harmonies of #F5BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD73

Black with #F5BD73

Text Example


Text Example

White with #F5BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD73; }

 p { color: rgb(245,189,115); }

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

background-color css

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

 a { background-color: rgb(245,189,115); }

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

border-color css

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

 span { border-color: rgb(245,189,115); }

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