Shades of Bittersweet #FA6B5A
Tints of Bittersweet #FA6B5A
RGB
CMYK
RGB Variations
Color information
#FA6B5A (or 0xFA6B5A) is known color: Bittersweet. HEX triplet: FA, 6B and 5A. RGB value is (250,107,90). Sum of RGB (Red+Green+Blue) = 250+107+90=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B5A is #0594A5. Grayscale: #949494. Windows color (decimal): -365734 or 5925882. OLE color: 5925882.
HSL color Cylindrical-coordinate representation of color #FA6B5A: hue angle of 6.38º 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 #FA6B5A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 90 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.02 |
| HSL | 6.38º | 0.94% | 0.67% | - |
| HSV(B) | 6.38º | 0.64% | 0.98% | - |
| XYZ | 46.53 | 31.58 | 13.32 | - |
| YUV | 147.82 | 95.38 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 90 | 0 | 0.57 | 0.64 | 0.02 | 6.38 | 0.94 | 0.67 |
| Hex | FA | 6B | 5A | 0 | 39 | 40 | 2 | 6 | 5E | 43 |
| Octal | 372 | 153 | 132 | 0 | 71 | 100 | 2 | 6 | 136 | 103 |
| Binary | 11111010 | 1101011 | 1011010 | 0 | 111001 | 1000000 | 10 | 110 | 1011110 | 1000011 |
Color Harmonies of #FA6B5A
Complementary color
Monochromatic Colors of #FA6B5A
Black with #FA6B5A
Text Example
Text Example
White with #FA6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B5A; }
p { color: rgb(250,107,90); }
H1.HeaderClassName
{
color: #FA6B5A;
}
.AnyTagClassName
{
color: #FA6B5A;
}
</style>
background-color css
<style>
a { background-color: #FA6B5A; }
a { background-color: rgb(250,107,90); }
div.DivClassName
{
background-color: #FA6B5A;
}
.BgClassName
{
background-color: #FA6B5A;
}
</style>
border-color css
<style>
span { border-color: #FA6B5A; }
span { border-color: rgb(250,107,90); }
td.TdClassName
{
border-color: #FA6B5A;
}
.TagClassName
{
border-color: #FA6B5A;
}
</style>