Shades of Tacao #F2B478
Tints of Tacao #F2B478
RGB
CMYK
RGB Variations
Color information
#F2B478 (or 0xF2B478) is known color: Tacao. HEX triplet: F2, B4 and 78. RGB value is (242,180,120). Sum of RGB (Red+Green+Blue) = 242+180+120=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B478 is #0D4B87. Grayscale: #BFBFBF. Windows color (decimal): -871304 or 7910642. OLE color: 7910642.
HSL color Cylindrical-coordinate representation of color #F2B478: hue angle of 29.51º 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 #F2B478 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 120 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.05 |
| HSL | 29.51º | 0.82% | 0.71% | - |
| HSV(B) | 29.51º | 0.5% | 0.95% | - |
| XYZ | 56.33 | 52.88 | 25.01 | - |
| YUV | 191.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 120 | 0 | 0.26 | 0.50 | 0.05 | 29.51 | 0.82 | 0.71 |
| Hex | F2 | B4 | 78 | 0 | 1A | 32 | 5 | 1E | 52 | 47 |
| Octal | 362 | 264 | 170 | 0 | 32 | 62 | 5 | 36 | 122 | 107 |
| Binary | 11110010 | 10110100 | 1111000 | 0 | 11010 | 110010 | 101 | 11110 | 1010010 | 1000111 |
Color Harmonies of #F2B478
Complementary color
Monochromatic Colors of #F2B478
Black with #F2B478
Text Example
Text Example
White with #F2B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B478; }
p { color: rgb(242,180,120); }
H1.HeaderClassName
{
color: #F2B478;
}
.AnyTagClassName
{
color: #F2B478;
}
</style>
background-color css
<style>
a { background-color: #F2B478; }
a { background-color: rgb(242,180,120); }
div.DivClassName
{
background-color: #F2B478;
}
.BgClassName
{
background-color: #F2B478;
}
</style>
border-color css
<style>
span { border-color: #F2B478; }
span { border-color: rgb(242,180,120); }
td.TdClassName
{
border-color: #F2B478;
}
.TagClassName
{
border-color: #F2B478;
}
</style>