#F5A97F

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

Shades of Tacao #F5A97F

Tints of Tacao #F5A97F

Color information

#F5A97F (or 0xF5A97F) is unknown color: approx Tacao. HEX triplet: F5, A9 and 7F. RGB value is (245,169,127). Sum of RGB (Red+Green+Blue) = 245+169+127=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A97F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A97F is #0A5680. Grayscale: #BBBBBB. Windows color (decimal): -677505 or 8366581. OLE color: 8366581.

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

Color convert

RGB245169127-
CMYK00.310.480.04
HSL21.36º85.51%72.94%-
HSV(B)21.36º48.16%96.08%-
XYZ55.6749.3226.66-
YUV186.9494.18169.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 127 (50% from 255) = 23.48%
R=45.29%
G=31.24%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516912700.310.480.0421.3685.5172.94
HexF5A97F01F304155649
Octal36525117703760425126111
Binary111101011010100111111110111111100001001010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A97F; }

 p { color: rgb(245,169,127); }

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

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

 a { background-color: rgb(245,169,127); }

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

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

 span { border-color: rgb(245,169,127); }

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