Shades of Outrageous Orange #F2643A
Tints of Outrageous Orange #F2643A
RGB
CMYK
RGB Variations
Color information
#F2643A (or 0xF2643A) is known color: Outrageous Orange. HEX triplet: F2, 64 and 3A. RGB value is (242,100,58). Sum of RGB (Red+Green+Blue) = 242+100+58=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2643A is #0D9BC5. Grayscale: #898989. Windows color (decimal): -891846 or 3826930. OLE color: 3826930.
HSL color Cylindrical-coordinate representation of color #F2643A: hue angle of 13.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2643A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 58 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.05 |
| HSL | 13.7º | 0.88% | 0.59% | - |
| HSV(B) | 13.7º | 0.76% | 0.95% | - |
| XYZ | 41.94 | 28.3 | 7.25 | - |
| YUV | 137.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 58 | 0 | 0.59 | 0.76 | 0.05 | 13.7 | 0.88 | 0.59 |
| Hex | F2 | 64 | 3A | 0 | 3B | 4C | 5 | E | 58 | 3B |
| Octal | 362 | 144 | 72 | 0 | 73 | 114 | 5 | 16 | 130 | 73 |
| Binary | 11110010 | 1100100 | 111010 | 0 | 111011 | 1001100 | 101 | 1110 | 1011000 | 111011 |
Color Harmonies of #F2643A
Complementary color
Monochromatic Colors of #F2643A
Black with #F2643A
Text Example
Text Example
White with #F2643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2643A; }
p { color: rgb(242,100,58); }
H1.HeaderClassName
{
color: #F2643A;
}
.AnyTagClassName
{
color: #F2643A;
}
</style>
background-color css
<style>
a { background-color: #F2643A; }
a { background-color: rgb(242,100,58); }
div.DivClassName
{
background-color: #F2643A;
}
.BgClassName
{
background-color: #F2643A;
}
</style>
border-color css
<style>
span { border-color: #F2643A; }
span { border-color: rgb(242,100,58); }
td.TdClassName
{
border-color: #F2643A;
}
.TagClassName
{
border-color: #F2643A;
}
</style>