Html Css Color HEX #F7BD64 Harvest Gold

📋 copy color: '#F7BD64'

red 247 ◦ green 189 ◦ blue 100

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

Shades of Harvest Gold #F7BD64

Tints of Harvest Gold #F7BD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 46.08%
G = 35.26%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7BD64 (or 0xF7BD64) is known color: Harvest Gold. HEX triplet: F7, BD and 64. RGB value is (247,189,100). Sum of RGB (Red+Green+Blue) = 247+189+100=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD64 is #08429B. Grayscale: #C4C4C4. Windows color (decimal): -541340 or 6602231. OLE color: 6602231.

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

Color convert

RGB 247 189 100 -
CMYK 0 0.23 0.60 0.03
HSL 36.33º 0.9% 0.68% -
HSV(B) 36.33º 0.6% 0.97% -
XYZ 58.86 57.09 19.97 -
YUV 196.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 247 189 100 0 0.23 0.60 0.03 36.33 0.9 0.68
Hex F7 BD 64 0 17 3C 3 24 5A 44
Octal 367 275 144 0 27 74 3 44 132 104
Binary 11110111 10111101 1100100 0 10111 111100 11 100100 1011010 1000100

Color Harmonies of #F7BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD64

Black with #F7BD64

Text Example


Text Example

White with #F7BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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