#F0A97D

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

Shades of Tacao #F0A97D

Tints of Tacao #F0A97D

Color information

#F0A97D (or 0xF0A97D) is unknown color: approx Tacao. HEX triplet: F0, A9 and 7D. RGB value is (240,169,125). Sum of RGB (Red+Green+Blue) = 240+169+125=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A97D is #0F5682. Grayscale: #B9B9B9. Windows color (decimal): -1005187 or 8235504. OLE color: 8235504.

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

Color convert

RGB240169125-
CMYK00.300.480.06
HSL22.96º79.31%71.57%-
HSV(B)22.96º47.92%94.12%-
XYZ53.8248.3825.9-
YUV185.2194.02167.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=44.94%
G=31.65%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016912500.300.480.0622.9679.3171.57
HexF0A97D01E306174f48
Octal36025117503660627117110
Binary111100001010100111111010111101100001101011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A97D; }

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

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

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

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

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

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

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

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