Shades of Outrageous Orange #F26435
Tints of Outrageous Orange #F26435
RGB
CMYK
RGB Variations
Color information
#F26435 (or 0xF26435) is known color: Outrageous Orange. HEX triplet: F2, 64 and 35. RGB value is (242,100,53). Sum of RGB (Red+Green+Blue) = 242+100+53=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F26435 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26435 is #0D9BCA. Grayscale: #898989. Windows color (decimal): -891851 or 3499250. OLE color: 3499250.
HSL color Cylindrical-coordinate representation of color #F26435: hue angle of 14.92º 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 #F26435 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 53 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.05 |
| HSL | 14.92º | 0.88% | 0.58% | - |
| HSV(B) | 14.92º | 0.78% | 0.95% | - |
| XYZ | 41.82 | 28.25 | 6.62 | - |
| YUV | 137.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 53 | 0 | 0.59 | 0.78 | 0.05 | 14.92 | 0.88 | 0.58 |
| Hex | F2 | 64 | 35 | 0 | 3B | 4E | 5 | F | 58 | 3A |
| Octal | 362 | 144 | 65 | 0 | 73 | 116 | 5 | 17 | 130 | 72 |
| Binary | 11110010 | 1100100 | 110101 | 0 | 111011 | 1001110 | 101 | 1111 | 1011000 | 111010 |
Color Harmonies of #F26435
Complementary color
Monochromatic Colors of #F26435
Black with #F26435
Text Example
Text Example
White with #F26435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26435; }
p { color: rgb(242,100,53); }
H1.HeaderClassName
{
color: #F26435;
}
.AnyTagClassName
{
color: #F26435;
}
</style>
background-color css
<style>
a { background-color: #F26435; }
a { background-color: rgb(242,100,53); }
div.DivClassName
{
background-color: #F26435;
}
.BgClassName
{
background-color: #F26435;
}
</style>
border-color css
<style>
span { border-color: #F26435; }
span { border-color: rgb(242,100,53); }
td.TdClassName
{
border-color: #F26435;
}
.TagClassName
{
border-color: #F26435;
}
</style>