#F5B378

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

Shades of Tacao #F5B378

Tints of Tacao #F5B378

Color information

#F5B378 (or 0xF5B378) is unknown color: approx Tacao. HEX triplet: F5, B3 and 78. RGB value is (245,179,120). Sum of RGB (Red+Green+Blue) = 245+179+120=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B378 is #0A4C87. Grayscale: #C0C0C0. Windows color (decimal): -674952 or 7910389. OLE color: 7910389.

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

Color convert

RGB245179120-
CMYK00.270.510.04
HSL28.32º86.21%71.57%-
HSV(B)28.32º51.02%96.08%-
XYZ57.1753.0124.99-
YUV192.0187.37165.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=45.04%
G=32.90%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517912000.270.510.0428.3286.2171.57
HexF5B37801B3341c5648
Octal36526317003363434126110
Binary111101011011001111110000110111100111001110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B378; }

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

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

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

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

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

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

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

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