Shades of Bittersweet #FA6D5E
Tints of Bittersweet #FA6D5E
RGB
CMYK
RGB Variations
Color information
#FA6D5E (or 0xFA6D5E) is known color: Bittersweet. HEX triplet: FA, 6D and 5E. RGB value is (250,109,94). Sum of RGB (Red+Green+Blue) = 250+109+94=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D5E is #0592A1. Grayscale: #959595. Windows color (decimal): -365218 or 6188538. OLE color: 6188538.
HSL color Cylindrical-coordinate representation of color #FA6D5E: hue angle of 5.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6D5E is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 94 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.02 |
| HSL | 5.77º | 0.94% | 0.67% | - |
| HSV(B) | 5.77º | 0.62% | 0.98% | - |
| XYZ | 46.91 | 32.07 | 14.31 | - |
| YUV | 149.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 94 | 0 | 0.56 | 0.62 | 0.02 | 5.77 | 0.94 | 0.67 |
| Hex | FA | 6D | 5E | 0 | 38 | 3E | 2 | 6 | 5E | 43 |
| Octal | 372 | 155 | 136 | 0 | 70 | 76 | 2 | 6 | 136 | 103 |
| Binary | 11111010 | 1101101 | 1011110 | 0 | 111000 | 111110 | 10 | 110 | 1011110 | 1000011 |
Color Harmonies of #FA6D5E
Complementary color
Monochromatic Colors of #FA6D5E
Black with #FA6D5E
Text Example
Text Example
White with #FA6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D5E; }
p { color: rgb(250,109,94); }
H1.HeaderClassName
{
color: #FA6D5E;
}
.AnyTagClassName
{
color: #FA6D5E;
}
</style>
background-color css
<style>
a { background-color: #FA6D5E; }
a { background-color: rgb(250,109,94); }
div.DivClassName
{
background-color: #FA6D5E;
}
.BgClassName
{
background-color: #FA6D5E;
}
</style>
border-color css
<style>
span { border-color: #FA6D5E; }
span { border-color: rgb(250,109,94); }
td.TdClassName
{
border-color: #FA6D5E;
}
.TagClassName
{
border-color: #FA6D5E;
}
</style>