Shades of Tacao #F2A883
Tints of Tacao #F2A883
RGB
CMYK
RGB Variations
Color information
#F2A883 (or 0xF2A883) is known color: Tacao. HEX triplet: F2, A8 and 83. RGB value is (242,168,131). Sum of RGB (Red+Green+Blue) = 242+168+131=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A883 is #0D577C. Grayscale: #BABABA. Windows color (decimal): -874365 or 8628466. OLE color: 8628466.
HSL color Cylindrical-coordinate representation of color #F2A883: hue angle of 20º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2A883 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 131 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.05 |
| HSL | 20º | 0.81% | 0.73% | - |
| HSV(B) | 20º | 0.46% | 0.95% | - |
| XYZ | 54.72 | 48.52 | 27.95 | - |
| YUV | 185.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 131 | 0 | 0.31 | 0.46 | 0.05 | 20 | 0.81 | 0.73 |
| Hex | F2 | A8 | 83 | 0 | 1F | 2E | 5 | 14 | 51 | 49 |
| Octal | 362 | 250 | 203 | 0 | 37 | 56 | 5 | 24 | 121 | 111 |
| Binary | 11110010 | 10101000 | 10000011 | 0 | 11111 | 101110 | 101 | 10100 | 1010001 | 1001001 |
Color Harmonies of #F2A883
Complementary color
Monochromatic Colors of #F2A883
Black with #F2A883
Text Example
Text Example
White with #F2A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A883; }
p { color: rgb(242,168,131); }
H1.HeaderClassName
{
color: #F2A883;
}
.AnyTagClassName
{
color: #F2A883;
}
</style>
background-color css
<style>
a { background-color: #F2A883; }
a { background-color: rgb(242,168,131); }
div.DivClassName
{
background-color: #F2A883;
}
.BgClassName
{
background-color: #F2A883;
}
</style>
border-color css
<style>
span { border-color: #F2A883; }
span { border-color: rgb(242,168,131); }
td.TdClassName
{
border-color: #F2A883;
}
.TagClassName
{
border-color: #F2A883;
}
</style>