Shades of Bittersweet #FA726B
Tints of Bittersweet #FA726B
RGB
CMYK
RGB Variations
Color information
#FA726B (or 0xFA726B) is known color: Bittersweet. HEX triplet: FA, 72 and 6B. RGB value is (250,114,107). Sum of RGB (Red+Green+Blue) = 250+114+107=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA726B is #058D94. Grayscale: #9A9A9A. Windows color (decimal): -363925 or 7041786. OLE color: 7041786.
HSL color Cylindrical-coordinate representation of color #FA726B: hue angle of 2.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA726B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 107 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.02 |
| HSL | 2.94º | 0.93% | 0.7% | - |
| HSV(B) | 2.94º | 0.57% | 0.98% | - |
| XYZ | 48.1 | 33.42 | 17.83 | - |
| YUV | 153.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 107 | 0 | 0.54 | 0.57 | 0.02 | 2.94 | 0.93 | 0.7 |
| Hex | FA | 72 | 6B | 0 | 36 | 39 | 2 | 3 | 5D | 46 |
| Octal | 372 | 162 | 153 | 0 | 66 | 71 | 2 | 3 | 135 | 106 |
| Binary | 11111010 | 1110010 | 1101011 | 0 | 110110 | 111001 | 10 | 11 | 1011101 | 1000110 |
Color Harmonies of #FA726B
Complementary color
Monochromatic Colors of #FA726B
Black with #FA726B
Text Example
Text Example
White with #FA726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA726B; }
p { color: rgb(250,114,107); }
H1.HeaderClassName
{
color: #FA726B;
}
.AnyTagClassName
{
color: #FA726B;
}
</style>
background-color css
<style>
a { background-color: #FA726B; }
a { background-color: rgb(250,114,107); }
div.DivClassName
{
background-color: #FA726B;
}
.BgClassName
{
background-color: #FA726B;
}
</style>
border-color css
<style>
span { border-color: #FA726B; }
span { border-color: rgb(250,114,107); }
td.TdClassName
{
border-color: #FA726B;
}
.TagClassName
{
border-color: #FA726B;
}
</style>