Shades of Tacao #F2A978
Tints of Tacao #F2A978
RGB
CMYK
RGB Variations
Color information
#F2A978 (or 0xF2A978) is known color: Tacao. HEX triplet: F2, A9 and 78. RGB value is (242,169,120). Sum of RGB (Red+Green+Blue) = 242+169+120=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A978 is #0D5687. Grayscale: #B9B9B9. Windows color (decimal): -874120 or 7907826. OLE color: 7907826.
HSL color Cylindrical-coordinate representation of color #F2A978: hue angle of 24.1º 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 #F2A978 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 120 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.05 |
| HSL | 24.1º | 0.82% | 0.71% | - |
| HSV(B) | 24.1º | 0.5% | 0.95% | - |
| XYZ | 54.2 | 48.61 | 24.3 | - |
| YUV | 185.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 120 | 0 | 0.30 | 0.50 | 0.05 | 24.1 | 0.82 | 0.71 |
| Hex | F2 | A9 | 78 | 0 | 1E | 32 | 5 | 18 | 52 | 47 |
| Octal | 362 | 251 | 170 | 0 | 36 | 62 | 5 | 30 | 122 | 107 |
| Binary | 11110010 | 10101001 | 1111000 | 0 | 11110 | 110010 | 101 | 11000 | 1010010 | 1000111 |
Color Harmonies of #F2A978
Complementary color
Monochromatic Colors of #F2A978
Black with #F2A978
Text Example
Text Example
White with #F2A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A978; }
p { color: rgb(242,169,120); }
H1.HeaderClassName
{
color: #F2A978;
}
.AnyTagClassName
{
color: #F2A978;
}
</style>
background-color css
<style>
a { background-color: #F2A978; }
a { background-color: rgb(242,169,120); }
div.DivClassName
{
background-color: #F2A978;
}
.BgClassName
{
background-color: #F2A978;
}
</style>
border-color css
<style>
span { border-color: #F2A978; }
span { border-color: rgb(242,169,120); }
td.TdClassName
{
border-color: #F2A978;
}
.TagClassName
{
border-color: #F2A978;
}
</style>