Shades of Outrageous Orange #F9613D
Tints of Outrageous Orange #F9613D
RGB
CMYK
RGB Variations
Color information
#F9613D (or 0xF9613D) is known color: Outrageous Orange. HEX triplet: F9, 61 and 3D. RGB value is (249,97,61). Sum of RGB (Red+Green+Blue) = 249+97+61=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9613D is #069EC2. Grayscale: #8A8A8A. Windows color (decimal): -433859 or 4022777. OLE color: 4022777.
HSL color Cylindrical-coordinate representation of color #F9613D: hue angle of 11.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9613D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 61 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.02 |
| HSL | 11.49º | 0.94% | 0.61% | - |
| HSV(B) | 11.49º | 0.76% | 0.98% | - |
| XYZ | 44.18 | 29.03 | 7.69 | - |
| YUV | 138.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 61 | 0 | 0.61 | 0.76 | 0.02 | 11.49 | 0.94 | 0.61 |
| Hex | F9 | 61 | 3D | 0 | 3D | 4C | 2 | B | 5E | 3D |
| Octal | 371 | 141 | 75 | 0 | 75 | 114 | 2 | 13 | 136 | 75 |
| Binary | 11111001 | 1100001 | 111101 | 0 | 111101 | 1001100 | 10 | 1011 | 1011110 | 111101 |
Color Harmonies of #F9613D
Complementary color
Monochromatic Colors of #F9613D
Black with #F9613D
Text Example
Text Example
White with #F9613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9613D; }
p { color: rgb(249,97,61); }
H1.HeaderClassName
{
color: #F9613D;
}
.AnyTagClassName
{
color: #F9613D;
}
</style>
background-color css
<style>
a { background-color: #F9613D; }
a { background-color: rgb(249,97,61); }
div.DivClassName
{
background-color: #F9613D;
}
.BgClassName
{
background-color: #F9613D;
}
</style>
border-color css
<style>
span { border-color: #F9613D; }
span { border-color: rgb(249,97,61); }
td.TdClassName
{
border-color: #F9613D;
}
.TagClassName
{
border-color: #F9613D;
}
</style>