Shades of Outrageous Orange #F55023
Tints of Outrageous Orange #F55023
RGB
CMYK
RGB Variations
Color information
#F55023 (or 0xF55023) is known color: Outrageous Orange. HEX triplet: F5, 50 and 23. RGB value is (245,80,35). Sum of RGB (Red+Green+Blue) = 245+80+35=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F55023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55023 is #0AAFDC. Grayscale: #7C7C7C. Windows color (decimal): -700381 or 2314485. OLE color: 2314485.
HSL color Cylindrical-coordinate representation of color #F55023: hue angle of 12.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F55023 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.04 |
| HSL | 12.86º | 0.91% | 0.55% | - |
| HSV(B) | 12.86º | 0.86% | 0.96% | - |
| XYZ | 40.83 | 25.27 | 4.32 | - |
| YUV | 124.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 35 | 0 | 0.67 | 0.86 | 0.04 | 12.86 | 0.91 | 0.55 |
| Hex | F5 | 50 | 23 | 0 | 43 | 56 | 4 | D | 5B | 37 |
| Octal | 365 | 120 | 43 | 0 | 103 | 126 | 4 | 15 | 133 | 67 |
| Binary | 11110101 | 1010000 | 100011 | 0 | 1000011 | 1010110 | 100 | 1101 | 1011011 | 110111 |
Color Harmonies of #F55023
Complementary color
Monochromatic Colors of #F55023
Black with #F55023
Text Example
Text Example
White with #F55023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55023; }
p { color: rgb(245,80,35); }
H1.HeaderClassName
{
color: #F55023;
}
.AnyTagClassName
{
color: #F55023;
}
</style>
background-color css
<style>
a { background-color: #F55023; }
a { background-color: rgb(245,80,35); }
div.DivClassName
{
background-color: #F55023;
}
.BgClassName
{
background-color: #F55023;
}
</style>
border-color css
<style>
span { border-color: #F55023; }
span { border-color: rgb(245,80,35); }
td.TdClassName
{
border-color: #F55023;
}
.TagClassName
{
border-color: #F55023;
}
</style>