Shades of Outrageous Orange #F2643C
Tints of Outrageous Orange #F2643C
RGB
CMYK
RGB Variations
Color information
#F2643C (or 0xF2643C) is known color: Outrageous Orange. HEX triplet: F2, 64 and 3C. RGB value is (242,100,60). Sum of RGB (Red+Green+Blue) = 242+100+60=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2643C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2643C is #0D9BC3. Grayscale: #8A8A8A. Windows color (decimal): -891844 or 3958002. OLE color: 3958002.
HSL color Cylindrical-coordinate representation of color #F2643C: hue angle of 13.19º degrees, saturation: 0.88, 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 #F2643C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 60 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.05 |
| HSL | 13.19º | 0.88% | 0.59% | - |
| HSV(B) | 13.19º | 0.75% | 0.95% | - |
| XYZ | 41.99 | 28.32 | 7.53 | - |
| YUV | 137.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 60 | 0 | 0.59 | 0.75 | 0.05 | 13.19 | 0.88 | 0.59 |
| Hex | F2 | 64 | 3C | 0 | 3B | 4B | 5 | D | 58 | 3B |
| Octal | 362 | 144 | 74 | 0 | 73 | 113 | 5 | 15 | 130 | 73 |
| Binary | 11110010 | 1100100 | 111100 | 0 | 111011 | 1001011 | 101 | 1101 | 1011000 | 111011 |
Color Harmonies of #F2643C
Complementary color
Monochromatic Colors of #F2643C
Black with #F2643C
Text Example
Text Example
White with #F2643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2643C; }
p { color: rgb(242,100,60); }
H1.HeaderClassName
{
color: #F2643C;
}
.AnyTagClassName
{
color: #F2643C;
}
</style>
background-color css
<style>
a { background-color: #F2643C; }
a { background-color: rgb(242,100,60); }
div.DivClassName
{
background-color: #F2643C;
}
.BgClassName
{
background-color: #F2643C;
}
</style>
border-color css
<style>
span { border-color: #F2643C; }
span { border-color: rgb(242,100,60); }
td.TdClassName
{
border-color: #F2643C;
}
.TagClassName
{
border-color: #F2643C;
}
</style>