Html Css Color HEX #F5BA61 Harvest Gold

📋 copy color: '#F5BA61'

red 245 ◦ green 186 ◦ blue 97

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

Shades of Harvest Gold #F5BA61

Tints of Harvest Gold #F5BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 46.4%
G = 35.23%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F5BA61 (or 0xF5BA61) is known color: Harvest Gold. HEX triplet: F5, BA and 61. RGB value is (245,186,97). Sum of RGB (Red+Green+Blue) = 245+186+97=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA61 is #0A459E. Grayscale: #C1C1C1. Windows color (decimal): -673183 or 6404853. OLE color: 6404853.

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

Color convert

RGB 245 186 97 -
CMYK 0 0.24 0.60 0.04
HSL 36.08º 0.88% 0.67% -
HSV(B) 36.08º 0.6% 0.96% -
XYZ 57.37 55.39 18.98 -
YUV 193.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 245 186 97 0 0.24 0.60 0.04 36.08 0.88 0.67
Hex F5 BA 61 0 18 3C 4 24 58 43
Octal 365 272 141 0 30 74 4 44 130 103
Binary 11110101 10111010 1100001 0 11000 111100 100 100100 1011000 1000011

Color Harmonies of #F5BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA61

Black with #F5BA61

Text Example


Text Example

White with #F5BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA61; }

 p { color: rgb(245,186,97); }

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

background-color css

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

 a { background-color: rgb(245,186,97); }

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

border-color css

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

 span { border-color: rgb(245,186,97); }

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