Shades of Tacao #FFAF74
Tints of Tacao #FFAF74
RGB
CMYK
RGB Variations
Color information
#FFAF74 (or 0xFFAF74) is known color: Tacao. HEX triplet: FF, AF and 74. RGB value is (255,175,116). Sum of RGB (Red+Green+Blue) = 255+175+116=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF74 is #00508B. Grayscale: #C0C0C0. Windows color (decimal): -20620 or 7647231. OLE color: 7647231.
HSL color Cylindrical-coordinate representation of color #FFAF74: hue angle of 25.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAF74 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 116 | - |
| CMYK | 0 | 0.31 | 0.55 | 0 |
| HSL | 25.47º | 1% | 0.73% | - |
| HSV(B) | 25.47º | 0.55% | 1% | - |
| XYZ | 59.72 | 53.18 | 23.64 | - |
| YUV | 192.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 116 | 0 | 0.31 | 0.55 | 0 | 25.47 | 1 | 0.73 |
| Hex | FF | AF | 74 | 0 | 1F | 37 | 0 | 19 | 64 | 49 |
| Octal | 377 | 257 | 164 | 0 | 37 | 67 | 0 | 31 | 144 | 111 |
| Binary | 11111111 | 10101111 | 1110100 | 0 | 11111 | 110111 | 0 | 11001 | 1100100 | 1001001 |
Color Harmonies of #FFAF74
Complementary color
Monochromatic Colors of #FFAF74
Black with #FFAF74
Text Example
Text Example
White with #FFAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF74; }
p { color: rgb(255,175,116); }
H1.HeaderClassName
{
color: #FFAF74;
}
.AnyTagClassName
{
color: #FFAF74;
}
</style>
background-color css
<style>
a { background-color: #FFAF74; }
a { background-color: rgb(255,175,116); }
div.DivClassName
{
background-color: #FFAF74;
}
.BgClassName
{
background-color: #FFAF74;
}
</style>
border-color css
<style>
span { border-color: #FFAF74; }
span { border-color: rgb(255,175,116); }
td.TdClassName
{
border-color: #FFAF74;
}
.TagClassName
{
border-color: #FFAF74;
}
</style>