Shades of Bittersweet #FA7358
Tints of Bittersweet #FA7358
RGB
CMYK
RGB Variations
Color information
#FA7358 (or 0xFA7358) is known color: Bittersweet. HEX triplet: FA, 73 and 58. RGB value is (250,115,88). Sum of RGB (Red+Green+Blue) = 250+115+88=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7358 is #058CA7. Grayscale: #989898. Windows color (decimal): -363688 or 5796858. OLE color: 5796858.
HSL color Cylindrical-coordinate representation of color #FA7358: hue angle of 10º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA7358 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 88 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.02 |
| HSL | 10º | 0.94% | 0.66% | - |
| HSV(B) | 10º | 0.65% | 0.98% | - |
| XYZ | 47.32 | 33.29 | 13.16 | - |
| YUV | 152.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 88 | 0 | 0.54 | 0.65 | 0.02 | 10 | 0.94 | 0.66 |
| Hex | FA | 73 | 58 | 0 | 36 | 41 | 2 | A | 5E | 42 |
| Octal | 372 | 163 | 130 | 0 | 66 | 101 | 2 | 12 | 136 | 102 |
| Binary | 11111010 | 1110011 | 1011000 | 0 | 110110 | 1000001 | 10 | 1010 | 1011110 | 1000010 |
Color Harmonies of #FA7358
Complementary color
Monochromatic Colors of #FA7358
Black with #FA7358
Text Example
Text Example
White with #FA7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7358; }
p { color: rgb(250,115,88); }
H1.HeaderClassName
{
color: #FA7358;
}
.AnyTagClassName
{
color: #FA7358;
}
</style>
background-color css
<style>
a { background-color: #FA7358; }
a { background-color: rgb(250,115,88); }
div.DivClassName
{
background-color: #FA7358;
}
.BgClassName
{
background-color: #FA7358;
}
</style>
border-color css
<style>
span { border-color: #FA7358; }
span { border-color: rgb(250,115,88); }
td.TdClassName
{
border-color: #FA7358;
}
.TagClassName
{
border-color: #FA7358;
}
</style>