Shades of Outrageous Orange #F96130
Tints of Outrageous Orange #F96130
RGB
CMYK
RGB Variations
Color information
#F96130 (or 0xF96130) is known color: Outrageous Orange. HEX triplet: F9, 61 and 30. RGB value is (249,97,48). Sum of RGB (Red+Green+Blue) = 249+97+48=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F96130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96130 is #069ECF. Grayscale: #898989. Windows color (decimal): -433872 or 3170809. OLE color: 3170809.
HSL color Cylindrical-coordinate representation of color #F96130: hue angle of 14.63º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F96130 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 48 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.02 |
| HSL | 14.63º | 0.94% | 0.58% | - |
| HSV(B) | 14.63º | 0.81% | 0.98% | - |
| XYZ | 43.88 | 28.9 | 6.06 | - |
| YUV | 136.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 48 | 0 | 0.61 | 0.81 | 0.02 | 14.63 | 0.94 | 0.58 |
| Hex | F9 | 61 | 30 | 0 | 3D | 51 | 2 | F | 5E | 3A |
| Octal | 371 | 141 | 60 | 0 | 75 | 121 | 2 | 17 | 136 | 72 |
| Binary | 11111001 | 1100001 | 110000 | 0 | 111101 | 1010001 | 10 | 1111 | 1011110 | 111010 |
Color Harmonies of #F96130
Complementary color
Monochromatic Colors of #F96130
Black with #F96130
Text Example
Text Example
White with #F96130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96130; }
p { color: rgb(249,97,48); }
H1.HeaderClassName
{
color: #F96130;
}
.AnyTagClassName
{
color: #F96130;
}
</style>
background-color css
<style>
a { background-color: #F96130; }
a { background-color: rgb(249,97,48); }
div.DivClassName
{
background-color: #F96130;
}
.BgClassName
{
background-color: #F96130;
}
</style>
border-color css
<style>
span { border-color: #F96130; }
span { border-color: rgb(249,97,48); }
td.TdClassName
{
border-color: #F96130;
}
.TagClassName
{
border-color: #F96130;
}
</style>