Html Css Color HEX #F6C264 Harvest Gold

📋 copy color: '#F6C264'

red 246 ◦ green 194 ◦ blue 100

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

Shades of Harvest Gold #F6C264

Tints of Harvest Gold #F6C264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.93%

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

R = 45.56%
G = 35.93%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6C264 (or 0xF6C264) is known color: Harvest Gold. HEX triplet: F6, C2 and 64. RGB value is (246,194,100). Sum of RGB (Red+Green+Blue) = 246+194+100=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C264 is #093D9B. Grayscale: #C7C7C7. Windows color (decimal): -605596 or 6603510. OLE color: 6603510.

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

Color convert

RGB 246 194 100 -
CMYK 0 0.21 0.59 0.04
HSL 38.63º 0.89% 0.68% -
HSV(B) 38.63º 0.59% 0.96% -
XYZ 59.6 59.1 20.32 -
YUV 198.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 246 194 100 0 0.21 0.59 0.04 38.63 0.89 0.68
Hex F6 C2 64 0 15 3B 4 27 59 44
Octal 366 302 144 0 25 73 4 47 131 104
Binary 11110110 11000010 1100100 0 10101 111011 100 100111 1011001 1000100

Color Harmonies of #F6C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C264

Black with #F6C264

Text Example


Text Example

White with #F6C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C264; }

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

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

background-color css

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

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

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

border-color css

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

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

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