Shades of Outrageous Orange #F95C2C
Tints of Outrageous Orange #F95C2C
RGB
CMYK
RGB Variations
Color information
#F95C2C (or 0xF95C2C) is known color: Outrageous Orange. HEX triplet: F9, 5C and 2C. RGB value is (249,92,44). Sum of RGB (Red+Green+Blue) = 249+92+44=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C2C is #06A3D3. Grayscale: #858585. Windows color (decimal): -435156 or 2907385. OLE color: 2907385.
HSL color Cylindrical-coordinate representation of color #F95C2C: hue angle of 14.05º 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 #F95C2C is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 44 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.02 |
| HSL | 14.05º | 0.94% | 0.57% | - |
| HSV(B) | 14.05º | 0.82% | 0.98% | - |
| XYZ | 43.35 | 27.98 | 5.5 | - |
| YUV | 133.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 44 | 0 | 0.63 | 0.82 | 0.02 | 14.05 | 0.94 | 0.57 |
| Hex | F9 | 5C | 2C | 0 | 3F | 52 | 2 | E | 5E | 39 |
| Octal | 371 | 134 | 54 | 0 | 77 | 122 | 2 | 16 | 136 | 71 |
| Binary | 11111001 | 1011100 | 101100 | 0 | 111111 | 1010010 | 10 | 1110 | 1011110 | 111001 |
Color Harmonies of #F95C2C
Complementary color
Monochromatic Colors of #F95C2C
Black with #F95C2C
Text Example
Text Example
White with #F95C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C2C; }
p { color: rgb(249,92,44); }
H1.HeaderClassName
{
color: #F95C2C;
}
.AnyTagClassName
{
color: #F95C2C;
}
</style>
background-color css
<style>
a { background-color: #F95C2C; }
a { background-color: rgb(249,92,44); }
div.DivClassName
{
background-color: #F95C2C;
}
.BgClassName
{
background-color: #F95C2C;
}
</style>
border-color css
<style>
span { border-color: #F95C2C; }
span { border-color: rgb(249,92,44); }
td.TdClassName
{
border-color: #F95C2C;
}
.TagClassName
{
border-color: #F95C2C;
}
</style>