#F5B678

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

Shades of Tacao #F5B678

Tints of Tacao #F5B678

Color information

#F5B678 (or 0xF5B678) is unknown color: approx Tacao. HEX triplet: F5, B6 and 78. RGB value is (245,182,120). Sum of RGB (Red+Green+Blue) = 245+182+120=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B678 is #0A4987. Grayscale: #C2C2C2. Windows color (decimal): -674184 or 7911157. OLE color: 7911157.

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

Color convert

RGB245182120-
CMYK00.260.510.04
HSL29.76º86.21%71.57%-
HSV(B)29.76º51.02%96.08%-
XYZ57.7754.2225.19-
YUV193.7786.37164.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 120 (47.27% from 255) = 21.94%
R=44.79%
G=33.27%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518212000.260.510.0429.7686.2171.57
HexF5B67801A3341e5648
Octal36526617003263436126110
Binary111101011011011011110000110101100111001111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B678; }

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

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

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

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

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

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

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

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