Shades of Outrageous Orange #F35E38
Tints of Outrageous Orange #F35E38
RGB
CMYK
RGB Variations
Color information
#F35E38 (or 0xF35E38) is known color: Outrageous Orange. HEX triplet: F3, 5E and 38. RGB value is (243,94,56). Sum of RGB (Red+Green+Blue) = 243+94+56=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35E38 is #0CA1C7. Grayscale: #868686. Windows color (decimal): -827848 or 3694323. OLE color: 3694323.
HSL color Cylindrical-coordinate representation of color #F35E38: hue angle of 12.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F35E38 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 94 | 56 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.05 |
| HSL | 12.19º | 0.89% | 0.59% | - |
| HSV(B) | 12.19º | 0.77% | 0.95% | - |
| XYZ | 41.68 | 27.35 | 6.82 | - |
| YUV | 134.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 56 | 0 | 0.61 | 0.77 | 0.05 | 12.19 | 0.89 | 0.59 |
| Hex | F3 | 5E | 38 | 0 | 3D | 4D | 5 | C | 59 | 3B |
| Octal | 363 | 136 | 70 | 0 | 75 | 115 | 5 | 14 | 131 | 73 |
| Binary | 11110011 | 1011110 | 111000 | 0 | 111101 | 1001101 | 101 | 1100 | 1011001 | 111011 |
Color Harmonies of #F35E38
Complementary color
Monochromatic Colors of #F35E38
Black with #F35E38
Text Example
Text Example
White with #F35E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35E38; }
p { color: rgb(243,94,56); }
H1.HeaderClassName
{
color: #F35E38;
}
.AnyTagClassName
{
color: #F35E38;
}
</style>
background-color css
<style>
a { background-color: #F35E38; }
a { background-color: rgb(243,94,56); }
div.DivClassName
{
background-color: #F35E38;
}
.BgClassName
{
background-color: #F35E38;
}
</style>
border-color css
<style>
span { border-color: #F35E38; }
span { border-color: rgb(243,94,56); }
td.TdClassName
{
border-color: #F35E38;
}
.TagClassName
{
border-color: #F35E38;
}
</style>