Shades of Bittersweet #FA7262
Tints of Bittersweet #FA7262
RGB
CMYK
RGB Variations
Color information
#FA7262 (or 0xFA7262) is known color: Bittersweet. HEX triplet: FA, 72 and 62. RGB value is (250,114,98). Sum of RGB (Red+Green+Blue) = 250+114+98=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7262 is #058D9D. Grayscale: #999999. Windows color (decimal): -363934 or 6451962. OLE color: 6451962.
HSL color Cylindrical-coordinate representation of color #FA7262: hue angle of 6.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA7262 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 98 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.02 |
| HSL | 6.32º | 0.94% | 0.68% | - |
| HSV(B) | 6.32º | 0.61% | 0.98% | - |
| XYZ | 47.65 | 33.24 | 15.46 | - |
| YUV | 152.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 98 | 0 | 0.54 | 0.61 | 0.02 | 6.32 | 0.94 | 0.68 |
| Hex | FA | 72 | 62 | 0 | 36 | 3D | 2 | 6 | 5E | 44 |
| Octal | 372 | 162 | 142 | 0 | 66 | 75 | 2 | 6 | 136 | 104 |
| Binary | 11111010 | 1110010 | 1100010 | 0 | 110110 | 111101 | 10 | 110 | 1011110 | 1000100 |
Color Harmonies of #FA7262
Complementary color
Monochromatic Colors of #FA7262
Black with #FA7262
Text Example
Text Example
White with #FA7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7262; }
p { color: rgb(250,114,98); }
H1.HeaderClassName
{
color: #FA7262;
}
.AnyTagClassName
{
color: #FA7262;
}
</style>
background-color css
<style>
a { background-color: #FA7262; }
a { background-color: rgb(250,114,98); }
div.DivClassName
{
background-color: #FA7262;
}
.BgClassName
{
background-color: #FA7262;
}
</style>
border-color css
<style>
span { border-color: #FA7262; }
span { border-color: rgb(250,114,98); }
td.TdClassName
{
border-color: #FA7262;
}
.TagClassName
{
border-color: #FA7262;
}
</style>