#F0AD73

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

Shades of Tacao #F0AD73

Tints of Tacao #F0AD73

Color information

#F0AD73 (or 0xF0AD73) is unknown color: approx Tacao. HEX triplet: F0, AD and 73. RGB value is (240,173,115). Sum of RGB (Red+Green+Blue) = 240+173+115=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD73 is #0F528C. Grayscale: #BABABA. Windows color (decimal): -1004173 or 7581168. OLE color: 7581168.

HSL color Cylindrical-coordinate representation of color #F0AD73: hue angle of 27.84º 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 #F0AD73 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240173115-
CMYK00.280.520.06
HSL27.84º80.65%69.61%-
HSV(B)27.84º52.08%94.12%-
XYZ53.9749.6522.96-
YUV186.4287.7166.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=45.45%
G=32.77%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017311500.280.520.0627.8480.6569.61
HexF0AD7301C3461c5146
Octal36025516303464634121106
Binary111100001010110111100110111001101001101110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD73; }

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

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

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

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

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

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

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

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