Shades of Outrageous Orange #F86436
Tints of Outrageous Orange #F86436
RGB
CMYK
RGB Variations
Color information
#F86436 (or 0xF86436) is known color: Outrageous Orange. HEX triplet: F8, 64 and 36. RGB value is (248,100,54). Sum of RGB (Red+Green+Blue) = 248+100+54=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F86436 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86436 is #079BC9. Grayscale: #8B8B8B. Windows color (decimal): -498634 or 3564792. OLE color: 3564792.
HSL color Cylindrical-coordinate representation of color #F86436: hue angle of 14.23º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F86436 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 54 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.03 |
| HSL | 14.23º | 0.93% | 0.59% | - |
| HSV(B) | 14.23º | 0.78% | 0.97% | - |
| XYZ | 43.93 | 29.34 | 6.84 | - |
| YUV | 139.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 54 | 0 | 0.60 | 0.78 | 0.03 | 14.23 | 0.93 | 0.59 |
| Hex | F8 | 64 | 36 | 0 | 3C | 4E | 3 | E | 5D | 3B |
| Octal | 370 | 144 | 66 | 0 | 74 | 116 | 3 | 16 | 135 | 73 |
| Binary | 11111000 | 1100100 | 110110 | 0 | 111100 | 1001110 | 11 | 1110 | 1011101 | 111011 |
Color Harmonies of #F86436
Complementary color
Monochromatic Colors of #F86436
Black with #F86436
Text Example
Text Example
White with #F86436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86436; }
p { color: rgb(248,100,54); }
H1.HeaderClassName
{
color: #F86436;
}
.AnyTagClassName
{
color: #F86436;
}
</style>
background-color css
<style>
a { background-color: #F86436; }
a { background-color: rgb(248,100,54); }
div.DivClassName
{
background-color: #F86436;
}
.BgClassName
{
background-color: #F86436;
}
</style>
border-color css
<style>
span { border-color: #F86436; }
span { border-color: rgb(248,100,54); }
td.TdClassName
{
border-color: #F86436;
}
.TagClassName
{
border-color: #F86436;
}
</style>