Shades of Bittersweet #FA725C
Tints of Bittersweet #FA725C
RGB
CMYK
RGB Variations
Color information
#FA725C (or 0xFA725C) is known color: Bittersweet. HEX triplet: FA, 72 and 5C. RGB value is (250,114,92). Sum of RGB (Red+Green+Blue) = 250+114+92=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA725C is #058DA3. Grayscale: #989898. Windows color (decimal): -363940 or 6058746. OLE color: 6058746.
HSL color Cylindrical-coordinate representation of color #FA725C: hue angle of 8.35º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA725C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 92 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.02 |
| HSL | 8.35º | 0.94% | 0.67% | - |
| HSV(B) | 8.35º | 0.63% | 0.98% | - |
| XYZ | 47.37 | 33.13 | 14.02 | - |
| YUV | 152.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 92 | 0 | 0.54 | 0.63 | 0.02 | 8.35 | 0.94 | 0.67 |
| Hex | FA | 72 | 5C | 0 | 36 | 3F | 2 | 8 | 5E | 43 |
| Octal | 372 | 162 | 134 | 0 | 66 | 77 | 2 | 10 | 136 | 103 |
| Binary | 11111010 | 1110010 | 1011100 | 0 | 110110 | 111111 | 10 | 1000 | 1011110 | 1000011 |
Color Harmonies of #FA725C
Complementary color
Monochromatic Colors of #FA725C
Black with #FA725C
Text Example
Text Example
White with #FA725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA725C; }
p { color: rgb(250,114,92); }
H1.HeaderClassName
{
color: #FA725C;
}
.AnyTagClassName
{
color: #FA725C;
}
</style>
background-color css
<style>
a { background-color: #FA725C; }
a { background-color: rgb(250,114,92); }
div.DivClassName
{
background-color: #FA725C;
}
.BgClassName
{
background-color: #FA725C;
}
</style>
border-color css
<style>
span { border-color: #FA725C; }
span { border-color: rgb(250,114,92); }
td.TdClassName
{
border-color: #FA725C;
}
.TagClassName
{
border-color: #FA725C;
}
</style>