Shades of Outrageous Orange #FC653D
Tints of Outrageous Orange #FC653D
RGB
CMYK
RGB Variations
Color information
#FC653D (or 0xFC653D) is known color: Outrageous Orange. HEX triplet: FC, 65 and 3D. RGB value is (252,101,61). Sum of RGB (Red+Green+Blue) = 252+101+61=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC653D is #039AC2. Grayscale: #8D8D8D. Windows color (decimal): -236227 or 4023804. OLE color: 4023804.
HSL color Cylindrical-coordinate representation of color #FC653D: hue angle of 12.57º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC653D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 61 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.01 |
| HSL | 12.57º | 0.97% | 0.61% | - |
| HSV(B) | 12.57º | 0.76% | 0.99% | - |
| XYZ | 45.64 | 30.34 | 7.87 | - |
| YUV | 141.59 | 82.53 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 61 | 0 | 0.60 | 0.76 | 0.01 | 12.57 | 0.97 | 0.61 |
| Hex | FC | 65 | 3D | 0 | 3C | 4C | 1 | D | 61 | 3D |
| Octal | 374 | 145 | 75 | 0 | 74 | 114 | 1 | 15 | 141 | 75 |
| Binary | 11111100 | 1100101 | 111101 | 0 | 111100 | 1001100 | 1 | 1101 | 1100001 | 111101 |
Color Harmonies of #FC653D
Complementary color
Monochromatic Colors of #FC653D
Black with #FC653D
Text Example
Text Example
White with #FC653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC653D; }
p { color: rgb(252,101,61); }
H1.HeaderClassName
{
color: #FC653D;
}
.AnyTagClassName
{
color: #FC653D;
}
</style>
background-color css
<style>
a { background-color: #FC653D; }
a { background-color: rgb(252,101,61); }
div.DivClassName
{
background-color: #FC653D;
}
.BgClassName
{
background-color: #FC653D;
}
</style>
border-color css
<style>
span { border-color: #FC653D; }
span { border-color: rgb(252,101,61); }
td.TdClassName
{
border-color: #FC653D;
}
.TagClassName
{
border-color: #FC653D;
}
</style>