#F6AD7D

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

Shades of Tacao #F6AD7D

Tints of Tacao #F6AD7D

Color information

#F6AD7D (or 0xF6AD7D) is unknown color: approx Tacao. HEX triplet: F6, AD and 7D. RGB value is (246,173,125). Sum of RGB (Red+Green+Blue) = 246+173+125=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD7D is #095282. Grayscale: #BDBDBD. Windows color (decimal): -610947 or 8236534. OLE color: 8236534.

HSL color Cylindrical-coordinate representation of color #F6AD7D: hue angle of 23.8º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6AD7D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB246173125-
CMYK00.300.490.04
HSL23.8º87.05%72.75%-
HSV(B)23.8º49.19%96.47%-
XYZ56.6550.9626.25-
YUV189.3691.68168.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=45.22%
G=31.80%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617312500.300.490.0423.887.0572.75
HexF6AD7D01E314185749
Octal36625517503661430127111
Binary111101101010110111111010111101100011001100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD7D; }

 p { color: rgb(246,173,125); }

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

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

 a { background-color: rgb(246,173,125); }

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

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

 span { border-color: rgb(246,173,125); }

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