Shades of Outrageous Orange #F26635
Tints of Outrageous Orange #F26635
RGB
CMYK
RGB Variations
Color information
#F26635 (or 0xF26635) is known color: Outrageous Orange. HEX triplet: F2, 66 and 35. RGB value is (242,102,53). Sum of RGB (Red+Green+Blue) = 242+102+53=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F26635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26635 is #0D99CA. Grayscale: #8A8A8A. Windows color (decimal): -891339 or 3499762. OLE color: 3499762.
HSL color Cylindrical-coordinate representation of color #F26635: hue angle of 15.56º 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 #F26635 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 53 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.05 |
| HSL | 15.56º | 0.88% | 0.58% | - |
| HSV(B) | 15.56º | 0.78% | 0.95% | - |
| XYZ | 42.01 | 28.64 | 6.68 | - |
| YUV | 138.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 53 | 0 | 0.58 | 0.78 | 0.05 | 15.56 | 0.88 | 0.58 |
| Hex | F2 | 66 | 35 | 0 | 3A | 4E | 5 | 10 | 58 | 3A |
| Octal | 362 | 146 | 65 | 0 | 72 | 116 | 5 | 20 | 130 | 72 |
| Binary | 11110010 | 1100110 | 110101 | 0 | 111010 | 1001110 | 101 | 10000 | 1011000 | 111010 |
Color Harmonies of #F26635
Complementary color
Monochromatic Colors of #F26635
Black with #F26635
Text Example
Text Example
White with #F26635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26635; }
p { color: rgb(242,102,53); }
H1.HeaderClassName
{
color: #F26635;
}
.AnyTagClassName
{
color: #F26635;
}
</style>
background-color css
<style>
a { background-color: #F26635; }
a { background-color: rgb(242,102,53); }
div.DivClassName
{
background-color: #F26635;
}
.BgClassName
{
background-color: #F26635;
}
</style>
border-color css
<style>
span { border-color: #F26635; }
span { border-color: rgb(242,102,53); }
td.TdClassName
{
border-color: #F26635;
}
.TagClassName
{
border-color: #F26635;
}
</style>