Shades of Outrageous Orange #F9612D
Tints of Outrageous Orange #F9612D
RGB
CMYK
RGB Variations
Color information
#F9612D (or 0xF9612D) is known color: Outrageous Orange. HEX triplet: F9, 61 and 2D. RGB value is (249,97,45). Sum of RGB (Red+Green+Blue) = 249+97+45=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9612D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9612D is #069ED2. Grayscale: #888888. Windows color (decimal): -433875 or 2974201. OLE color: 2974201.
HSL color Cylindrical-coordinate representation of color #F9612D: hue angle of 15.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9612D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.02 |
| HSL | 15.29º | 0.94% | 0.58% | - |
| HSV(B) | 15.29º | 0.82% | 0.98% | - |
| XYZ | 43.82 | 28.88 | 5.75 | - |
| YUV | 136.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 45 | 0 | 0.61 | 0.82 | 0.02 | 15.29 | 0.94 | 0.58 |
| Hex | F9 | 61 | 2D | 0 | 3D | 52 | 2 | F | 5E | 3A |
| Octal | 371 | 141 | 55 | 0 | 75 | 122 | 2 | 17 | 136 | 72 |
| Binary | 11111001 | 1100001 | 101101 | 0 | 111101 | 1010010 | 10 | 1111 | 1011110 | 111010 |
Color Harmonies of #F9612D
Complementary color
Monochromatic Colors of #F9612D
Black with #F9612D
Text Example
Text Example
White with #F9612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9612D; }
p { color: rgb(249,97,45); }
H1.HeaderClassName
{
color: #F9612D;
}
.AnyTagClassName
{
color: #F9612D;
}
</style>
background-color css
<style>
a { background-color: #F9612D; }
a { background-color: rgb(249,97,45); }
div.DivClassName
{
background-color: #F9612D;
}
.BgClassName
{
background-color: #F9612D;
}
</style>
border-color css
<style>
span { border-color: #F9612D; }
span { border-color: rgb(249,97,45); }
td.TdClassName
{
border-color: #F9612D;
}
.TagClassName
{
border-color: #F9612D;
}
</style>