Shades of Outrageous Orange #F3642A
Tints of Outrageous Orange #F3642A
RGB
CMYK
RGB Variations
Color information
#F3642A (or 0xF3642A) is known color: Outrageous Orange. HEX triplet: F3, 64 and 2A. RGB value is (243,100,42). Sum of RGB (Red+Green+Blue) = 243+100+42=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3642A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3642A is #0C9BD5. Grayscale: #888888. Windows color (decimal): -826326 or 2778355. OLE color: 2778355.
HSL color Cylindrical-coordinate representation of color #F3642A: hue angle of 17.31º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3642A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 42 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.05 |
| HSL | 17.31º | 0.89% | 0.56% | - |
| HSV(B) | 17.31º | 0.83% | 0.95% | - |
| XYZ | 41.94 | 28.34 | 5.45 | - |
| YUV | 136.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 42 | 0 | 0.59 | 0.83 | 0.05 | 17.31 | 0.89 | 0.56 |
| Hex | F3 | 64 | 2A | 0 | 3B | 53 | 5 | 11 | 59 | 38 |
| Octal | 363 | 144 | 52 | 0 | 73 | 123 | 5 | 21 | 131 | 70 |
| Binary | 11110011 | 1100100 | 101010 | 0 | 111011 | 1010011 | 101 | 10001 | 1011001 | 111000 |
Color Harmonies of #F3642A
Complementary color
Monochromatic Colors of #F3642A
Black with #F3642A
Text Example
Text Example
White with #F3642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3642A; }
p { color: rgb(243,100,42); }
H1.HeaderClassName
{
color: #F3642A;
}
.AnyTagClassName
{
color: #F3642A;
}
</style>
background-color css
<style>
a { background-color: #F3642A; }
a { background-color: rgb(243,100,42); }
div.DivClassName
{
background-color: #F3642A;
}
.BgClassName
{
background-color: #F3642A;
}
</style>
border-color css
<style>
span { border-color: #F3642A; }
span { border-color: rgb(243,100,42); }
td.TdClassName
{
border-color: #F3642A;
}
.TagClassName
{
border-color: #F3642A;
}
</style>