Html Css Color HEX #F5BA6B Harvest Gold

📋 copy color: '#F5BA6B'

red 245 ◦ green 186 ◦ blue 107

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

Shades of Harvest Gold #F5BA6B

Tints of Harvest Gold #F5BA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 45.54%
G = 34.57%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5BA6B (or 0xF5BA6B) is known color: Harvest Gold. HEX triplet: F5, BA and 6B. RGB value is (245,186,107). Sum of RGB (Red+Green+Blue) = 245+186+107=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA6B is #0A4594. Grayscale: #C3C3C3. Windows color (decimal): -673173 or 7060213. OLE color: 7060213.

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

Color convert

RGB 245 186 107 -
CMYK 0 0.24 0.56 0.04
HSL 34.35º 0.87% 0.69% -
HSV(B) 34.35º 0.56% 0.96% -
XYZ 57.87 55.59 21.59 -
YUV 194.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 245 186 107 0 0.24 0.56 0.04 34.35 0.87 0.69
Hex F5 BA 6B 0 18 38 4 22 57 45
Octal 365 272 153 0 30 70 4 42 127 105
Binary 11110101 10111010 1101011 0 11000 111000 100 100010 1010111 1000101

Color Harmonies of #F5BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA6B

Black with #F5BA6B

Text Example


Text Example

White with #F5BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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