Html Css Color HEX #F7BD65 Harvest Gold

📋 copy color: '#F7BD65'

red 247 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #F7BD65

Tints of Harvest Gold #F7BD65

RGB

 RED value IS 247 (96.88% from 255) = 46%

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 46%
G = 35.2%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7BD65 (or 0xF7BD65) is known color: Harvest Gold. HEX triplet: F7, BD and 65. RGB value is (247,189,101). Sum of RGB (Red+Green+Blue) = 247+189+101=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD65 is #08429A. Grayscale: #C4C4C4. Windows color (decimal): -541339 or 6667767. OLE color: 6667767.

HSL color Cylindrical-coordinate representation of color #F7BD65: hue angle of 36.16º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7BD65 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 189 101 -
CMYK 0 0.23 0.59 0.03
HSL 36.16º 0.9% 0.68% -
HSV(B) 36.16º 0.59% 0.97% -
XYZ 58.9 57.11 20.23 -
YUV 196.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 247 189 101 0 0.23 0.59 0.03 36.16 0.9 0.68
Hex F7 BD 65 0 17 3B 3 24 5A 44
Octal 367 275 145 0 27 73 3 44 132 104
Binary 11110111 10111101 1100101 0 10111 111011 11 100100 1011010 1000100

Color Harmonies of #F7BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD65

Black with #F7BD65

Text Example


Text Example

White with #F7BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD65; }

 p { color: rgb(247,189,101); }

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

background-color css

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

 a { background-color: rgb(247,189,101); }

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

border-color css

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

 span { border-color: rgb(247,189,101); }

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