Shades of Outrageous Orange #F55D2B
Tints of Outrageous Orange #F55D2B
RGB
CMYK
RGB Variations
Color information
#F55D2B (or 0xF55D2B) is known color: Outrageous Orange. HEX triplet: F5, 5D and 2B. RGB value is (245,93,43). Sum of RGB (Red+Green+Blue) = 245+93+43=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D2B is #0AA2D4. Grayscale: #858585. Windows color (decimal): -697045 or 2842101. OLE color: 2842101.
HSL color Cylindrical-coordinate representation of color #F55D2B: hue angle of 14.85º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F55D2B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 43 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.04 |
| HSL | 14.85º | 0.91% | 0.56% | - |
| HSV(B) | 14.85º | 0.82% | 0.96% | - |
| XYZ | 42.01 | 27.42 | 5.36 | - |
| YUV | 132.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 43 | 0 | 0.62 | 0.82 | 0.04 | 14.85 | 0.91 | 0.56 |
| Hex | F5 | 5D | 2B | 0 | 3E | 52 | 4 | F | 5B | 38 |
| Octal | 365 | 135 | 53 | 0 | 76 | 122 | 4 | 17 | 133 | 70 |
| Binary | 11110101 | 1011101 | 101011 | 0 | 111110 | 1010010 | 100 | 1111 | 1011011 | 111000 |
Color Harmonies of #F55D2B
Complementary color
Monochromatic Colors of #F55D2B
Black with #F55D2B
Text Example
Text Example
White with #F55D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D2B; }
p { color: rgb(245,93,43); }
H1.HeaderClassName
{
color: #F55D2B;
}
.AnyTagClassName
{
color: #F55D2B;
}
</style>
background-color css
<style>
a { background-color: #F55D2B; }
a { background-color: rgb(245,93,43); }
div.DivClassName
{
background-color: #F55D2B;
}
.BgClassName
{
background-color: #F55D2B;
}
</style>
border-color css
<style>
span { border-color: #F55D2B; }
span { border-color: rgb(245,93,43); }
td.TdClassName
{
border-color: #F55D2B;
}
.TagClassName
{
border-color: #F55D2B;
}
</style>