#F0AD7E

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

Shades of Tacao #F0AD7E

Tints of Tacao #F0AD7E

Color information

#F0AD7E (or 0xF0AD7E) is unknown color: approx Tacao. HEX triplet: F0, AD and 7E. RGB value is (240,173,126). Sum of RGB (Red+Green+Blue) = 240+173+126=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD7E is #0F5281. Grayscale: #BBBBBB. Windows color (decimal): -1004162 or 8302064. OLE color: 8302064.

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

Color convert

RGB240173126-
CMYK00.280.480.06
HSL24.74º79.17%71.76%-
HSV(B)24.74º47.5%94.12%-
XYZ54.6449.9226.49-
YUV187.6893.2165.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=44.53%
G=32.10%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017312600.280.480.0624.7479.1771.76
HexF0AD7E01C306194f48
Octal36025517603460631117110
Binary111100001010110111111100111001100001101100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD7E; }

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

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

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

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

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

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

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

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