#F5A578

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

Shades of Tacao #F5A578

Tints of Tacao #F5A578

Color information

#F5A578 (or 0xF5A578) is unknown color: approx Tacao. HEX triplet: F5, A5 and 78. RGB value is (245,165,120). Sum of RGB (Red+Green+Blue) = 245+165+120=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A578 is #0A5A87. Grayscale: #B8B8B8. Windows color (decimal): -678536 or 7906805. OLE color: 7906805.

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

Color convert

RGB245165120-
CMYK00.330.510.04
HSL21.6º86.21%71.57%-
HSV(B)21.6º51.02%96.08%-
XYZ54.547.6824.1-
YUV183.7992171.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 120 (47.27% from 255) = 22.64%
R=46.23%
G=31.13%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516512000.330.510.0421.686.2171.57
HexF5A578021334165648
Octal36524517004163426126110
Binary1111010110100101111100001000011100111001011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A578; }

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

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

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

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

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

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

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

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