Shades of Outrageous Orange #F2693D
Tints of Outrageous Orange #F2693D
RGB
CMYK
RGB Variations
Color information
#F2693D (or 0xF2693D) is known color: Outrageous Orange. HEX triplet: F2, 69 and 3D. RGB value is (242,105,61). Sum of RGB (Red+Green+Blue) = 242+105+61=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2693D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2693D is #0D96C2. Grayscale: #8D8D8D. Windows color (decimal): -890563 or 4024818. OLE color: 4024818.
HSL color Cylindrical-coordinate representation of color #F2693D: hue angle of 14.59º 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 #F2693D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 61 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.05 |
| HSL | 14.59º | 0.87% | 0.59% | - |
| HSV(B) | 14.59º | 0.75% | 0.95% | - |
| XYZ | 42.51 | 29.32 | 7.83 | - |
| YUV | 140.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 61 | 0 | 0.57 | 0.75 | 0.05 | 14.59 | 0.87 | 0.59 |
| Hex | F2 | 69 | 3D | 0 | 39 | 4B | 5 | F | 57 | 3B |
| Octal | 362 | 151 | 75 | 0 | 71 | 113 | 5 | 17 | 127 | 73 |
| Binary | 11110010 | 1101001 | 111101 | 0 | 111001 | 1001011 | 101 | 1111 | 1010111 | 111011 |
Color Harmonies of #F2693D
Complementary color
Monochromatic Colors of #F2693D
Black with #F2693D
Text Example
Text Example
White with #F2693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2693D; }
p { color: rgb(242,105,61); }
H1.HeaderClassName
{
color: #F2693D;
}
.AnyTagClassName
{
color: #F2693D;
}
</style>
background-color css
<style>
a { background-color: #F2693D; }
a { background-color: rgb(242,105,61); }
div.DivClassName
{
background-color: #F2693D;
}
.BgClassName
{
background-color: #F2693D;
}
</style>
border-color css
<style>
span { border-color: #F2693D; }
span { border-color: rgb(242,105,61); }
td.TdClassName
{
border-color: #F2693D;
}
.TagClassName
{
border-color: #F2693D;
}
</style>