#F3A980

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

Shades of Tacao #F3A980

Tints of Tacao #F3A980

Color information

#F3A980 (or 0xF3A980) is unknown color: approx Tacao. HEX triplet: F3, A9 and 80. RGB value is (243,169,128). Sum of RGB (Red+Green+Blue) = 243+169+128=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A980 is #0C567F. Grayscale: #BABABA. Windows color (decimal): -808576 or 8432115. OLE color: 8432115.

HSL color Cylindrical-coordinate representation of color #F3A980: hue angle of 21.39º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A980 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243169128-
CMYK00.300.470.05
HSL21.39º82.73%72.75%-
HSV(B)21.39º47.33%95.29%-
XYZ55.0548.9926.98-
YUV186.4595.02168.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=45%
G=31.30%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316912800.300.470.0521.3982.7372.75
HexF3A98001E2F5155349
Octal36325120003657525123111
Binary1111001110101001100000000111101011111011010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A980; }

 p { color: rgb(243,169,128); }

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

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

 a { background-color: rgb(243,169,128); }

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

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

 span { border-color: rgb(243,169,128); }

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