Shades of Tacao #F9A878
Tints of Tacao #F9A878
RGB
CMYK
RGB Variations
Color information
#F9A878 (or 0xF9A878) is known color: Tacao. HEX triplet: F9, A8 and 78. RGB value is (249,168,120). Sum of RGB (Red+Green+Blue) = 249+168+120=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A878 is #065787. Grayscale: #BBBBBB. Windows color (decimal): -415624 or 7907577. OLE color: 7907577.
HSL color Cylindrical-coordinate representation of color #F9A878: hue angle of 22.33º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9A878 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 120 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.02 |
| HSL | 22.33º | 0.91% | 0.72% | - |
| HSV(B) | 22.33º | 0.52% | 0.98% | - |
| XYZ | 56.46 | 49.5 | 24.35 | - |
| YUV | 186.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 120 | 0 | 0.33 | 0.52 | 0.02 | 22.33 | 0.91 | 0.72 |
| Hex | F9 | A8 | 78 | 0 | 21 | 34 | 2 | 16 | 5B | 48 |
| Octal | 371 | 250 | 170 | 0 | 41 | 64 | 2 | 26 | 133 | 110 |
| Binary | 11111001 | 10101000 | 1111000 | 0 | 100001 | 110100 | 10 | 10110 | 1011011 | 1001000 |
Color Harmonies of #F9A878
Complementary color
Monochromatic Colors of #F9A878
Black with #F9A878
Text Example
Text Example
White with #F9A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A878; }
p { color: rgb(249,168,120); }
H1.HeaderClassName
{
color: #F9A878;
}
.AnyTagClassName
{
color: #F9A878;
}
</style>
background-color css
<style>
a { background-color: #F9A878; }
a { background-color: rgb(249,168,120); }
div.DivClassName
{
background-color: #F9A878;
}
.BgClassName
{
background-color: #F9A878;
}
</style>
border-color css
<style>
span { border-color: #F9A878; }
span { border-color: rgb(249,168,120); }
td.TdClassName
{
border-color: #F9A878;
}
.TagClassName
{
border-color: #F9A878;
}
</style>