Shades of Bittersweet #FA675B
Tints of Bittersweet #FA675B
RGB
CMYK
RGB Variations
Color information
#FA675B (or 0xFA675B) is known color: Bittersweet. HEX triplet: FA, 67 and 5B. RGB value is (250,103,91). Sum of RGB (Red+Green+Blue) = 250+103+91=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA675B is #0598A4. Grayscale: #919191. Windows color (decimal): -366757 or 5990394. OLE color: 5990394.
HSL color Cylindrical-coordinate representation of color #FA675B: hue angle of 4.53º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA675B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 91 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.53º | 0.94% | 0.67% | - |
| HSV(B) | 4.53º | 0.64% | 0.98% | - |
| XYZ | 46.16 | 30.78 | 13.41 | - |
| YUV | 145.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 91 | 0 | 0.59 | 0.64 | 0.02 | 4.53 | 0.94 | 0.67 |
| Hex | FA | 67 | 5B | 0 | 3B | 40 | 2 | 5 | 5E | 43 |
| Octal | 372 | 147 | 133 | 0 | 73 | 100 | 2 | 5 | 136 | 103 |
| Binary | 11111010 | 1100111 | 1011011 | 0 | 111011 | 1000000 | 10 | 101 | 1011110 | 1000011 |
Color Harmonies of #FA675B
Complementary color
Monochromatic Colors of #FA675B
Black with #FA675B
Text Example
Text Example
White with #FA675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA675B; }
p { color: rgb(250,103,91); }
H1.HeaderClassName
{
color: #FA675B;
}
.AnyTagClassName
{
color: #FA675B;
}
</style>
background-color css
<style>
a { background-color: #FA675B; }
a { background-color: rgb(250,103,91); }
div.DivClassName
{
background-color: #FA675B;
}
.BgClassName
{
background-color: #FA675B;
}
</style>
border-color css
<style>
span { border-color: #FA675B; }
span { border-color: rgb(250,103,91); }
td.TdClassName
{
border-color: #FA675B;
}
.TagClassName
{
border-color: #FA675B;
}
</style>