Shades of Bittersweet #FA7B5C
Tints of Bittersweet #FA7B5C
RGB
CMYK
RGB Variations
Color information
#FA7B5C (or 0xFA7B5C) is known color: Bittersweet. HEX triplet: FA, 7B and 5C. RGB value is (250,123,92). Sum of RGB (Red+Green+Blue) = 250+123+92=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B5C is #0584A3. Grayscale: #9D9D9D. Windows color (decimal): -361636 or 6061050. OLE color: 6061050.
HSL color Cylindrical-coordinate representation of color #FA7B5C: hue angle of 11.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA7B5C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 92 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.02 |
| HSL | 11.77º | 0.94% | 0.67% | - |
| HSV(B) | 11.77º | 0.63% | 0.98% | - |
| XYZ | 48.44 | 35.26 | 14.38 | - |
| YUV | 157.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 92 | 0 | 0.51 | 0.63 | 0.02 | 11.77 | 0.94 | 0.67 |
| Hex | FA | 7B | 5C | 0 | 33 | 3F | 2 | C | 5E | 43 |
| Octal | 372 | 173 | 134 | 0 | 63 | 77 | 2 | 14 | 136 | 103 |
| Binary | 11111010 | 1111011 | 1011100 | 0 | 110011 | 111111 | 10 | 1100 | 1011110 | 1000011 |
Color Harmonies of #FA7B5C
Complementary color
Monochromatic Colors of #FA7B5C
Black with #FA7B5C
Text Example
Text Example
White with #FA7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B5C; }
p { color: rgb(250,123,92); }
H1.HeaderClassName
{
color: #FA7B5C;
}
.AnyTagClassName
{
color: #FA7B5C;
}
</style>
background-color css
<style>
a { background-color: #FA7B5C; }
a { background-color: rgb(250,123,92); }
div.DivClassName
{
background-color: #FA7B5C;
}
.BgClassName
{
background-color: #FA7B5C;
}
</style>
border-color css
<style>
span { border-color: #FA7B5C; }
span { border-color: rgb(250,123,92); }
td.TdClassName
{
border-color: #FA7B5C;
}
.TagClassName
{
border-color: #FA7B5C;
}
</style>