Shades of Bittersweet #FC675C
Tints of Bittersweet #FC675C
RGB
CMYK
RGB Variations
Color information
#FC675C (or 0xFC675C) is known color: Bittersweet. HEX triplet: FC, 67 and 5C. RGB value is (252,103,92). Sum of RGB (Red+Green+Blue) = 252+103+92=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC675C is #0398A3. Grayscale: #929292. Windows color (decimal): -235684 or 6055932. OLE color: 6055932.
HSL color Cylindrical-coordinate representation of color #FC675C: hue angle of 4.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC675C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 92 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.01 |
| HSL | 4.13º | 0.96% | 0.67% | - |
| HSV(B) | 4.13º | 0.63% | 0.99% | - |
| XYZ | 46.93 | 31.17 | 13.67 | - |
| YUV | 146.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 92 | 0 | 0.59 | 0.63 | 0.01 | 4.13 | 0.96 | 0.67 |
| Hex | FC | 67 | 5C | 0 | 3B | 3F | 1 | 4 | 60 | 43 |
| Octal | 374 | 147 | 134 | 0 | 73 | 77 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100111 | 1011100 | 0 | 111011 | 111111 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC675C
Complementary color
Monochromatic Colors of #FC675C
Black with #FC675C
Text Example
Text Example
White with #FC675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC675C; }
p { color: rgb(252,103,92); }
H1.HeaderClassName
{
color: #FC675C;
}
.AnyTagClassName
{
color: #FC675C;
}
</style>
background-color css
<style>
a { background-color: #FC675C; }
a { background-color: rgb(252,103,92); }
div.DivClassName
{
background-color: #FC675C;
}
.BgClassName
{
background-color: #FC675C;
}
</style>
border-color css
<style>
span { border-color: #FC675C; }
span { border-color: rgb(252,103,92); }
td.TdClassName
{
border-color: #FC675C;
}
.TagClassName
{
border-color: #FC675C;
}
</style>