Shades of Bittersweet #FC765A
Tints of Bittersweet #FC765A
RGB
CMYK
RGB Variations
Color information
#FC765A (or 0xFC765A) is known color: Bittersweet. HEX triplet: FC, 76 and 5A. RGB value is (252,118,90). Sum of RGB (Red+Green+Blue) = 252+118+90=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC765A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC765A is #0389A5. Grayscale: #9B9B9B. Windows color (decimal): -231846 or 5928700. OLE color: 5928700.
HSL color Cylindrical-coordinate representation of color #FC765A: hue angle of 10.37º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC765A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 90 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.01 |
| HSL | 10.37º | 0.96% | 0.67% | - |
| HSV(B) | 10.37º | 0.64% | 0.99% | - |
| XYZ | 48.47 | 34.39 | 13.76 | - |
| YUV | 154.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 90 | 0 | 0.53 | 0.64 | 0.01 | 10.37 | 0.96 | 0.67 |
| Hex | FC | 76 | 5A | 0 | 35 | 40 | 1 | A | 60 | 43 |
| Octal | 374 | 166 | 132 | 0 | 65 | 100 | 1 | 12 | 140 | 103 |
| Binary | 11111100 | 1110110 | 1011010 | 0 | 110101 | 1000000 | 1 | 1010 | 1100000 | 1000011 |
Color Harmonies of #FC765A
Complementary color
Monochromatic Colors of #FC765A
Black with #FC765A
Text Example
Text Example
White with #FC765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC765A; }
p { color: rgb(252,118,90); }
H1.HeaderClassName
{
color: #FC765A;
}
.AnyTagClassName
{
color: #FC765A;
}
</style>
background-color css
<style>
a { background-color: #FC765A; }
a { background-color: rgb(252,118,90); }
div.DivClassName
{
background-color: #FC765A;
}
.BgClassName
{
background-color: #FC765A;
}
</style>
border-color css
<style>
span { border-color: #FC765A; }
span { border-color: rgb(252,118,90); }
td.TdClassName
{
border-color: #FC765A;
}
.TagClassName
{
border-color: #FC765A;
}
</style>