#F8B96E

Color #F8B96E Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F8B96E

Tints of Harvest Gold #F8B96E

Color information

#F8B96E (or 0xF8B96E) is unknown color: approx Harvest Gold. HEX triplet: F8, B9 and 6E. RGB value is (248,185,110). Sum of RGB (Red+Green+Blue) = 248+185+110=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B96E is #074691. Grayscale: #C3C3C3. Windows color (decimal): -476818 or 7256568. OLE color: 7256568.

HSL color Cylindrical-coordinate representation of color #F8B96E: hue angle of 32.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8B96E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248185110-
CMYK00.250.560.03
HSL32.61º90.79%70.2%-
HSV(B)32.61º55.65%97.25%-
XYZ58.8755.7822.42-
YUV195.2979.87165.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.67%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 110 (43.36% from 255) = 20.26%
R=45.67%
G=34.07%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818511000.250.560.0332.6190.7970.2
HexF8B96E019383215b46
Octal37027115603170341133106
Binary111110001011100111011100110011110001110000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B96E; }

 p { color: rgb(248,185,110); }

 H1.HeaderClassName
 {
   color: #F8B96E;
 }
 .AnyTagClassName
 {
   color: #F8B96E;
 }
</style>
background-color css

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

 a { background-color: rgb(248,185,110); }

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

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

 span { border-color: rgb(248,185,110); }

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