Shades of Outrageous Orange #F25428
Tints of Outrageous Orange #F25428
RGB
CMYK
RGB Variations
Color information
#F25428 (or 0xF25428) is known color: Outrageous Orange. HEX triplet: F2, 54 and 28. RGB value is (242,84,40). Sum of RGB (Red+Green+Blue) = 242+84+40=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F25428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25428 is #0DABD7. Grayscale: #7E7E7E. Windows color (decimal): -895960 or 2643186. OLE color: 2643186.
HSL color Cylindrical-coordinate representation of color #F25428: hue angle of 13.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F25428 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 40 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.05 |
| HSL | 13.07º | 0.89% | 0.55% | - |
| HSV(B) | 13.07º | 0.83% | 0.95% | - |
| XYZ | 40.17 | 25.37 | 4.79 | - |
| YUV | 126.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 40 | 0 | 0.65 | 0.83 | 0.05 | 13.07 | 0.89 | 0.55 |
| Hex | F2 | 54 | 28 | 0 | 41 | 53 | 5 | D | 59 | 37 |
| Octal | 362 | 124 | 50 | 0 | 101 | 123 | 5 | 15 | 131 | 67 |
| Binary | 11110010 | 1010100 | 101000 | 0 | 1000001 | 1010011 | 101 | 1101 | 1011001 | 110111 |
Color Harmonies of #F25428
Complementary color
Monochromatic Colors of #F25428
Black with #F25428
Text Example
Text Example
White with #F25428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25428; }
p { color: rgb(242,84,40); }
H1.HeaderClassName
{
color: #F25428;
}
.AnyTagClassName
{
color: #F25428;
}
</style>
background-color css
<style>
a { background-color: #F25428; }
a { background-color: rgb(242,84,40); }
div.DivClassName
{
background-color: #F25428;
}
.BgClassName
{
background-color: #F25428;
}
</style>
border-color css
<style>
span { border-color: #F25428; }
span { border-color: rgb(242,84,40); }
td.TdClassName
{
border-color: #F25428;
}
.TagClassName
{
border-color: #F25428;
}
</style>