Html Css Color HEX #F5C364 Harvest Gold

📋 copy color: '#F5C364'

red 245 ◦ green 195 ◦ blue 100

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

Shades of Harvest Gold #F5C364

Tints of Harvest Gold #F5C364

RGB

 RED value IS 245 (96.09% from 255) = 45.37%

 GREEN value IS 195 (76.56% from 255) = 36.11%

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

R = 45.37%
G = 36.11%
B = 18.52%

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

#F5C364 (or 0xF5C364) is known color: Harvest Gold. HEX triplet: F5, C3 and 64. RGB value is (245,195,100). Sum of RGB (Red+Green+Blue) = 245+195+100=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C364 is #0A3C9B. Grayscale: #C7C7C7. Windows color (decimal): -670876 or 6603765. OLE color: 6603765.

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

Color convert

RGB 245 195 100 -
CMYK 0 0.20 0.59 0.04
HSL 39.31º 0.88% 0.68% -
HSV(B) 39.31º 0.59% 0.96% -
XYZ 59.47 59.36 20.38 -
YUV 199.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 245 195 100 0 0.20 0.59 0.04 39.31 0.88 0.68
Hex F5 C3 64 0 14 3B 4 27 58 44
Octal 365 303 144 0 24 73 4 47 130 104
Binary 11110101 11000011 1100100 0 10100 111011 100 100111 1011000 1000100

Color Harmonies of #F5C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C364

Black with #F5C364

Text Example


Text Example

White with #F5C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C364; }

 p { color: rgb(245,195,100); }

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

background-color css

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

 a { background-color: rgb(245,195,100); }

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

border-color css

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

 span { border-color: rgb(245,195,100); }

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