Shades of Bittersweet #FC635A
Tints of Bittersweet #FC635A
RGB
CMYK
RGB Variations
Color information
#FC635A (or 0xFC635A) is known color: Bittersweet. HEX triplet: FC, 63 and 5A. RGB value is (252,99,90). Sum of RGB (Red+Green+Blue) = 252+99+90=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635A is #039CA5. Grayscale: #8F8F8F. Windows color (decimal): -236710 or 5923836. OLE color: 5923836.
HSL color Cylindrical-coordinate representation of color #FC635A: hue angle of 3.33º 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 #FC635A is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 90 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.01 |
| HSL | 3.33º | 0.96% | 0.67% | - |
| HSV(B) | 3.33º | 0.64% | 0.99% | - |
| XYZ | 46.45 | 30.36 | 13.08 | - |
| YUV | 143.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 90 | 0 | 0.61 | 0.64 | 0.01 | 3.33 | 0.96 | 0.67 |
| Hex | FC | 63 | 5A | 0 | 3D | 40 | 1 | 3 | 60 | 43 |
| Octal | 374 | 143 | 132 | 0 | 75 | 100 | 1 | 3 | 140 | 103 |
| Binary | 11111100 | 1100011 | 1011010 | 0 | 111101 | 1000000 | 1 | 11 | 1100000 | 1000011 |
Color Harmonies of #FC635A
Complementary color
Monochromatic Colors of #FC635A
Black with #FC635A
Text Example
Text Example
White with #FC635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC635A; }
p { color: rgb(252,99,90); }
H1.HeaderClassName
{
color: #FC635A;
}
.AnyTagClassName
{
color: #FC635A;
}
</style>
background-color css
<style>
a { background-color: #FC635A; }
a { background-color: rgb(252,99,90); }
div.DivClassName
{
background-color: #FC635A;
}
.BgClassName
{
background-color: #FC635A;
}
</style>
border-color css
<style>
span { border-color: #FC635A; }
span { border-color: rgb(252,99,90); }
td.TdClassName
{
border-color: #FC635A;
}
.TagClassName
{
border-color: #FC635A;
}
</style>