Shades of Outrageous Orange #FC613A
Tints of Outrageous Orange #FC613A
RGB
CMYK
RGB Variations
Color information
#FC613A (or 0xFC613A) is known color: Outrageous Orange. HEX triplet: FC, 61 and 3A. RGB value is (252,97,58). Sum of RGB (Red+Green+Blue) = 252+97+58=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC613A is #039EC5. Grayscale: #8B8B8B. Windows color (decimal): -237254 or 3826172. OLE color: 3826172.
HSL color Cylindrical-coordinate representation of color #FC613A: hue angle of 12.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC613A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 58 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.01 |
| HSL | 12.06º | 0.97% | 0.61% | - |
| HSV(B) | 12.06º | 0.77% | 0.99% | - |
| XYZ | 45.18 | 29.55 | 7.33 | - |
| YUV | 138.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 58 | 0 | 0.62 | 0.77 | 0.01 | 12.06 | 0.97 | 0.61 |
| Hex | FC | 61 | 3A | 0 | 3E | 4D | 1 | C | 61 | 3D |
| Octal | 374 | 141 | 72 | 0 | 76 | 115 | 1 | 14 | 141 | 75 |
| Binary | 11111100 | 1100001 | 111010 | 0 | 111110 | 1001101 | 1 | 1100 | 1100001 | 111101 |
Color Harmonies of #FC613A
Complementary color
Monochromatic Colors of #FC613A
Black with #FC613A
Text Example
Text Example
White with #FC613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC613A; }
p { color: rgb(252,97,58); }
H1.HeaderClassName
{
color: #FC613A;
}
.AnyTagClassName
{
color: #FC613A;
}
</style>
background-color css
<style>
a { background-color: #FC613A; }
a { background-color: rgb(252,97,58); }
div.DivClassName
{
background-color: #FC613A;
}
.BgClassName
{
background-color: #FC613A;
}
</style>
border-color css
<style>
span { border-color: #FC613A; }
span { border-color: rgb(252,97,58); }
td.TdClassName
{
border-color: #FC613A;
}
.TagClassName
{
border-color: #FC613A;
}
</style>