Shades of Outrageous Orange #F55D29
Tints of Outrageous Orange #F55D29
RGB
CMYK
RGB Variations
Color information
#F55D29 (or 0xF55D29) is known color: Outrageous Orange. HEX triplet: F5, 5D and 29. RGB value is (245,93,41). Sum of RGB (Red+Green+Blue) = 245+93+41=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D29 is #0AA2D6. Grayscale: #848484. Windows color (decimal): -697047 or 2711029. OLE color: 2711029.
HSL color Cylindrical-coordinate representation of color #F55D29: hue angle of 15.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F55D29 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 41 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.04 |
| HSL | 15.29º | 0.91% | 0.56% | - |
| HSV(B) | 15.29º | 0.83% | 0.96% | - |
| XYZ | 41.97 | 27.4 | 5.17 | - |
| YUV | 132.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 41 | 0 | 0.62 | 0.83 | 0.04 | 15.29 | 0.91 | 0.56 |
| Hex | F5 | 5D | 29 | 0 | 3E | 53 | 4 | F | 5B | 38 |
| Octal | 365 | 135 | 51 | 0 | 76 | 123 | 4 | 17 | 133 | 70 |
| Binary | 11110101 | 1011101 | 101001 | 0 | 111110 | 1010011 | 100 | 1111 | 1011011 | 111000 |
Color Harmonies of #F55D29
Complementary color
Monochromatic Colors of #F55D29
Black with #F55D29
Text Example
Text Example
White with #F55D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D29; }
p { color: rgb(245,93,41); }
H1.HeaderClassName
{
color: #F55D29;
}
.AnyTagClassName
{
color: #F55D29;
}
</style>
background-color css
<style>
a { background-color: #F55D29; }
a { background-color: rgb(245,93,41); }
div.DivClassName
{
background-color: #F55D29;
}
.BgClassName
{
background-color: #F55D29;
}
</style>
border-color css
<style>
span { border-color: #F55D29; }
span { border-color: rgb(245,93,41); }
td.TdClassName
{
border-color: #F55D29;
}
.TagClassName
{
border-color: #F55D29;
}
</style>