Html Css Color HEX #F5B66E Harvest Gold

📋 copy color: '#F5B66E'

red 245 ◦ green 182 ◦ blue 110

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

Shades of Harvest Gold #F5B66E

Tints of Harvest Gold #F5B66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.89%

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 45.62%
G = 33.89%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5B66E (or 0xF5B66E) is known color: Harvest Gold. HEX triplet: F5, B6 and 6E. RGB value is (245,182,110). Sum of RGB (Red+Green+Blue) = 245+182+110=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B66E is #0A4991. Grayscale: #C0C0C0. Windows color (decimal): -674194 or 7255797. OLE color: 7255797.

HSL color Cylindrical-coordinate representation of color #F5B66E: hue angle of 32º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5B66E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 182 110 -
CMYK 0 0.26 0.55 0.04
HSL 32º 0.87% 0.7% -
HSV(B) 32º 0.55% 0.96% -
XYZ 57.2 53.99 22.16 -
YUV 192.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 245 182 110 0 0.26 0.55 0.04 32 0.87 0.7
Hex F5 B6 6E 0 1A 37 4 20 57 46
Octal 365 266 156 0 32 67 4 40 127 106
Binary 11110101 10110110 1101110 0 11010 110111 100 100000 1010111 1000110

Color Harmonies of #F5B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B66E

Black with #F5B66E

Text Example


Text Example

White with #F5B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B66E; }

 p { color: rgb(245,182,110); }

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

background-color css

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

 a { background-color: rgb(245,182,110); }

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

border-color css

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

 span { border-color: rgb(245,182,110); }

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