Html Css Color HEX #F5BD65 Harvest Gold

📋 copy color: '#F5BD65'

red 245 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #F5BD65

Tints of Harvest Gold #F5BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.88%

R = 45.79%
G = 35.33%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5BD65 (or 0xF5BD65) is known color: Harvest Gold. HEX triplet: F5, BD and 65. RGB value is (245,189,101). Sum of RGB (Red+Green+Blue) = 245+189+101=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD65 is #0A429A. Grayscale: #C4C4C4. Windows color (decimal): -672411 or 6667765. OLE color: 6667765.

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

Color convert

RGB 245 189 101 -
CMYK 0 0.23 0.59 0.04
HSL 36.67º 0.88% 0.68% -
HSV(B) 36.67º 0.59% 0.96% -
XYZ 58.2 56.75 20.2 -
YUV 195.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 245 189 101 0 0.23 0.59 0.04 36.67 0.88 0.68
Hex F5 BD 65 0 17 3B 4 25 58 44
Octal 365 275 145 0 27 73 4 45 130 104
Binary 11110101 10111101 1100101 0 10111 111011 100 100101 1011000 1000100

Color Harmonies of #F5BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD65

Black with #F5BD65

Text Example


Text Example

White with #F5BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD65; }

 p { color: rgb(245,189,101); }

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

background-color css

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

 a { background-color: rgb(245,189,101); }

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

border-color css

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

 span { border-color: rgb(245,189,101); }

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