Shades of Bittersweet #FC7667
Tints of Bittersweet #FC7667
RGB
CMYK
RGB Variations
Color information
#FC7667 (or 0xFC7667) is known color: Bittersweet. HEX triplet: FC, 76 and 67. RGB value is (252,118,103). Sum of RGB (Red+Green+Blue) = 252+118+103=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7667 is #038998. Grayscale: #9C9C9C. Windows color (decimal): -231833 or 6780668. OLE color: 6780668.
HSL color Cylindrical-coordinate representation of color #FC7667: hue angle of 6.04º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC7667 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 103 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.01 |
| HSL | 6.04º | 0.96% | 0.7% | - |
| HSV(B) | 6.04º | 0.59% | 0.99% | - |
| XYZ | 49.07 | 34.63 | 16.93 | - |
| YUV | 156.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 103 | 0 | 0.53 | 0.59 | 0.01 | 6.04 | 0.96 | 0.7 |
| Hex | FC | 76 | 67 | 0 | 35 | 3B | 1 | 6 | 60 | 46 |
| Octal | 374 | 166 | 147 | 0 | 65 | 73 | 1 | 6 | 140 | 106 |
| Binary | 11111100 | 1110110 | 1100111 | 0 | 110101 | 111011 | 1 | 110 | 1100000 | 1000110 |
Color Harmonies of #FC7667
Complementary color
Monochromatic Colors of #FC7667
Black with #FC7667
Text Example
Text Example
White with #FC7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7667; }
p { color: rgb(252,118,103); }
H1.HeaderClassName
{
color: #FC7667;
}
.AnyTagClassName
{
color: #FC7667;
}
</style>
background-color css
<style>
a { background-color: #FC7667; }
a { background-color: rgb(252,118,103); }
div.DivClassName
{
background-color: #FC7667;
}
.BgClassName
{
background-color: #FC7667;
}
</style>
border-color css
<style>
span { border-color: #FC7667; }
span { border-color: rgb(252,118,103); }
td.TdClassName
{
border-color: #FC7667;
}
.TagClassName
{
border-color: #FC7667;
}
</style>