Shades of Tacao #F9AF81
Tints of Tacao #F9AF81
RGB
CMYK
RGB Variations
Color information
#F9AF81 (or 0xF9AF81) is known color: Tacao. HEX triplet: F9, AF and 81. RGB value is (249,175,129). Sum of RGB (Red+Green+Blue) = 249+175+129=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF81 is #06507E. Grayscale: #C0C0C0. Windows color (decimal): -413823 or 8499193. OLE color: 8499193.
HSL color Cylindrical-coordinate representation of color #F9AF81: hue angle of 23º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9AF81 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 129 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.02 |
| HSL | 23º | 0.91% | 0.74% | - |
| HSV(B) | 23º | 0.48% | 0.98% | - |
| XYZ | 58.36 | 52.38 | 27.8 | - |
| YUV | 191.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 129 | 0 | 0.30 | 0.48 | 0.02 | 23 | 0.91 | 0.74 |
| Hex | F9 | AF | 81 | 0 | 1E | 30 | 2 | 17 | 5B | 4A |
| Octal | 371 | 257 | 201 | 0 | 36 | 60 | 2 | 27 | 133 | 112 |
| Binary | 11111001 | 10101111 | 10000001 | 0 | 11110 | 110000 | 10 | 10111 | 1011011 | 1001010 |
Color Harmonies of #F9AF81
Complementary color
Monochromatic Colors of #F9AF81
Black with #F9AF81
Text Example
Text Example
White with #F9AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF81; }
p { color: rgb(249,175,129); }
H1.HeaderClassName
{
color: #F9AF81;
}
.AnyTagClassName
{
color: #F9AF81;
}
</style>
background-color css
<style>
a { background-color: #F9AF81; }
a { background-color: rgb(249,175,129); }
div.DivClassName
{
background-color: #F9AF81;
}
.BgClassName
{
background-color: #F9AF81;
}
</style>
border-color css
<style>
span { border-color: #F9AF81; }
span { border-color: rgb(249,175,129); }
td.TdClassName
{
border-color: #F9AF81;
}
.TagClassName
{
border-color: #F9AF81;
}
</style>