#F7A880

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

Shades of Tacao #F7A880

Tints of Tacao #F7A880

Color information

#F7A880 (or 0xF7A880) is unknown color: approx Tacao. HEX triplet: F7, A8 and 80. RGB value is (247,168,128). Sum of RGB (Red+Green+Blue) = 247+168+128=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A880 is #08577F. Grayscale: #BBBBBB. Windows color (decimal): -546688 or 8431863. OLE color: 8431863.

HSL color Cylindrical-coordinate representation of color #F7A880: hue angle of 20.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7A880 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247168128-
CMYK00.320.480.03
HSL20.17º88.15%73.53%-
HSV(B)20.17º48.18%96.86%-
XYZ56.2649.3426.98-
YUV187.0694.67170.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.49%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=45.49%
G=30.94%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716812800.320.480.0320.1788.1573.53
HexF7A88002030314584a
Octal36725020004060324130112
Binary1111011110101000100000000100000110000111010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A880; }

 p { color: rgb(247,168,128); }

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

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

 a { background-color: rgb(247,168,128); }

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

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

 span { border-color: rgb(247,168,128); }

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