Shades of Outrageous Orange #F9603A
Tints of Outrageous Orange #F9603A
RGB
CMYK
RGB Variations
Color information
#F9603A (or 0xF9603A) is known color: Outrageous Orange. HEX triplet: F9, 60 and 3A. RGB value is (249,96,58). Sum of RGB (Red+Green+Blue) = 249+96+58=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F9603A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9603A is #069FC5. Grayscale: #898989. Windows color (decimal): -434118 or 3825913. OLE color: 3825913.
HSL color Cylindrical-coordinate representation of color #F9603A: hue angle of 11.94º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9603A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 58 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.02 |
| HSL | 11.94º | 0.94% | 0.6% | - |
| HSV(B) | 11.94º | 0.77% | 0.98% | - |
| XYZ | 44.01 | 28.81 | 7.24 | - |
| YUV | 137.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 58 | 0 | 0.61 | 0.77 | 0.02 | 11.94 | 0.94 | 0.6 |
| Hex | F9 | 60 | 3A | 0 | 3D | 4D | 2 | C | 5E | 3C |
| Octal | 371 | 140 | 72 | 0 | 75 | 115 | 2 | 14 | 136 | 74 |
| Binary | 11111001 | 1100000 | 111010 | 0 | 111101 | 1001101 | 10 | 1100 | 1011110 | 111100 |
Color Harmonies of #F9603A
Complementary color
Monochromatic Colors of #F9603A
Black with #F9603A
Text Example
Text Example
White with #F9603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9603A; }
p { color: rgb(249,96,58); }
H1.HeaderClassName
{
color: #F9603A;
}
.AnyTagClassName
{
color: #F9603A;
}
</style>
background-color css
<style>
a { background-color: #F9603A; }
a { background-color: rgb(249,96,58); }
div.DivClassName
{
background-color: #F9603A;
}
.BgClassName
{
background-color: #F9603A;
}
</style>
border-color css
<style>
span { border-color: #F9603A; }
span { border-color: rgb(249,96,58); }
td.TdClassName
{
border-color: #F9603A;
}
.TagClassName
{
border-color: #F9603A;
}
</style>