Shades of Outrageous Orange #FC613D
Tints of Outrageous Orange #FC613D
RGB
CMYK
RGB Variations
Color information
#FC613D (or 0xFC613D) is known color: Outrageous Orange. HEX triplet: FC, 61 and 3D. RGB value is (252,97,61). Sum of RGB (Red+Green+Blue) = 252+97+61=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC613D is #039EC2. Grayscale: #8B8B8B. Windows color (decimal): -237251 or 4022780. OLE color: 4022780.
HSL color Cylindrical-coordinate representation of color #FC613D: hue angle of 11.31º 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 #FC613D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 61 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.01 |
| HSL | 11.31º | 0.97% | 0.61% | - |
| HSV(B) | 11.31º | 0.76% | 0.99% | - |
| XYZ | 45.26 | 29.58 | 7.74 | - |
| YUV | 139.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 61 | 0 | 0.62 | 0.76 | 0.01 | 11.31 | 0.97 | 0.61 |
| Hex | FC | 61 | 3D | 0 | 3E | 4C | 1 | B | 61 | 3D |
| Octal | 374 | 141 | 75 | 0 | 76 | 114 | 1 | 13 | 141 | 75 |
| Binary | 11111100 | 1100001 | 111101 | 0 | 111110 | 1001100 | 1 | 1011 | 1100001 | 111101 |
Color Harmonies of #FC613D
Complementary color
Monochromatic Colors of #FC613D
Black with #FC613D
Text Example
Text Example
White with #FC613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC613D; }
p { color: rgb(252,97,61); }
H1.HeaderClassName
{
color: #FC613D;
}
.AnyTagClassName
{
color: #FC613D;
}
</style>
background-color css
<style>
a { background-color: #FC613D; }
a { background-color: rgb(252,97,61); }
div.DivClassName
{
background-color: #FC613D;
}
.BgClassName
{
background-color: #FC613D;
}
</style>
border-color css
<style>
span { border-color: #FC613D; }
span { border-color: rgb(252,97,61); }
td.TdClassName
{
border-color: #FC613D;
}
.TagClassName
{
border-color: #FC613D;
}
</style>