Shades of Outrageous Orange #F26634
Tints of Outrageous Orange #F26634
RGB
CMYK
RGB Variations
Color information
#F26634 (or 0xF26634) is known color: Outrageous Orange. HEX triplet: F2, 66 and 34. RGB value is (242,102,52). Sum of RGB (Red+Green+Blue) = 242+102+52=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F26634 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26634 is #0D99CB. Grayscale: #8A8A8A. Windows color (decimal): -891340 or 3434226. OLE color: 3434226.
HSL color Cylindrical-coordinate representation of color #F26634: hue angle of 15.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F26634 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 52 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.05 |
| HSL | 15.79º | 0.88% | 0.58% | - |
| HSV(B) | 15.79º | 0.79% | 0.95% | - |
| XYZ | 41.99 | 28.63 | 6.56 | - |
| YUV | 138.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 52 | 0 | 0.58 | 0.79 | 0.05 | 15.79 | 0.88 | 0.58 |
| Hex | F2 | 66 | 34 | 0 | 3A | 4F | 5 | 10 | 58 | 3A |
| Octal | 362 | 146 | 64 | 0 | 72 | 117 | 5 | 20 | 130 | 72 |
| Binary | 11110010 | 1100110 | 110100 | 0 | 111010 | 1001111 | 101 | 10000 | 1011000 | 111010 |
Color Harmonies of #F26634
Complementary color
Monochromatic Colors of #F26634
Black with #F26634
Text Example
Text Example
White with #F26634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26634; }
p { color: rgb(242,102,52); }
H1.HeaderClassName
{
color: #F26634;
}
.AnyTagClassName
{
color: #F26634;
}
</style>
background-color css
<style>
a { background-color: #F26634; }
a { background-color: rgb(242,102,52); }
div.DivClassName
{
background-color: #F26634;
}
.BgClassName
{
background-color: #F26634;
}
</style>
border-color css
<style>
span { border-color: #F26634; }
span { border-color: rgb(242,102,52); }
td.TdClassName
{
border-color: #F26634;
}
.TagClassName
{
border-color: #F26634;
}
</style>