Shades of Bittersweet #FA755A
Tints of Bittersweet #FA755A
RGB
CMYK
RGB Variations
Color information
#FA755A (or 0xFA755A) is known color: Bittersweet. HEX triplet: FA, 75 and 5A. RGB value is (250,117,90). Sum of RGB (Red+Green+Blue) = 250+117+90=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA755A is #058AA5. Grayscale: #999999. Windows color (decimal): -363174 or 5928442. OLE color: 5928442.
HSL color Cylindrical-coordinate representation of color #FA755A: hue angle of 10.12º 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 #FA755A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 90 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.02 |
| HSL | 10.13º | 0.94% | 0.67% | - |
| HSV(B) | 10.13º | 0.64% | 0.98% | - |
| XYZ | 47.63 | 33.78 | 13.68 | - |
| YUV | 153.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 90 | 0 | 0.53 | 0.64 | 0.02 | 10.13 | 0.94 | 0.67 |
| Hex | FA | 75 | 5A | 0 | 35 | 40 | 2 | A | 5E | 43 |
| Octal | 372 | 165 | 132 | 0 | 65 | 100 | 2 | 12 | 136 | 103 |
| Binary | 11111010 | 1110101 | 1011010 | 0 | 110101 | 1000000 | 10 | 1010 | 1011110 | 1000011 |
Color Harmonies of #FA755A
Complementary color
Monochromatic Colors of #FA755A
Black with #FA755A
Text Example
Text Example
White with #FA755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA755A; }
p { color: rgb(250,117,90); }
H1.HeaderClassName
{
color: #FA755A;
}
.AnyTagClassName
{
color: #FA755A;
}
</style>
background-color css
<style>
a { background-color: #FA755A; }
a { background-color: rgb(250,117,90); }
div.DivClassName
{
background-color: #FA755A;
}
.BgClassName
{
background-color: #FA755A;
}
</style>
border-color css
<style>
span { border-color: #FA755A; }
span { border-color: rgb(250,117,90); }
td.TdClassName
{
border-color: #FA755A;
}
.TagClassName
{
border-color: #FA755A;
}
</style>