Shades of Bittersweet #FC635B
Tints of Bittersweet #FC635B
RGB
CMYK
RGB Variations
Color information
#FC635B (or 0xFC635B) is known color: Bittersweet. HEX triplet: FC, 63 and 5B. RGB value is (252,99,91). Sum of RGB (Red+Green+Blue) = 252+99+91=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635B is #039CA4. Grayscale: #909090. Windows color (decimal): -236709 or 5989372. OLE color: 5989372.
HSL color Cylindrical-coordinate representation of color #FC635B: hue angle of 2.98º 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 #FC635B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 91 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.01 |
| HSL | 2.98º | 0.96% | 0.67% | - |
| HSV(B) | 2.98º | 0.64% | 0.99% | - |
| XYZ | 46.5 | 30.37 | 13.31 | - |
| YUV | 143.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 91 | 0 | 0.61 | 0.64 | 0.01 | 2.98 | 0.96 | 0.67 |
| Hex | FC | 63 | 5B | 0 | 3D | 40 | 1 | 3 | 60 | 43 |
| Octal | 374 | 143 | 133 | 0 | 75 | 100 | 1 | 3 | 140 | 103 |
| Binary | 11111100 | 1100011 | 1011011 | 0 | 111101 | 1000000 | 1 | 11 | 1100000 | 1000011 |
Color Harmonies of #FC635B
Complementary color
Monochromatic Colors of #FC635B
Black with #FC635B
Text Example
Text Example
White with #FC635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC635B; }
p { color: rgb(252,99,91); }
H1.HeaderClassName
{
color: #FC635B;
}
.AnyTagClassName
{
color: #FC635B;
}
</style>
background-color css
<style>
a { background-color: #FC635B; }
a { background-color: rgb(252,99,91); }
div.DivClassName
{
background-color: #FC635B;
}
.BgClassName
{
background-color: #FC635B;
}
</style>
border-color css
<style>
span { border-color: #FC635B; }
span { border-color: rgb(252,99,91); }
td.TdClassName
{
border-color: #FC635B;
}
.TagClassName
{
border-color: #FC635B;
}
</style>