Shades of Bittersweet #FA705A
Tints of Bittersweet #FA705A
RGB
CMYK
RGB Variations
Color information
#FA705A (or 0xFA705A) is known color: Bittersweet. HEX triplet: FA, 70 and 5A. RGB value is (250,112,90). Sum of RGB (Red+Green+Blue) = 250+112+90=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA705A is #058FA5. Grayscale: #969696. Windows color (decimal): -364454 or 5927162. OLE color: 5927162.
HSL color Cylindrical-coordinate representation of color #FA705A: hue angle of 8.25º 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 #FA705A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 90 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.02 |
| HSL | 8.25º | 0.94% | 0.67% | - |
| HSV(B) | 8.25º | 0.64% | 0.98% | - |
| XYZ | 47.06 | 32.65 | 13.49 | - |
| YUV | 150.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 90 | 0 | 0.55 | 0.64 | 0.02 | 8.25 | 0.94 | 0.67 |
| Hex | FA | 70 | 5A | 0 | 37 | 40 | 2 | 8 | 5E | 43 |
| Octal | 372 | 160 | 132 | 0 | 67 | 100 | 2 | 10 | 136 | 103 |
| Binary | 11111010 | 1110000 | 1011010 | 0 | 110111 | 1000000 | 10 | 1000 | 1011110 | 1000011 |
Color Harmonies of #FA705A
Complementary color
Monochromatic Colors of #FA705A
Black with #FA705A
Text Example
Text Example
White with #FA705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA705A; }
p { color: rgb(250,112,90); }
H1.HeaderClassName
{
color: #FA705A;
}
.AnyTagClassName
{
color: #FA705A;
}
</style>
background-color css
<style>
a { background-color: #FA705A; }
a { background-color: rgb(250,112,90); }
div.DivClassName
{
background-color: #FA705A;
}
.BgClassName
{
background-color: #FA705A;
}
</style>
border-color css
<style>
span { border-color: #FA705A; }
span { border-color: rgb(250,112,90); }
td.TdClassName
{
border-color: #FA705A;
}
.TagClassName
{
border-color: #FA705A;
}
</style>