#F5AD79

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

Shades of Tacao #F5AD79

Tints of Tacao #F5AD79

Color information

#F5AD79 (or 0xF5AD79) is unknown color: approx Tacao. HEX triplet: F5, AD and 79. RGB value is (245,173,121). Sum of RGB (Red+Green+Blue) = 245+173+121=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD79 is #0A5286. Grayscale: #BCBCBC. Windows color (decimal): -676487 or 7974389. OLE color: 7974389.

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

Color convert

RGB245173121-
CMYK00.290.510.04
HSL25.16º86.11%71.76%-
HSV(B)25.16º50.61%96.08%-
XYZ56.0550.6824.92-
YUV188.689.85168.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 121 (47.66% from 255) = 22.45%
R=45.45%
G=32.10%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517312100.290.510.0425.1686.1171.76
HexF5AD7901D334195648
Octal36525517103563431126110
Binary111101011010110111110010111011100111001100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD79; }

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

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

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

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

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

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

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

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