#F5A96F

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

Shades of Tacao #F5A96F

Tints of Tacao #F5A96F

Color information

#F5A96F (or 0xF5A96F) is unknown color: approx Tacao. HEX triplet: F5, A9 and 6F. RGB value is (245,169,111). Sum of RGB (Red+Green+Blue) = 245+169+111=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A96F is #0A5690. Grayscale: #B9B9B9. Windows color (decimal): -677521 or 7318005. OLE color: 7318005.

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

Color convert

RGB245169111-
CMYK00.310.550.04
HSL25.97º87.01%69.8%-
HSV(B)25.97º54.69%96.08%-
XYZ54.7148.9421.6-
YUV185.1186.18170.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 111 (43.75% from 255) = 21.14%
R=46.67%
G=32.19%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516911100.310.550.0425.9787.0169.8
HexF5A96F01F3741a5746
Octal36525115703767432127106
Binary111101011010100111011110111111101111001101010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A96F; }

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

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

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

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

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

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

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

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