Html Css Color HEX #F5BD68 Harvest Gold

📋 copy color: '#F5BD68'

red 245 ◦ green 189 ◦ blue 104

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

Shades of Harvest Gold #F5BD68

Tints of Harvest Gold #F5BD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.33%

R = 45.54%
G = 35.13%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5BD68 (or 0xF5BD68) is known color: Harvest Gold. HEX triplet: F5, BD and 68. RGB value is (245,189,104). Sum of RGB (Red+Green+Blue) = 245+189+104=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD68 is #0A4297. Grayscale: #C4C4C4. Windows color (decimal): -672408 or 6864373. OLE color: 6864373.

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

Color convert

RGB 245 189 104 -
CMYK 0 0.23 0.58 0.04
HSL 36.17º 0.88% 0.68% -
HSV(B) 36.17º 0.58% 0.96% -
XYZ 58.35 56.81 20.99 -
YUV 196.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 245 189 104 0 0.23 0.58 0.04 36.17 0.88 0.68
Hex F5 BD 68 0 17 3A 4 24 58 44
Octal 365 275 150 0 27 72 4 44 130 104
Binary 11110101 10111101 1101000 0 10111 111010 100 100100 1011000 1000100

Color Harmonies of #F5BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD68

Black with #F5BD68

Text Example


Text Example

White with #F5BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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