Shades of Outrageous Orange #FC673E
Tints of Outrageous Orange #FC673E
RGB
CMYK
RGB Variations
Color information
#FC673E (or 0xFC673E) is known color: Outrageous Orange. HEX triplet: FC, 67 and 3E. RGB value is (252,103,62). Sum of RGB (Red+Green+Blue) = 252+103+62=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC673E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC673E is #0398C1. Grayscale: #8F8F8F. Windows color (decimal): -235714 or 4089852. OLE color: 4089852.
HSL color Cylindrical-coordinate representation of color #FC673E: hue angle of 12.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC673E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 62 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.01 |
| HSL | 12.95º | 0.97% | 0.62% | - |
| HSV(B) | 12.95º | 0.75% | 0.99% | - |
| XYZ | 45.86 | 30.74 | 8.07 | - |
| YUV | 142.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 62 | 0 | 0.59 | 0.75 | 0.01 | 12.95 | 0.97 | 0.62 |
| Hex | FC | 67 | 3E | 0 | 3B | 4B | 1 | D | 61 | 3E |
| Octal | 374 | 147 | 76 | 0 | 73 | 113 | 1 | 15 | 141 | 76 |
| Binary | 11111100 | 1100111 | 111110 | 0 | 111011 | 1001011 | 1 | 1101 | 1100001 | 111110 |
Color Harmonies of #FC673E
Complementary color
Monochromatic Colors of #FC673E
Black with #FC673E
Text Example
Text Example
White with #FC673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC673E; }
p { color: rgb(252,103,62); }
H1.HeaderClassName
{
color: #FC673E;
}
.AnyTagClassName
{
color: #FC673E;
}
</style>
background-color css
<style>
a { background-color: #FC673E; }
a { background-color: rgb(252,103,62); }
div.DivClassName
{
background-color: #FC673E;
}
.BgClassName
{
background-color: #FC673E;
}
</style>
border-color css
<style>
span { border-color: #FC673E; }
span { border-color: rgb(252,103,62); }
td.TdClassName
{
border-color: #FC673E;
}
.TagClassName
{
border-color: #FC673E;
}
</style>