Shades of Outrageous Orange #F5551F
Tints of Outrageous Orange #F5551F
RGB
CMYK
RGB Variations
Color information
#F5551F (or 0xF5551F) is known color: Outrageous Orange. HEX triplet: F5, 55 and 1F. RGB value is (245,85,31). Sum of RGB (Red+Green+Blue) = 245+85+31=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5551F is #0AAAE0. Grayscale: #7F7F7F. Windows color (decimal): -699105 or 2053621. OLE color: 2053621.
HSL color Cylindrical-coordinate representation of color #F5551F: hue angle of 15.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5551F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 31 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.04 |
| HSL | 15.14º | 0.91% | 0.54% | - |
| HSV(B) | 15.14º | 0.87% | 0.96% | - |
| XYZ | 41.15 | 26.01 | 4.15 | - |
| YUV | 126.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 31 | 0 | 0.65 | 0.87 | 0.04 | 15.14 | 0.91 | 0.54 |
| Hex | F5 | 55 | 1F | 0 | 41 | 57 | 4 | F | 5B | 36 |
| Octal | 365 | 125 | 37 | 0 | 101 | 127 | 4 | 17 | 133 | 66 |
| Binary | 11110101 | 1010101 | 11111 | 0 | 1000001 | 1010111 | 100 | 1111 | 1011011 | 110110 |
Color Harmonies of #F5551F
Complementary color
Monochromatic Colors of #F5551F
Black with #F5551F
Text Example
Text Example
White with #F5551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5551F; }
p { color: rgb(245,85,31); }
H1.HeaderClassName
{
color: #F5551F;
}
.AnyTagClassName
{
color: #F5551F;
}
</style>
background-color css
<style>
a { background-color: #F5551F; }
a { background-color: rgb(245,85,31); }
div.DivClassName
{
background-color: #F5551F;
}
.BgClassName
{
background-color: #F5551F;
}
</style>
border-color css
<style>
span { border-color: #F5551F; }
span { border-color: rgb(245,85,31); }
td.TdClassName
{
border-color: #F5551F;
}
.TagClassName
{
border-color: #F5551F;
}
</style>