Shades of Outrageous Orange #F26535
Tints of Outrageous Orange #F26535
RGB
CMYK
RGB Variations
Color information
#F26535 (or 0xF26535) is known color: Outrageous Orange. HEX triplet: F2, 65 and 35. RGB value is (242,101,53). Sum of RGB (Red+Green+Blue) = 242+101+53=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F26535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26535 is #0D9ACA. Grayscale: #8A8A8A. Windows color (decimal): -891595 or 3499506. OLE color: 3499506.
HSL color Cylindrical-coordinate representation of color #F26535: hue angle of 15.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F26535 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 53 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.05 |
| HSL | 15.24º | 0.88% | 0.58% | - |
| HSV(B) | 15.24º | 0.78% | 0.95% | - |
| XYZ | 41.91 | 28.44 | 6.65 | - |
| YUV | 137.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 53 | 0 | 0.58 | 0.78 | 0.05 | 15.24 | 0.88 | 0.58 |
| Hex | F2 | 65 | 35 | 0 | 3A | 4E | 5 | F | 58 | 3A |
| Octal | 362 | 145 | 65 | 0 | 72 | 116 | 5 | 17 | 130 | 72 |
| Binary | 11110010 | 1100101 | 110101 | 0 | 111010 | 1001110 | 101 | 1111 | 1011000 | 111010 |
Color Harmonies of #F26535
Complementary color
Monochromatic Colors of #F26535
Black with #F26535
Text Example
Text Example
White with #F26535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26535; }
p { color: rgb(242,101,53); }
H1.HeaderClassName
{
color: #F26535;
}
.AnyTagClassName
{
color: #F26535;
}
</style>
background-color css
<style>
a { background-color: #F26535; }
a { background-color: rgb(242,101,53); }
div.DivClassName
{
background-color: #F26535;
}
.BgClassName
{
background-color: #F26535;
}
</style>
border-color css
<style>
span { border-color: #F26535; }
span { border-color: rgb(242,101,53); }
td.TdClassName
{
border-color: #F26535;
}
.TagClassName
{
border-color: #F26535;
}
</style>