Shades of Outrageous Orange #F9562C
Tints of Outrageous Orange #F9562C
RGB
CMYK
RGB Variations
Color information
#F9562C (or 0xF9562C) is known color: Outrageous Orange. HEX triplet: F9, 56 and 2C. RGB value is (249,86,44). Sum of RGB (Red+Green+Blue) = 249+86+44=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9562C is #06A9D3. Grayscale: #828282. Windows color (decimal): -436692 or 2905849. OLE color: 2905849.
HSL color Cylindrical-coordinate representation of color #F9562C: hue angle of 12.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9562C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 44 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.02 |
| HSL | 12.29º | 0.94% | 0.57% | - |
| HSV(B) | 12.29º | 0.82% | 0.98% | - |
| XYZ | 42.85 | 26.98 | 5.33 | - |
| YUV | 129.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 44 | 0 | 0.65 | 0.82 | 0.02 | 12.29 | 0.94 | 0.57 |
| Hex | F9 | 56 | 2C | 0 | 41 | 52 | 2 | C | 5E | 39 |
| Octal | 371 | 126 | 54 | 0 | 101 | 122 | 2 | 14 | 136 | 71 |
| Binary | 11111001 | 1010110 | 101100 | 0 | 1000001 | 1010010 | 10 | 1100 | 1011110 | 111001 |
Color Harmonies of #F9562C
Complementary color
Monochromatic Colors of #F9562C
Black with #F9562C
Text Example
Text Example
White with #F9562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9562C; }
p { color: rgb(249,86,44); }
H1.HeaderClassName
{
color: #F9562C;
}
.AnyTagClassName
{
color: #F9562C;
}
</style>
background-color css
<style>
a { background-color: #F9562C; }
a { background-color: rgb(249,86,44); }
div.DivClassName
{
background-color: #F9562C;
}
.BgClassName
{
background-color: #F9562C;
}
</style>
border-color css
<style>
span { border-color: #F9562C; }
span { border-color: rgb(249,86,44); }
td.TdClassName
{
border-color: #F9562C;
}
.TagClassName
{
border-color: #F9562C;
}
</style>