Shades of Tacao #F2B574
Tints of Tacao #F2B574
RGB
CMYK
RGB Variations
Color information
#F2B574 (or 0xF2B574) is known color: Tacao. HEX triplet: F2, B5 and 74. RGB value is (242,181,116). Sum of RGB (Red+Green+Blue) = 242+181+116=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B574 is #0D4A8B. Grayscale: #C0C0C0. Windows color (decimal): -871052 or 7648754. OLE color: 7648754.
HSL color Cylindrical-coordinate representation of color #F2B574: hue angle of 30.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2B574 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 116 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.05 |
| HSL | 30.95º | 0.83% | 0.7% | - |
| HSV(B) | 30.95º | 0.52% | 0.95% | - |
| XYZ | 56.29 | 53.19 | 23.82 | - |
| YUV | 191.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 116 | 0 | 0.25 | 0.52 | 0.05 | 30.95 | 0.83 | 0.7 |
| Hex | F2 | B5 | 74 | 0 | 19 | 34 | 5 | 1F | 53 | 46 |
| Octal | 362 | 265 | 164 | 0 | 31 | 64 | 5 | 37 | 123 | 106 |
| Binary | 11110010 | 10110101 | 1110100 | 0 | 11001 | 110100 | 101 | 11111 | 1010011 | 1000110 |
Color Harmonies of #F2B574
Complementary color
Monochromatic Colors of #F2B574
Black with #F2B574
Text Example
Text Example
White with #F2B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B574; }
p { color: rgb(242,181,116); }
H1.HeaderClassName
{
color: #F2B574;
}
.AnyTagClassName
{
color: #F2B574;
}
</style>
background-color css
<style>
a { background-color: #F2B574; }
a { background-color: rgb(242,181,116); }
div.DivClassName
{
background-color: #F2B574;
}
.BgClassName
{
background-color: #F2B574;
}
</style>
border-color css
<style>
span { border-color: #F2B574; }
span { border-color: rgb(242,181,116); }
td.TdClassName
{
border-color: #F2B574;
}
.TagClassName
{
border-color: #F2B574;
}
</style>