#f2ad6d

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

Shades of Tacao #F2AD6D

Tints of Tacao #F2AD6D

Color information

#F2AD6D (or 0xF2AD6D) is unknown color: approx Tacao. HEX triplet: F2, AD and 6D. RGB value is (242,173,109). Sum of RGB (Red+Green+Blue) = 242+173+109=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD6D is #0D5292. Grayscale: #BABABA. Windows color (decimal): -873107 or 7187954. OLE color: 7187954.

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

Color convert

RGB242173109-
CMYK00.290.550.05
HSL28.87º83.65%68.82%-
HSV(B)28.87º54.96%94.9%-
XYZ54.3249.8721.23-
YUV186.3384.36167.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=46.18%
G=33.02%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217310900.290.550.0528.8783.6568.82
HexF2AD6D01D3751d5445
Octal36225515503567535124105
Binary111100101010110111011010111011101111011110110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ad6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ad6d; }

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

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

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

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

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

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

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

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