Shades of Outrageous Orange #FC673A
Tints of Outrageous Orange #FC673A
RGB
CMYK
RGB Variations
Color information
#FC673A (or 0xFC673A) is known color: Outrageous Orange. HEX triplet: FC, 67 and 3A. RGB value is (252,103,58). Sum of RGB (Red+Green+Blue) = 252+103+58=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC673A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC673A is #0398C5. Grayscale: #8E8E8E. Windows color (decimal): -235718 or 3827708. OLE color: 3827708.
HSL color Cylindrical-coordinate representation of color #FC673A: hue angle of 13.92º 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 #FC673A is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 58 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.01 |
| HSL | 13.92º | 0.97% | 0.61% | - |
| HSV(B) | 13.92º | 0.77% | 0.99% | - |
| XYZ | 45.76 | 30.7 | 7.52 | - |
| YUV | 142.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 58 | 0 | 0.59 | 0.77 | 0.01 | 13.92 | 0.97 | 0.61 |
| Hex | FC | 67 | 3A | 0 | 3B | 4D | 1 | E | 61 | 3D |
| Octal | 374 | 147 | 72 | 0 | 73 | 115 | 1 | 16 | 141 | 75 |
| Binary | 11111100 | 1100111 | 111010 | 0 | 111011 | 1001101 | 1 | 1110 | 1100001 | 111101 |
Color Harmonies of #FC673A
Complementary color
Monochromatic Colors of #FC673A
Black with #FC673A
Text Example
Text Example
White with #FC673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC673A; }
p { color: rgb(252,103,58); }
H1.HeaderClassName
{
color: #FC673A;
}
.AnyTagClassName
{
color: #FC673A;
}
</style>
background-color css
<style>
a { background-color: #FC673A; }
a { background-color: rgb(252,103,58); }
div.DivClassName
{
background-color: #FC673A;
}
.BgClassName
{
background-color: #FC673A;
}
</style>
border-color css
<style>
span { border-color: #FC673A; }
span { border-color: rgb(252,103,58); }
td.TdClassName
{
border-color: #FC673A;
}
.TagClassName
{
border-color: #FC673A;
}
</style>