Shades of Bittersweet #FA675E
Tints of Bittersweet #FA675E
RGB
CMYK
RGB Variations
Color information
#FA675E (or 0xFA675E) is known color: Bittersweet. HEX triplet: FA, 67 and 5E. RGB value is (250,103,94). Sum of RGB (Red+Green+Blue) = 250+103+94=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA675E is #0598A1. Grayscale: #929292. Windows color (decimal): -366754 or 6187002. OLE color: 6187002.
HSL color Cylindrical-coordinate representation of color #FA675E: hue angle of 3.46º 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 #FA675E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 94 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.02 |
| HSL | 3.46º | 0.94% | 0.67% | - |
| HSV(B) | 3.46º | 0.62% | 0.98% | - |
| XYZ | 46.29 | 30.83 | 14.1 | - |
| YUV | 145.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 94 | 0 | 0.59 | 0.62 | 0.02 | 3.46 | 0.94 | 0.67 |
| Hex | FA | 67 | 5E | 0 | 3B | 3E | 2 | 3 | 5E | 43 |
| Octal | 372 | 147 | 136 | 0 | 73 | 76 | 2 | 3 | 136 | 103 |
| Binary | 11111010 | 1100111 | 1011110 | 0 | 111011 | 111110 | 10 | 11 | 1011110 | 1000011 |
Color Harmonies of #FA675E
Complementary color
Monochromatic Colors of #FA675E
Black with #FA675E
Text Example
Text Example
White with #FA675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA675E; }
p { color: rgb(250,103,94); }
H1.HeaderClassName
{
color: #FA675E;
}
.AnyTagClassName
{
color: #FA675E;
}
</style>
background-color css
<style>
a { background-color: #FA675E; }
a { background-color: rgb(250,103,94); }
div.DivClassName
{
background-color: #FA675E;
}
.BgClassName
{
background-color: #FA675E;
}
</style>
border-color css
<style>
span { border-color: #FA675E; }
span { border-color: rgb(250,103,94); }
td.TdClassName
{
border-color: #FA675E;
}
.TagClassName
{
border-color: #FA675E;
}
</style>