Html Css Color HEX #F3BA64 Harvest Gold

📋 copy color: '#F3BA64'

red 243 ◦ green 186 ◦ blue 100

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

Shades of Harvest Gold #F3BA64

Tints of Harvest Gold #F3BA64

RGB

 RED value IS 243 (95.31% from 255) = 45.94%

 GREEN value IS 186 (73.05% from 255) = 35.16%

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

R = 45.94%
G = 35.16%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F3BA64 (or 0xF3BA64) is known color: Harvest Gold. HEX triplet: F3, BA and 64. RGB value is (243,186,100). Sum of RGB (Red+Green+Blue) = 243+186+100=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA64 is #0C459B. Grayscale: #C1C1C1. Windows color (decimal): -804252 or 6601459. OLE color: 6601459.

HSL color Cylindrical-coordinate representation of color #F3BA64: hue angle of 36.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3BA64 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 186 100 -
CMYK 0 0.23 0.59 0.05
HSL 36.08º 0.86% 0.67% -
HSV(B) 36.08º 0.59% 0.95% -
XYZ 56.82 55.09 19.7 -
YUV 193.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 243 186 100 0 0.23 0.59 0.05 36.08 0.86 0.67
Hex F3 BA 64 0 17 3B 5 24 56 43
Octal 363 272 144 0 27 73 5 44 126 103
Binary 11110011 10111010 1100100 0 10111 111011 101 100100 1010110 1000011

Color Harmonies of #F3BA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA64

Black with #F3BA64

Text Example


Text Example

White with #F3BA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA64; }

 p { color: rgb(243,186,100); }

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

background-color css

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

 a { background-color: rgb(243,186,100); }

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

border-color css

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

 span { border-color: rgb(243,186,100); }

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