Shades of Outrageous Orange #F9632D
Tints of Outrageous Orange #F9632D
RGB
CMYK
RGB Variations
Color information
#F9632D (or 0xF9632D) is known color: Outrageous Orange. HEX triplet: F9, 63 and 2D. RGB value is (249,99,45). Sum of RGB (Red+Green+Blue) = 249+99+45=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9632D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9632D is #069CD2. Grayscale: #8A8A8A. Windows color (decimal): -433363 or 2974713. OLE color: 2974713.
HSL color Cylindrical-coordinate representation of color #F9632D: hue angle of 15.88º 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 #F9632D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.02 |
| HSL | 15.88º | 0.94% | 0.58% | - |
| HSV(B) | 15.88º | 0.82% | 0.98% | - |
| XYZ | 44 | 29.25 | 5.81 | - |
| YUV | 137.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 45 | 0 | 0.60 | 0.82 | 0.02 | 15.88 | 0.94 | 0.58 |
| Hex | F9 | 63 | 2D | 0 | 3C | 52 | 2 | 10 | 5E | 3A |
| Octal | 371 | 143 | 55 | 0 | 74 | 122 | 2 | 20 | 136 | 72 |
| Binary | 11111001 | 1100011 | 101101 | 0 | 111100 | 1010010 | 10 | 10000 | 1011110 | 111010 |
Color Harmonies of #F9632D
Complementary color
Monochromatic Colors of #F9632D
Black with #F9632D
Text Example
Text Example
White with #F9632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9632D; }
p { color: rgb(249,99,45); }
H1.HeaderClassName
{
color: #F9632D;
}
.AnyTagClassName
{
color: #F9632D;
}
</style>
background-color css
<style>
a { background-color: #F9632D; }
a { background-color: rgb(249,99,45); }
div.DivClassName
{
background-color: #F9632D;
}
.BgClassName
{
background-color: #F9632D;
}
</style>
border-color css
<style>
span { border-color: #F9632D; }
span { border-color: rgb(249,99,45); }
td.TdClassName
{
border-color: #F9632D;
}
.TagClassName
{
border-color: #F9632D;
}
</style>