Shades of Outrageous Orange #F95C2E
Tints of Outrageous Orange #F95C2E
RGB
CMYK
RGB Variations
Color information
#F95C2E (or 0xF95C2E) is known color: Outrageous Orange. HEX triplet: F9, 5C and 2E. RGB value is (249,92,46). Sum of RGB (Red+Green+Blue) = 249+92+46=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C2E is #06A3D1. Grayscale: #868686. Windows color (decimal): -435154 or 3038457. OLE color: 3038457.
HSL color Cylindrical-coordinate representation of color #F95C2E: hue angle of 13.6º 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 #F95C2E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 46 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.02 |
| HSL | 13.6º | 0.94% | 0.58% | - |
| HSV(B) | 13.6º | 0.82% | 0.98% | - |
| XYZ | 43.39 | 27.99 | 5.7 | - |
| YUV | 133.7 | 78.51 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 46 | 0 | 0.63 | 0.82 | 0.02 | 13.6 | 0.94 | 0.58 |
| Hex | F9 | 5C | 2E | 0 | 3F | 52 | 2 | E | 5E | 3A |
| Octal | 371 | 134 | 56 | 0 | 77 | 122 | 2 | 16 | 136 | 72 |
| Binary | 11111001 | 1011100 | 101110 | 0 | 111111 | 1010010 | 10 | 1110 | 1011110 | 111010 |
Color Harmonies of #F95C2E
Complementary color
Monochromatic Colors of #F95C2E
Black with #F95C2E
Text Example
Text Example
White with #F95C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C2E; }
p { color: rgb(249,92,46); }
H1.HeaderClassName
{
color: #F95C2E;
}
.AnyTagClassName
{
color: #F95C2E;
}
</style>
background-color css
<style>
a { background-color: #F95C2E; }
a { background-color: rgb(249,92,46); }
div.DivClassName
{
background-color: #F95C2E;
}
.BgClassName
{
background-color: #F95C2E;
}
</style>
border-color css
<style>
span { border-color: #F95C2E; }
span { border-color: rgb(249,92,46); }
td.TdClassName
{
border-color: #F95C2E;
}
.TagClassName
{
border-color: #F95C2E;
}
</style>