Shades of Outrageous Orange #F9613C
Tints of Outrageous Orange #F9613C
RGB
CMYK
RGB Variations
Color information
#F9613C (or 0xF9613C) is known color: Outrageous Orange. HEX triplet: F9, 61 and 3C. RGB value is (249,97,60). Sum of RGB (Red+Green+Blue) = 249+97+60=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9613C is #069EC3. Grayscale: #8A8A8A. Windows color (decimal): -433860 or 3957241. OLE color: 3957241.
HSL color Cylindrical-coordinate representation of color #F9613C: hue angle of 11.75º 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 #F9613C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.02 |
| HSL | 11.75º | 0.94% | 0.61% | - |
| HSV(B) | 11.75º | 0.76% | 0.98% | - |
| XYZ | 44.16 | 29.02 | 7.55 | - |
| YUV | 138.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 60 | 0 | 0.61 | 0.76 | 0.02 | 11.75 | 0.94 | 0.61 |
| Hex | F9 | 61 | 3C | 0 | 3D | 4C | 2 | C | 5E | 3D |
| Octal | 371 | 141 | 74 | 0 | 75 | 114 | 2 | 14 | 136 | 75 |
| Binary | 11111001 | 1100001 | 111100 | 0 | 111101 | 1001100 | 10 | 1100 | 1011110 | 111101 |
Color Harmonies of #F9613C
Complementary color
Monochromatic Colors of #F9613C
Black with #F9613C
Text Example
Text Example
White with #F9613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9613C; }
p { color: rgb(249,97,60); }
H1.HeaderClassName
{
color: #F9613C;
}
.AnyTagClassName
{
color: #F9613C;
}
</style>
background-color css
<style>
a { background-color: #F9613C; }
a { background-color: rgb(249,97,60); }
div.DivClassName
{
background-color: #F9613C;
}
.BgClassName
{
background-color: #F9613C;
}
</style>
border-color css
<style>
span { border-color: #F9613C; }
span { border-color: rgb(249,97,60); }
td.TdClassName
{
border-color: #F9613C;
}
.TagClassName
{
border-color: #F9613C;
}
</style>