#F5A779

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

Shades of Tacao #F5A779

Tints of Tacao #F5A779

Color information

#F5A779 (or 0xF5A779) is unknown color: approx Tacao. HEX triplet: F5, A7 and 79. RGB value is (245,167,121). Sum of RGB (Red+Green+Blue) = 245+167+121=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A779 is #0A5886. Grayscale: #B9B9B9. Windows color (decimal): -678023 or 7972853. OLE color: 7972853.

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

Color convert

RGB245167121-
CMYK00.320.510.04
HSL22.26º86.11%71.76%-
HSV(B)22.26º50.61%96.08%-
XYZ54.9348.4324.54-
YUV185.0891.84170.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 121 (47.66% from 255) = 22.70%
R=45.97%
G=31.33%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516712100.320.510.0422.2686.1171.76
HexF5A779020334165648
Octal36524717104063426126110
Binary1111010110100111111100101000001100111001011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A779; }

 p { color: rgb(245,167,121); }

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

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

 a { background-color: rgb(245,167,121); }

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

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

 span { border-color: rgb(245,167,121); }

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