Html Css Color HEX #F7C065 Harvest Gold

📋 copy color: '#F7C065'

red 247 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #F7C065

Tints of Harvest Gold #F7C065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

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

R = 45.74%
G = 35.56%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F7C065 (or 0xF7C065) is known color: Harvest Gold. HEX triplet: F7, C0 and 65. RGB value is (247,192,101). Sum of RGB (Red+Green+Blue) = 247+192+101=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C065 is #083F9A. Grayscale: #C6C6C6. Windows color (decimal): -540571 or 6668535. OLE color: 6668535.

HSL color Cylindrical-coordinate representation of color #F7C065: hue angle of 37.4º 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 #F7C065 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 192 101 -
CMYK 0 0.22 0.59 0.03
HSL 37.4º 0.9% 0.68% -
HSV(B) 37.4º 0.59% 0.97% -
XYZ 59.56 58.41 20.45 -
YUV 198.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 247 192 101 0 0.22 0.59 0.03 37.4 0.9 0.68
Hex F7 C0 65 0 16 3B 3 25 5A 44
Octal 367 300 145 0 26 73 3 45 132 104
Binary 11110111 11000000 1100101 0 10110 111011 11 100101 1011010 1000100

Color Harmonies of #F7C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C065

Black with #F7C065

Text Example


Text Example

White with #F7C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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