Shades of Outrageous Orange #F2643D
Tints of Outrageous Orange #F2643D
RGB
CMYK
RGB Variations
Color information
#F2643D (or 0xF2643D) is known color: Outrageous Orange. HEX triplet: F2, 64 and 3D. RGB value is (242,100,61). Sum of RGB (Red+Green+Blue) = 242+100+61=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2643D is #0D9BC2. Grayscale: #8A8A8A. Windows color (decimal): -891843 or 4023538. OLE color: 4023538.
HSL color Cylindrical-coordinate representation of color #F2643D: hue angle of 12.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 #F2643D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 61 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.05 |
| HSL | 12.93º | 0.87% | 0.59% | - |
| HSV(B) | 12.93º | 0.75% | 0.95% | - |
| XYZ | 42.02 | 28.33 | 7.67 | - |
| YUV | 138.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 61 | 0 | 0.59 | 0.75 | 0.05 | 12.93 | 0.87 | 0.59 |
| Hex | F2 | 64 | 3D | 0 | 3B | 4B | 5 | D | 57 | 3B |
| Octal | 362 | 144 | 75 | 0 | 73 | 113 | 5 | 15 | 127 | 73 |
| Binary | 11110010 | 1100100 | 111101 | 0 | 111011 | 1001011 | 101 | 1101 | 1010111 | 111011 |
Color Harmonies of #F2643D
Complementary color
Monochromatic Colors of #F2643D
Black with #F2643D
Text Example
Text Example
White with #F2643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2643D; }
p { color: rgb(242,100,61); }
H1.HeaderClassName
{
color: #F2643D;
}
.AnyTagClassName
{
color: #F2643D;
}
</style>
background-color css
<style>
a { background-color: #F2643D; }
a { background-color: rgb(242,100,61); }
div.DivClassName
{
background-color: #F2643D;
}
.BgClassName
{
background-color: #F2643D;
}
</style>
border-color css
<style>
span { border-color: #F2643D; }
span { border-color: rgb(242,100,61); }
td.TdClassName
{
border-color: #F2643D;
}
.TagClassName
{
border-color: #F2643D;
}
</style>