Shades of Bittersweet #FC675B
Tints of Bittersweet #FC675B
RGB
CMYK
RGB Variations
Color information
#FC675B (or 0xFC675B) is known color: Bittersweet. HEX triplet: FC, 67 and 5B. RGB value is (252,103,91). Sum of RGB (Red+Green+Blue) = 252+103+91=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC675B is #0398A4. Grayscale: #929292. Windows color (decimal): -235685 or 5990396. OLE color: 5990396.
HSL color Cylindrical-coordinate representation of color #FC675B: hue angle of 4.47º 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 #FC675B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 91 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.01 |
| HSL | 4.47º | 0.96% | 0.67% | - |
| HSV(B) | 4.47º | 0.64% | 0.99% | - |
| XYZ | 46.88 | 31.15 | 13.44 | - |
| YUV | 146.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 91 | 0 | 0.59 | 0.64 | 0.01 | 4.47 | 0.96 | 0.67 |
| Hex | FC | 67 | 5B | 0 | 3B | 40 | 1 | 4 | 60 | 43 |
| Octal | 374 | 147 | 133 | 0 | 73 | 100 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100111 | 1011011 | 0 | 111011 | 1000000 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC675B
Complementary color
Monochromatic Colors of #FC675B
Black with #FC675B
Text Example
Text Example
White with #FC675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC675B; }
p { color: rgb(252,103,91); }
H1.HeaderClassName
{
color: #FC675B;
}
.AnyTagClassName
{
color: #FC675B;
}
</style>
background-color css
<style>
a { background-color: #FC675B; }
a { background-color: rgb(252,103,91); }
div.DivClassName
{
background-color: #FC675B;
}
.BgClassName
{
background-color: #FC675B;
}
</style>
border-color css
<style>
span { border-color: #FC675B; }
span { border-color: rgb(252,103,91); }
td.TdClassName
{
border-color: #FC675B;
}
.TagClassName
{
border-color: #FC675B;
}
</style>