Shades of Outrageous Orange #F9612C
Tints of Outrageous Orange #F9612C
RGB
CMYK
RGB Variations
Color information
#F9612C (or 0xF9612C) is known color: Outrageous Orange. HEX triplet: F9, 61 and 2C. RGB value is (249,97,44). Sum of RGB (Red+Green+Blue) = 249+97+44=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9612C is #069ED3. Grayscale: #888888. Windows color (decimal): -433876 or 2908665. OLE color: 2908665.
HSL color Cylindrical-coordinate representation of color #F9612C: hue angle of 15.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9612C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 44 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.02 |
| HSL | 15.51º | 0.94% | 0.57% | - |
| HSV(B) | 15.51º | 0.82% | 0.98% | - |
| XYZ | 43.8 | 28.87 | 5.65 | - |
| YUV | 136.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 44 | 0 | 0.61 | 0.82 | 0.02 | 15.51 | 0.94 | 0.57 |
| Hex | F9 | 61 | 2C | 0 | 3D | 52 | 2 | 10 | 5E | 39 |
| Octal | 371 | 141 | 54 | 0 | 75 | 122 | 2 | 20 | 136 | 71 |
| Binary | 11111001 | 1100001 | 101100 | 0 | 111101 | 1010010 | 10 | 10000 | 1011110 | 111001 |
Color Harmonies of #F9612C
Complementary color
Monochromatic Colors of #F9612C
Black with #F9612C
Text Example
Text Example
White with #F9612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9612C; }
p { color: rgb(249,97,44); }
H1.HeaderClassName
{
color: #F9612C;
}
.AnyTagClassName
{
color: #F9612C;
}
</style>
background-color css
<style>
a { background-color: #F9612C; }
a { background-color: rgb(249,97,44); }
div.DivClassName
{
background-color: #F9612C;
}
.BgClassName
{
background-color: #F9612C;
}
</style>
border-color css
<style>
span { border-color: #F9612C; }
span { border-color: rgb(249,97,44); }
td.TdClassName
{
border-color: #F9612C;
}
.TagClassName
{
border-color: #F9612C;
}
</style>