Shades of Bittersweet #FA7C5E
Tints of Bittersweet #FA7C5E
RGB
CMYK
RGB Variations
Color information
#FA7C5E (or 0xFA7C5E) is known color: Bittersweet. HEX triplet: FA, 7C and 5E. RGB value is (250,124,94). Sum of RGB (Red+Green+Blue) = 250+124+94=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C5E is #0583A1. Grayscale: #9E9E9E. Windows color (decimal): -361378 or 6192378. OLE color: 6192378.
HSL color Cylindrical-coordinate representation of color #FA7C5E: hue angle of 11.54º 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 #FA7C5E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 94 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.02 |
| HSL | 11.54º | 0.94% | 0.67% | - |
| HSV(B) | 11.54º | 0.62% | 0.98% | - |
| XYZ | 48.65 | 35.55 | 14.89 | - |
| YUV | 158.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 94 | 0 | 0.50 | 0.62 | 0.02 | 11.54 | 0.94 | 0.67 |
| Hex | FA | 7C | 5E | 0 | 32 | 3E | 2 | C | 5E | 43 |
| Octal | 372 | 174 | 136 | 0 | 62 | 76 | 2 | 14 | 136 | 103 |
| Binary | 11111010 | 1111100 | 1011110 | 0 | 110010 | 111110 | 10 | 1100 | 1011110 | 1000011 |
Color Harmonies of #FA7C5E
Complementary color
Monochromatic Colors of #FA7C5E
Black with #FA7C5E
Text Example
Text Example
White with #FA7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C5E; }
p { color: rgb(250,124,94); }
H1.HeaderClassName
{
color: #FA7C5E;
}
.AnyTagClassName
{
color: #FA7C5E;
}
</style>
background-color css
<style>
a { background-color: #FA7C5E; }
a { background-color: rgb(250,124,94); }
div.DivClassName
{
background-color: #FA7C5E;
}
.BgClassName
{
background-color: #FA7C5E;
}
</style>
border-color css
<style>
span { border-color: #FA7C5E; }
span { border-color: rgb(250,124,94); }
td.TdClassName
{
border-color: #FA7C5E;
}
.TagClassName
{
border-color: #FA7C5E;
}
</style>