Shades of Tacao #F0B280
Tints of Tacao #F0B280
RGB
CMYK
RGB Variations
Color information
#F0B280 (or 0xF0B280) is known color: Tacao. HEX triplet: F0, B2 and 80. RGB value is (240,178,128). Sum of RGB (Red+Green+Blue) = 240+178+128=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B280 is #0F4D7F. Grayscale: #BFBFBF. Windows color (decimal): -1002880 or 8434416. OLE color: 8434416.
HSL color Cylindrical-coordinate representation of color #F0B280: hue angle of 26.79º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B280 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 128 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.06 |
| HSL | 26.79º | 0.79% | 0.72% | - |
| HSV(B) | 26.79º | 0.47% | 0.94% | - |
| XYZ | 55.75 | 51.92 | 27.51 | - |
| YUV | 190.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 128 | 0 | 0.26 | 0.47 | 0.06 | 26.79 | 0.79 | 0.72 |
| Hex | F0 | B2 | 80 | 0 | 1A | 2F | 6 | 1B | 4F | 48 |
| Octal | 360 | 262 | 200 | 0 | 32 | 57 | 6 | 33 | 117 | 110 |
| Binary | 11110000 | 10110010 | 10000000 | 0 | 11010 | 101111 | 110 | 11011 | 1001111 | 1001000 |
Color Harmonies of #F0B280
Complementary color
Monochromatic Colors of #F0B280
Black with #F0B280
Text Example
Text Example
White with #F0B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B280; }
p { color: rgb(240,178,128); }
H1.HeaderClassName
{
color: #F0B280;
}
.AnyTagClassName
{
color: #F0B280;
}
</style>
background-color css
<style>
a { background-color: #F0B280; }
a { background-color: rgb(240,178,128); }
div.DivClassName
{
background-color: #F0B280;
}
.BgClassName
{
background-color: #F0B280;
}
</style>
border-color css
<style>
span { border-color: #F0B280; }
span { border-color: rgb(240,178,128); }
td.TdClassName
{
border-color: #F0B280;
}
.TagClassName
{
border-color: #F0B280;
}
</style>