Shades of Outrageous Orange #F95C2F
Tints of Outrageous Orange #F95C2F
RGB
CMYK
RGB Variations
Color information
#F95C2F (or 0xF95C2F) is known color: Outrageous Orange. HEX triplet: F9, 5C and 2F. RGB value is (249,92,47). Sum of RGB (Red+Green+Blue) = 249+92+47=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C2F is #06A3D0. Grayscale: #868686. Windows color (decimal): -435153 or 3103993. OLE color: 3103993.
HSL color Cylindrical-coordinate representation of color #F95C2F: hue angle of 13.37º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F95C2F is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 47 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.02 |
| HSL | 13.37º | 0.94% | 0.58% | - |
| HSV(B) | 13.37º | 0.81% | 0.98% | - |
| XYZ | 43.41 | 28 | 5.81 | - |
| YUV | 133.81 | 79.01 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 47 | 0 | 0.63 | 0.81 | 0.02 | 13.37 | 0.94 | 0.58 |
| Hex | F9 | 5C | 2F | 0 | 3F | 51 | 2 | D | 5E | 3A |
| Octal | 371 | 134 | 57 | 0 | 77 | 121 | 2 | 15 | 136 | 72 |
| Binary | 11111001 | 1011100 | 101111 | 0 | 111111 | 1010001 | 10 | 1101 | 1011110 | 111010 |
Color Harmonies of #F95C2F
Complementary color
Monochromatic Colors of #F95C2F
Black with #F95C2F
Text Example
Text Example
White with #F95C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C2F; }
p { color: rgb(249,92,47); }
H1.HeaderClassName
{
color: #F95C2F;
}
.AnyTagClassName
{
color: #F95C2F;
}
</style>
background-color css
<style>
a { background-color: #F95C2F; }
a { background-color: rgb(249,92,47); }
div.DivClassName
{
background-color: #F95C2F;
}
.BgClassName
{
background-color: #F95C2F;
}
</style>
border-color css
<style>
span { border-color: #F95C2F; }
span { border-color: rgb(249,92,47); }
td.TdClassName
{
border-color: #F95C2F;
}
.TagClassName
{
border-color: #F95C2F;
}
</style>