#F0A973

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

Shades of Tacao #F0A973

Tints of Tacao #F0A973

Color information

#F0A973 (or 0xF0A973) is unknown color: approx Tacao. HEX triplet: F0, A9 and 73. RGB value is (240,169,115). Sum of RGB (Red+Green+Blue) = 240+169+115=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A973 is #0F568C. Grayscale: #B8B8B8. Windows color (decimal): -1005197 or 7580144. OLE color: 7580144.

HSL color Cylindrical-coordinate representation of color #F0A973: hue angle of 25.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0A973 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240169115-
CMYK00.300.520.06
HSL25.92º80.65%69.61%-
HSV(B)25.92º52.08%94.12%-
XYZ53.2248.1422.71-
YUV184.0789.02167.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 115 (45.31% from 255) = 21.95%
R=45.80%
G=32.25%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016911500.300.520.0625.9280.6569.61
HexF0A97301E3461a5146
Octal36025116303664632121106
Binary111100001010100111100110111101101001101101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A973; }

 p { color: rgb(240,169,115); }

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

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

 a { background-color: rgb(240,169,115); }

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

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

 span { border-color: rgb(240,169,115); }

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