Html Css Color HEX #F5BC60 Harvest Gold

📋 copy color: '#F5BC60'

red 245 ◦ green 188 ◦ blue 96

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

Shades of Harvest Gold #F5BC60

Tints of Harvest Gold #F5BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 96 (37.89% from 255) = 18.15%

R = 46.31%
G = 35.54%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5BC60 (or 0xF5BC60) is known color: Harvest Gold. HEX triplet: F5, BC and 60. RGB value is (245,188,96). Sum of RGB (Red+Green+Blue) = 245+188+96=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC60 is #0A439F. Grayscale: #C2C2C2. Windows color (decimal): -672672 or 6339829. OLE color: 6339829.

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

Color convert

RGB 245 188 96 -
CMYK 0 0.23 0.61 0.04
HSL 37.05º 0.88% 0.67% -
HSV(B) 37.05º 0.61% 0.96% -
XYZ 57.75 56.22 18.87 -
YUV 194.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 245 188 96 0 0.23 0.61 0.04 37.05 0.88 0.67
Hex F5 BC 60 0 17 3D 4 25 58 43
Octal 365 274 140 0 27 75 4 45 130 103
Binary 11110101 10111100 1100000 0 10111 111101 100 100101 1011000 1000011

Color Harmonies of #F5BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC60

Black with #F5BC60

Text Example


Text Example

White with #F5BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC60; }

 p { color: rgb(245,188,96); }

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

background-color css

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

 a { background-color: rgb(245,188,96); }

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

border-color css

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

 span { border-color: rgb(245,188,96); }

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