Shades of Tacao #F2AD7A
Tints of Tacao #F2AD7A
RGB
CMYK
RGB Variations
Color information
#F2AD7A (or 0xF2AD7A) is known color: Tacao. HEX triplet: F2, AD and 7A. RGB value is (242,173,122). Sum of RGB (Red+Green+Blue) = 242+173+122=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD7A is #0D5285. Grayscale: #BCBCBC. Windows color (decimal): -873094 or 8039922. OLE color: 8039922.
HSL color Cylindrical-coordinate representation of color #F2AD7A: hue angle of 25.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2AD7A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 122 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.05 |
| HSL | 25.5º | 0.82% | 0.71% | - |
| HSV(B) | 25.5º | 0.5% | 0.95% | - |
| XYZ | 55.07 | 50.17 | 25.19 | - |
| YUV | 187.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 122 | 0 | 0.29 | 0.50 | 0.05 | 25.5 | 0.82 | 0.71 |
| Hex | F2 | AD | 7A | 0 | 1D | 32 | 5 | 1A | 52 | 47 |
| Octal | 362 | 255 | 172 | 0 | 35 | 62 | 5 | 32 | 122 | 107 |
| Binary | 11110010 | 10101101 | 1111010 | 0 | 11101 | 110010 | 101 | 11010 | 1010010 | 1000111 |
Color Harmonies of #F2AD7A
Complementary color
Monochromatic Colors of #F2AD7A
Black with #F2AD7A
Text Example
Text Example
White with #F2AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD7A; }
p { color: rgb(242,173,122); }
H1.HeaderClassName
{
color: #F2AD7A;
}
.AnyTagClassName
{
color: #F2AD7A;
}
</style>
background-color css
<style>
a { background-color: #F2AD7A; }
a { background-color: rgb(242,173,122); }
div.DivClassName
{
background-color: #F2AD7A;
}
.BgClassName
{
background-color: #F2AD7A;
}
</style>
border-color css
<style>
span { border-color: #F2AD7A; }
span { border-color: rgb(242,173,122); }
td.TdClassName
{
border-color: #F2AD7A;
}
.TagClassName
{
border-color: #F2AD7A;
}
</style>