Html Css Color HEX #F5B76C Harvest Gold

📋 copy color: '#F5B76C'

red 245 ◦ green 183 ◦ blue 108

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

Shades of Harvest Gold #F5B76C

Tints of Harvest Gold #F5B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 45.71%
G = 34.14%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5B76C (or 0xF5B76C) is known color: Harvest Gold. HEX triplet: F5, B7 and 6C. RGB value is (245,183,108). Sum of RGB (Red+Green+Blue) = 245+183+108=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B76C is #0A4893. Grayscale: #C1C1C1. Windows color (decimal): -673940 or 7124981. OLE color: 7124981.

HSL color Cylindrical-coordinate representation of color #F5B76C: hue angle of 32.85º 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 #F5B76C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 108 -
CMYK 0 0.25 0.56 0.04
HSL 32.85º 0.87% 0.69% -
HSV(B) 32.85º 0.56% 0.96% -
XYZ 57.3 54.36 21.66 -
YUV 192.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 245 183 108 0 0.25 0.56 0.04 32.85 0.87 0.69
Hex F5 B7 6C 0 19 38 4 21 57 45
Octal 365 267 154 0 31 70 4 41 127 105
Binary 11110101 10110111 1101100 0 11001 111000 100 100001 1010111 1000101

Color Harmonies of #F5B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B76C

Black with #F5B76C

Text Example


Text Example

White with #F5B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B76C; }

 p { color: rgb(245,183,108); }

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

background-color css

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

 a { background-color: rgb(245,183,108); }

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

border-color css

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

 span { border-color: rgb(245,183,108); }

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