Html Css Color HEX #F7BC70 Harvest Gold

📋 copy color: '#F7BC70'

red 247 ◦ green 188 ◦ blue 112

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

Shades of Harvest Gold #F7BC70

Tints of Harvest Gold #F7BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 45.16%
G = 34.37%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7BC70 (or 0xF7BC70) is known color: Harvest Gold. HEX triplet: F7, BC and 70. RGB value is (247,188,112). Sum of RGB (Red+Green+Blue) = 247+188+112=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BC70 is #08438F. Grayscale: #C5C5C5. Windows color (decimal): -541584 or 7388407. OLE color: 7388407.

HSL color Cylindrical-coordinate representation of color #F7BC70: hue angle of 33.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7BC70 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 188 112 -
CMYK 0 0.24 0.55 0.03
HSL 33.78º 0.89% 0.7% -
HSV(B) 33.78º 0.55% 0.97% -
XYZ 59.27 56.91 23.19 -
YUV 196.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 247 188 112 0 0.24 0.55 0.03 33.78 0.89 0.7
Hex F7 BC 70 0 18 37 3 22 59 46
Octal 367 274 160 0 30 67 3 42 131 106
Binary 11110111 10111100 1110000 0 11000 110111 11 100010 1011001 1000110

Color Harmonies of #F7BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC70

Black with #F7BC70

Text Example


Text Example

White with #F7BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC70; }

 p { color: rgb(247,188,112); }

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

background-color css

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

 a { background-color: rgb(247,188,112); }

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

border-color css

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

 span { border-color: rgb(247,188,112); }

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