Shades of Outrageous Orange #F95C32
Tints of Outrageous Orange #F95C32
RGB
CMYK
RGB Variations
Color information
#F95C32 (or 0xF95C32) is known color: Outrageous Orange. HEX triplet: F9, 5C and 32. RGB value is (249,92,50). Sum of RGB (Red+Green+Blue) = 249+92+50=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C32 is #06A3CD. Grayscale: #868686. Windows color (decimal): -435150 or 3300601. OLE color: 3300601.
HSL color Cylindrical-coordinate representation of color #F95C32: hue angle of 12.66º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F95C32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.02 |
| HSL | 12.66º | 0.94% | 0.59% | - |
| HSV(B) | 12.66º | 0.8% | 0.98% | - |
| XYZ | 43.47 | 28.02 | 6.14 | - |
| YUV | 134.16 | 80.51 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 50 | 0 | 0.63 | 0.80 | 0.02 | 12.66 | 0.94 | 0.59 |
| Hex | F9 | 5C | 32 | 0 | 3F | 50 | 2 | D | 5E | 3B |
| Octal | 371 | 134 | 62 | 0 | 77 | 120 | 2 | 15 | 136 | 73 |
| Binary | 11111001 | 1011100 | 110010 | 0 | 111111 | 1010000 | 10 | 1101 | 1011110 | 111011 |
Color Harmonies of #F95C32
Complementary color
Monochromatic Colors of #F95C32
Black with #F95C32
Text Example
Text Example
White with #F95C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C32; }
p { color: rgb(249,92,50); }
H1.HeaderClassName
{
color: #F95C32;
}
.AnyTagClassName
{
color: #F95C32;
}
</style>
background-color css
<style>
a { background-color: #F95C32; }
a { background-color: rgb(249,92,50); }
div.DivClassName
{
background-color: #F95C32;
}
.BgClassName
{
background-color: #F95C32;
}
</style>
border-color css
<style>
span { border-color: #F95C32; }
span { border-color: rgb(249,92,50); }
td.TdClassName
{
border-color: #F95C32;
}
.TagClassName
{
border-color: #F95C32;
}
</style>