Shades of Bittersweet #FA7B5F
Tints of Bittersweet #FA7B5F
RGB
CMYK
RGB Variations
Color information
#FA7B5F (or 0xFA7B5F) is known color: Bittersweet. HEX triplet: FA, 7B and 5F. RGB value is (250,123,95). Sum of RGB (Red+Green+Blue) = 250+123+95=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B5F is #0584A0. Grayscale: #9E9E9E. Windows color (decimal): -361633 or 6257658. OLE color: 6257658.
HSL color Cylindrical-coordinate representation of color #FA7B5F: hue angle of 10.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA7B5F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 95 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.02 |
| HSL | 10.84º | 0.94% | 0.68% | - |
| HSV(B) | 10.84º | 0.62% | 0.98% | - |
| XYZ | 48.57 | 35.32 | 15.08 | - |
| YUV | 157.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 95 | 0 | 0.51 | 0.62 | 0.02 | 10.84 | 0.94 | 0.68 |
| Hex | FA | 7B | 5F | 0 | 33 | 3E | 2 | B | 5E | 44 |
| Octal | 372 | 173 | 137 | 0 | 63 | 76 | 2 | 13 | 136 | 104 |
| Binary | 11111010 | 1111011 | 1011111 | 0 | 110011 | 111110 | 10 | 1011 | 1011110 | 1000100 |
Color Harmonies of #FA7B5F
Complementary color
Monochromatic Colors of #FA7B5F
Black with #FA7B5F
Text Example
Text Example
White with #FA7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B5F; }
p { color: rgb(250,123,95); }
H1.HeaderClassName
{
color: #FA7B5F;
}
.AnyTagClassName
{
color: #FA7B5F;
}
</style>
background-color css
<style>
a { background-color: #FA7B5F; }
a { background-color: rgb(250,123,95); }
div.DivClassName
{
background-color: #FA7B5F;
}
.BgClassName
{
background-color: #FA7B5F;
}
</style>
border-color css
<style>
span { border-color: #FA7B5F; }
span { border-color: rgb(250,123,95); }
td.TdClassName
{
border-color: #FA7B5F;
}
.TagClassName
{
border-color: #FA7B5F;
}
</style>