Shades of Outrageous Orange #F55D23
Tints of Outrageous Orange #F55D23
RGB
CMYK
RGB Variations
Color information
#F55D23 (or 0xF55D23) is known color: Outrageous Orange. HEX triplet: F5, 5D and 23. RGB value is (245,93,35). Sum of RGB (Red+Green+Blue) = 245+93+35=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D23 is #0AA2DC. Grayscale: #848484. Windows color (decimal): -697053 or 2317813. OLE color: 2317813.
HSL color Cylindrical-coordinate representation of color #F55D23: hue angle of 16.57º 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 #F55D23 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 35 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.04 |
| HSL | 16.57º | 0.91% | 0.55% | - |
| HSV(B) | 16.57º | 0.86% | 0.96% | - |
| XYZ | 41.87 | 27.36 | 4.66 | - |
| YUV | 131.84 | 73.36 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 35 | 0 | 0.62 | 0.86 | 0.04 | 16.57 | 0.91 | 0.55 |
| Hex | F5 | 5D | 23 | 0 | 3E | 56 | 4 | 11 | 5B | 37 |
| Octal | 365 | 135 | 43 | 0 | 76 | 126 | 4 | 21 | 133 | 67 |
| Binary | 11110101 | 1011101 | 100011 | 0 | 111110 | 1010110 | 100 | 10001 | 1011011 | 110111 |
Color Harmonies of #F55D23
Complementary color
Monochromatic Colors of #F55D23
Black with #F55D23
Text Example
Text Example
White with #F55D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D23; }
p { color: rgb(245,93,35); }
H1.HeaderClassName
{
color: #F55D23;
}
.AnyTagClassName
{
color: #F55D23;
}
</style>
background-color css
<style>
a { background-color: #F55D23; }
a { background-color: rgb(245,93,35); }
div.DivClassName
{
background-color: #F55D23;
}
.BgClassName
{
background-color: #F55D23;
}
</style>
border-color css
<style>
span { border-color: #F55D23; }
span { border-color: rgb(245,93,35); }
td.TdClassName
{
border-color: #F55D23;
}
.TagClassName
{
border-color: #F55D23;
}
</style>