Html Css Color HEX #F5BF68 Harvest Gold

📋 copy color: '#F5BF68'

red 245 ◦ green 191 ◦ blue 104

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

Shades of Harvest Gold #F5BF68

Tints of Harvest Gold #F5BF68

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

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

R = 45.37%
G = 35.37%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5BF68 (or 0xF5BF68) is known color: Harvest Gold. HEX triplet: F5, BF and 68. RGB value is (245,191,104). Sum of RGB (Red+Green+Blue) = 245+191+104=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BF68 is #0A4097. Grayscale: #C5C5C5. Windows color (decimal): -671896 or 6864885. OLE color: 6864885.

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

Color convert

RGB 245 191 104 -
CMYK 0 0.22 0.58 0.04
HSL 37.02º 0.88% 0.68% -
HSV(B) 37.02º 0.58% 0.96% -
XYZ 58.79 57.67 21.13 -
YUV 197.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 245 191 104 0 0.22 0.58 0.04 37.02 0.88 0.68
Hex F5 BF 68 0 16 3A 4 25 58 44
Octal 365 277 150 0 26 72 4 45 130 104
Binary 11110101 10111111 1101000 0 10110 111010 100 100101 1011000 1000100

Color Harmonies of #F5BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BF68

Black with #F5BF68

Text Example


Text Example

White with #F5BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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