Shades of Bittersweet #FA635D
Tints of Bittersweet #FA635D
RGB
CMYK
RGB Variations
Color information
#FA635D (or 0xFA635D) is known color: Bittersweet. HEX triplet: FA, 63 and 5D. RGB value is (250,99,93). Sum of RGB (Red+Green+Blue) = 250+99+93=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA635D is #059CA2. Grayscale: #8F8F8F. Windows color (decimal): -367779 or 6120442. OLE color: 6120442.
HSL color Cylindrical-coordinate representation of color #FA635D: hue angle of 2.29º 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 #FA635D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 93 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.02 |
| HSL | 2.29º | 0.94% | 0.67% | - |
| HSV(B) | 2.29º | 0.63% | 0.98% | - |
| XYZ | 45.86 | 30.04 | 13.74 | - |
| YUV | 143.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 93 | 0 | 0.60 | 0.63 | 0.02 | 2.29 | 0.94 | 0.67 |
| Hex | FA | 63 | 5D | 0 | 3C | 3F | 2 | 2 | 5E | 43 |
| Octal | 372 | 143 | 135 | 0 | 74 | 77 | 2 | 2 | 136 | 103 |
| Binary | 11111010 | 1100011 | 1011101 | 0 | 111100 | 111111 | 10 | 10 | 1011110 | 1000011 |
Color Harmonies of #FA635D
Complementary color
Monochromatic Colors of #FA635D
Black with #FA635D
Text Example
Text Example
White with #FA635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA635D; }
p { color: rgb(250,99,93); }
H1.HeaderClassName
{
color: #FA635D;
}
.AnyTagClassName
{
color: #FA635D;
}
</style>
background-color css
<style>
a { background-color: #FA635D; }
a { background-color: rgb(250,99,93); }
div.DivClassName
{
background-color: #FA635D;
}
.BgClassName
{
background-color: #FA635D;
}
</style>
border-color css
<style>
span { border-color: #FA635D; }
span { border-color: rgb(250,99,93); }
td.TdClassName
{
border-color: #FA635D;
}
.TagClassName
{
border-color: #FA635D;
}
</style>