Shades of Bittersweet #FA795F
Tints of Bittersweet #FA795F
RGB
CMYK
RGB Variations
Color information
#FA795F (or 0xFA795F) is known color: Bittersweet. HEX triplet: FA, 79 and 5F. RGB value is (250,121,95). Sum of RGB (Red+Green+Blue) = 250+121+95=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA795F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA795F is #0586A0. Grayscale: #9C9C9C. Windows color (decimal): -362145 or 6257146. OLE color: 6257146.
HSL color Cylindrical-coordinate representation of color #FA795F: hue angle of 10.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA795F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 95 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.02 |
| HSL | 10.06º | 0.94% | 0.68% | - |
| HSV(B) | 10.06º | 0.62% | 0.98% | - |
| XYZ | 48.33 | 34.82 | 15 | - |
| YUV | 156.61 | 93.24 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 95 | 0 | 0.52 | 0.62 | 0.02 | 10.06 | 0.94 | 0.68 |
| Hex | FA | 79 | 5F | 0 | 34 | 3E | 2 | A | 5E | 44 |
| Octal | 372 | 171 | 137 | 0 | 64 | 76 | 2 | 12 | 136 | 104 |
| Binary | 11111010 | 1111001 | 1011111 | 0 | 110100 | 111110 | 10 | 1010 | 1011110 | 1000100 |
Color Harmonies of #FA795F
Complementary color
Monochromatic Colors of #FA795F
Black with #FA795F
Text Example
Text Example
White with #FA795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA795F; }
p { color: rgb(250,121,95); }
H1.HeaderClassName
{
color: #FA795F;
}
.AnyTagClassName
{
color: #FA795F;
}
</style>
background-color css
<style>
a { background-color: #FA795F; }
a { background-color: rgb(250,121,95); }
div.DivClassName
{
background-color: #FA795F;
}
.BgClassName
{
background-color: #FA795F;
}
</style>
border-color css
<style>
span { border-color: #FA795F; }
span { border-color: rgb(250,121,95); }
td.TdClassName
{
border-color: #FA795F;
}
.TagClassName
{
border-color: #FA795F;
}
</style>