Shades of Bittersweet #FA6C52
Tints of Bittersweet #FA6C52
RGB
CMYK
RGB Variations
Color information
#FA6C52 (or 0xFA6C52) is known color: Bittersweet. HEX triplet: FA, 6C and 52. RGB value is (250,108,82). Sum of RGB (Red+Green+Blue) = 250+108+82=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C52 is #0593AD. Grayscale: #939393. Windows color (decimal): -365486 or 5401850. OLE color: 5401850.
HSL color Cylindrical-coordinate representation of color #FA6C52: hue angle of 9.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA6C52 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 82 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.02 |
| HSL | 9.29º | 0.94% | 0.65% | - |
| HSV(B) | 9.29º | 0.67% | 0.98% | - |
| XYZ | 46.31 | 31.66 | 11.65 | - |
| YUV | 147.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 82 | 0 | 0.57 | 0.67 | 0.02 | 9.29 | 0.94 | 0.65 |
| Hex | FA | 6C | 52 | 0 | 39 | 43 | 2 | 9 | 5E | 41 |
| Octal | 372 | 154 | 122 | 0 | 71 | 103 | 2 | 11 | 136 | 101 |
| Binary | 11111010 | 1101100 | 1010010 | 0 | 111001 | 1000011 | 10 | 1001 | 1011110 | 1000001 |
Color Harmonies of #FA6C52
Complementary color
Monochromatic Colors of #FA6C52
Black with #FA6C52
Text Example
Text Example
White with #FA6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C52; }
p { color: rgb(250,108,82); }
H1.HeaderClassName
{
color: #FA6C52;
}
.AnyTagClassName
{
color: #FA6C52;
}
</style>
background-color css
<style>
a { background-color: #FA6C52; }
a { background-color: rgb(250,108,82); }
div.DivClassName
{
background-color: #FA6C52;
}
.BgClassName
{
background-color: #FA6C52;
}
</style>
border-color css
<style>
span { border-color: #FA6C52; }
span { border-color: rgb(250,108,82); }
td.TdClassName
{
border-color: #FA6C52;
}
.TagClassName
{
border-color: #FA6C52;
}
</style>