Shades of Outrageous Orange #F5551D
Tints of Outrageous Orange #F5551D
RGB
CMYK
RGB Variations
Color information
#F5551D (or 0xF5551D) is known color: Outrageous Orange. HEX triplet: F5, 55 and 1D. RGB value is (245,85,29). Sum of RGB (Red+Green+Blue) = 245+85+29=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5551D is #0AAAE2. Grayscale: #7E7E7E. Windows color (decimal): -699107 or 1922549. OLE color: 1922549.
HSL color Cylindrical-coordinate representation of color #F5551D: hue angle of 15.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5551D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.04 |
| HSL | 15.56º | 0.92% | 0.54% | - |
| HSV(B) | 15.56º | 0.88% | 0.96% | - |
| XYZ | 41.13 | 26 | 4.01 | - |
| YUV | 126.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 29 | 0 | 0.65 | 0.88 | 0.04 | 15.56 | 0.92 | 0.54 |
| Hex | F5 | 55 | 1D | 0 | 41 | 58 | 4 | 10 | 5C | 36 |
| Octal | 365 | 125 | 35 | 0 | 101 | 130 | 4 | 20 | 134 | 66 |
| Binary | 11110101 | 1010101 | 11101 | 0 | 1000001 | 1011000 | 100 | 10000 | 1011100 | 110110 |
Color Harmonies of #F5551D
Complementary color
Monochromatic Colors of #F5551D
Black with #F5551D
Text Example
Text Example
White with #F5551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5551D; }
p { color: rgb(245,85,29); }
H1.HeaderClassName
{
color: #F5551D;
}
.AnyTagClassName
{
color: #F5551D;
}
</style>
background-color css
<style>
a { background-color: #F5551D; }
a { background-color: rgb(245,85,29); }
div.DivClassName
{
background-color: #F5551D;
}
.BgClassName
{
background-color: #F5551D;
}
</style>
border-color css
<style>
span { border-color: #F5551D; }
span { border-color: rgb(245,85,29); }
td.TdClassName
{
border-color: #F5551D;
}
.TagClassName
{
border-color: #F5551D;
}
</style>