Html Css Color HEX #F6C464 Harvest Gold

📋 copy color: '#F6C464'

red 246 ◦ green 196 ◦ blue 100

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

Shades of Harvest Gold #F6C464

Tints of Harvest Gold #F6C464

RGB

 RED value IS 246 (96.48% from 255) = 45.39%

 GREEN value IS 196 (76.95% from 255) = 36.16%

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

R = 45.39%
G = 36.16%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6C464 (or 0xF6C464) is known color: Harvest Gold. HEX triplet: F6, C4 and 64. RGB value is (246,196,100). Sum of RGB (Red+Green+Blue) = 246+196+100=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C464 is #093B9B. Grayscale: #C8C8C8. Windows color (decimal): -605084 or 6604022. OLE color: 6604022.

HSL color Cylindrical-coordinate representation of color #F6C464: hue angle of 39.45º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6C464 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 196 100 -
CMYK 0 0.20 0.59 0.04
HSL 39.45º 0.89% 0.68% -
HSV(B) 39.45º 0.59% 0.96% -
XYZ 60.05 59.99 20.47 -
YUV 200.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 246 196 100 0 0.20 0.59 0.04 39.45 0.89 0.68
Hex F6 C4 64 0 14 3B 4 27 59 44
Octal 366 304 144 0 24 73 4 47 131 104
Binary 11110110 11000100 1100100 0 10100 111011 100 100111 1011001 1000100

Color Harmonies of #F6C464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C464

Black with #F6C464

Text Example


Text Example

White with #F6C464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C464; }

 p { color: rgb(246,196,100); }

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

background-color css

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

 a { background-color: rgb(246,196,100); }

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

border-color css

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

 span { border-color: rgb(246,196,100); }

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