#F2AD82

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

Shades of Tacao #F2AD82

Tints of Tacao #F2AD82

Color information

#F2AD82 (or 0xF2AD82) is unknown color: approx Tacao. HEX triplet: F2, AD and 82. RGB value is (242,173,130). Sum of RGB (Red+Green+Blue) = 242+173+130=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD82 is #0D527D. Grayscale: #BCBCBC. Windows color (decimal): -873086 or 8564210. OLE color: 8564210.

HSL color Cylindrical-coordinate representation of color #F2AD82: hue angle of 23.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2AD82 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB242173130-
CMYK00.290.460.05
HSL23.04º81.16%72.94%-
HSV(B)23.04º46.28%94.9%-
XYZ55.5950.3827.91-
YUV188.7394.86166-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=44.40%
G=31.74%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217313000.290.460.0523.0481.1672.94
HexF2AD8201D2E5175149
Octal36225520203556527121111
Binary1111001010101101100000100111011011101011011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD82; }

 p { color: rgb(242,173,130); }

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

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

 a { background-color: rgb(242,173,130); }

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

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

 span { border-color: rgb(242,173,130); }

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