#f2a872

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

Shades of Tacao #F2A872

Tints of Tacao #F2A872

Color information

#F2A872 (or 0xF2A872) is unknown color: approx Tacao. HEX triplet: F2, A8 and 72. RGB value is (242,168,114). Sum of RGB (Red+Green+Blue) = 242+168+114=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A872 is #0D578D. Grayscale: #B8B8B8. Windows color (decimal): -874382 or 7514354. OLE color: 7514354.

HSL color Cylindrical-coordinate representation of color #F2A872: hue angle of 25.31º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2A872 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242168114-
CMYK00.310.530.05
HSL25.31º83.12%69.8%-
HSV(B)25.31º52.89%94.9%-
XYZ53.6648.122.38-
YUV183.9788.52169.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=46.18%
G=32.06%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216811400.310.530.0525.3183.1269.8
HexF2A87201F355195346
Octal36225016203765531123106
Binary111100101010100011100100111111101011011100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a872; }

 p { color: rgb(242,168,114); }

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

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

 a { background-color: rgb(242,168,114); }

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

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

 span { border-color: rgb(242,168,114); }

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