Html Css Color HEX #F5B970 Harvest Gold

📋 copy color: '#F5B970'

red 245 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #F5B970

Tints of Harvest Gold #F5B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 112 (44.14% from 255) = 20.66%

R = 45.2%
G = 34.13%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5B970 (or 0xF5B970) is known color: Harvest Gold. HEX triplet: F5, B9 and 70. RGB value is (245,185,112). Sum of RGB (Red+Green+Blue) = 245+185+112=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B970 is #0A468F. Grayscale: #C2C2C2. Windows color (decimal): -673424 or 7387637. OLE color: 7387637.

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

Color convert

RGB 245 185 112 -
CMYK 0 0.24 0.54 0.04
HSL 32.93º 0.87% 0.7% -
HSV(B) 32.93º 0.54% 0.96% -
XYZ 57.93 55.28 22.95 -
YUV 194.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 245 185 112 0 0.24 0.54 0.04 32.93 0.87 0.7
Hex F5 B9 70 0 18 36 4 21 57 46
Octal 365 271 160 0 30 66 4 41 127 106
Binary 11110101 10111001 1110000 0 11000 110110 100 100001 1010111 1000110

Color Harmonies of #F5B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B970

Black with #F5B970

Text Example


Text Example

White with #F5B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B970; }

 p { color: rgb(245,185,112); }

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

background-color css

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

 a { background-color: rgb(245,185,112); }

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

border-color css

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

 span { border-color: rgb(245,185,112); }

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