Shades of Bittersweet #FA745D
Tints of Bittersweet #FA745D
RGB
CMYK
RGB Variations
Color information
#FA745D (or 0xFA745D) is known color: Bittersweet. HEX triplet: FA, 74 and 5D. RGB value is (250,116,93). Sum of RGB (Red+Green+Blue) = 250+116+93=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA745D is #058BA2. Grayscale: #999999. Windows color (decimal): -363427 or 6124794. OLE color: 6124794.
HSL color Cylindrical-coordinate representation of color #FA745D: hue angle of 8.79º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA745D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.02 |
| HSL | 8.79º | 0.94% | 0.67% | - |
| HSV(B) | 8.79º | 0.63% | 0.98% | - |
| XYZ | 47.65 | 33.61 | 14.33 | - |
| YUV | 153.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 93 | 0 | 0.54 | 0.63 | 0.02 | 8.79 | 0.94 | 0.67 |
| Hex | FA | 74 | 5D | 0 | 36 | 3F | 2 | 9 | 5E | 43 |
| Octal | 372 | 164 | 135 | 0 | 66 | 77 | 2 | 11 | 136 | 103 |
| Binary | 11111010 | 1110100 | 1011101 | 0 | 110110 | 111111 | 10 | 1001 | 1011110 | 1000011 |
Color Harmonies of #FA745D
Complementary color
Monochromatic Colors of #FA745D
Black with #FA745D
Text Example
Text Example
White with #FA745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA745D; }
p { color: rgb(250,116,93); }
H1.HeaderClassName
{
color: #FA745D;
}
.AnyTagClassName
{
color: #FA745D;
}
</style>
background-color css
<style>
a { background-color: #FA745D; }
a { background-color: rgb(250,116,93); }
div.DivClassName
{
background-color: #FA745D;
}
.BgClassName
{
background-color: #FA745D;
}
</style>
border-color css
<style>
span { border-color: #FA745D; }
span { border-color: rgb(250,116,93); }
td.TdClassName
{
border-color: #FA745D;
}
.TagClassName
{
border-color: #FA745D;
}
</style>