Shades of Outrageous Orange #F2613D
Tints of Outrageous Orange #F2613D
RGB
CMYK
RGB Variations
Color information
#F2613D (or 0xF2613D) is known color: Outrageous Orange. HEX triplet: F2, 61 and 3D. RGB value is (242,97,61). Sum of RGB (Red+Green+Blue) = 242+97+61=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2613D is #0D9EC2. Grayscale: #888888. Windows color (decimal): -892611 or 4022770. OLE color: 4022770.
HSL color Cylindrical-coordinate representation of color #F2613D: hue angle of 11.93º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2613D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 61 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.05 |
| HSL | 11.93º | 0.87% | 0.59% | - |
| HSV(B) | 11.93º | 0.75% | 0.95% | - |
| XYZ | 41.73 | 27.76 | 7.57 | - |
| YUV | 136.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 61 | 0 | 0.60 | 0.75 | 0.05 | 11.93 | 0.87 | 0.59 |
| Hex | F2 | 61 | 3D | 0 | 3C | 4B | 5 | C | 57 | 3B |
| Octal | 362 | 141 | 75 | 0 | 74 | 113 | 5 | 14 | 127 | 73 |
| Binary | 11110010 | 1100001 | 111101 | 0 | 111100 | 1001011 | 101 | 1100 | 1010111 | 111011 |
Color Harmonies of #F2613D
Complementary color
Monochromatic Colors of #F2613D
Black with #F2613D
Text Example
Text Example
White with #F2613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2613D; }
p { color: rgb(242,97,61); }
H1.HeaderClassName
{
color: #F2613D;
}
.AnyTagClassName
{
color: #F2613D;
}
</style>
background-color css
<style>
a { background-color: #F2613D; }
a { background-color: rgb(242,97,61); }
div.DivClassName
{
background-color: #F2613D;
}
.BgClassName
{
background-color: #F2613D;
}
</style>
border-color css
<style>
span { border-color: #F2613D; }
span { border-color: rgb(242,97,61); }
td.TdClassName
{
border-color: #F2613D;
}
.TagClassName
{
border-color: #F2613D;
}
</style>