Shades of Tacao #F2A573
Tints of Tacao #F2A573
RGB
CMYK
RGB Variations
Color information
#F2A573 (or 0xF2A573) is known color: Tacao. HEX triplet: F2, A5 and 73. RGB value is (242,165,115). Sum of RGB (Red+Green+Blue) = 242+165+115=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A573 is #0D5A8C. Grayscale: #B6B6B6. Windows color (decimal): -875149 or 7579122. OLE color: 7579122.
HSL color Cylindrical-coordinate representation of color #F2A573: hue angle of 23.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2A573 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 115 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.05 |
| HSL | 23.62º | 0.83% | 0.7% | - |
| HSV(B) | 23.62º | 0.52% | 0.95% | - |
| XYZ | 53.17 | 47.03 | 22.49 | - |
| YUV | 182.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 115 | 0 | 0.32 | 0.52 | 0.05 | 23.62 | 0.83 | 0.7 |
| Hex | F2 | A5 | 73 | 0 | 20 | 34 | 5 | 18 | 53 | 46 |
| Octal | 362 | 245 | 163 | 0 | 40 | 64 | 5 | 30 | 123 | 106 |
| Binary | 11110010 | 10100101 | 1110011 | 0 | 100000 | 110100 | 101 | 11000 | 1010011 | 1000110 |
Color Harmonies of #F2A573
Complementary color
Monochromatic Colors of #F2A573
Black with #F2A573
Text Example
Text Example
White with #F2A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A573; }
p { color: rgb(242,165,115); }
H1.HeaderClassName
{
color: #F2A573;
}
.AnyTagClassName
{
color: #F2A573;
}
</style>
background-color css
<style>
a { background-color: #F2A573; }
a { background-color: rgb(242,165,115); }
div.DivClassName
{
background-color: #F2A573;
}
.BgClassName
{
background-color: #F2A573;
}
</style>
border-color css
<style>
span { border-color: #F2A573; }
span { border-color: rgb(242,165,115); }
td.TdClassName
{
border-color: #F2A573;
}
.TagClassName
{
border-color: #F2A573;
}
</style>