Shades of Outrageous Orange #F25E2B
Tints of Outrageous Orange #F25E2B
RGB
CMYK
RGB Variations
Color information
#F25E2B (or 0xF25E2B) is known color: Outrageous Orange. HEX triplet: F2, 5E and 2B. RGB value is (242,94,43). Sum of RGB (Red+Green+Blue) = 242+94+43=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E2B is #0DA1D4. Grayscale: #848484. Windows color (decimal): -893397 or 2842354. OLE color: 2842354.
HSL color Cylindrical-coordinate representation of color #F25E2B: hue angle of 15.38º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F25E2B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 43 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.05 |
| HSL | 15.38º | 0.88% | 0.56% | - |
| HSV(B) | 15.38º | 0.82% | 0.95% | - |
| XYZ | 41.06 | 27.06 | 5.34 | - |
| YUV | 132.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 43 | 0 | 0.61 | 0.82 | 0.05 | 15.38 | 0.88 | 0.56 |
| Hex | F2 | 5E | 2B | 0 | 3D | 52 | 5 | F | 58 | 38 |
| Octal | 362 | 136 | 53 | 0 | 75 | 122 | 5 | 17 | 130 | 70 |
| Binary | 11110010 | 1011110 | 101011 | 0 | 111101 | 1010010 | 101 | 1111 | 1011000 | 111000 |
Color Harmonies of #F25E2B
Complementary color
Monochromatic Colors of #F25E2B
Black with #F25E2B
Text Example
Text Example
White with #F25E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E2B; }
p { color: rgb(242,94,43); }
H1.HeaderClassName
{
color: #F25E2B;
}
.AnyTagClassName
{
color: #F25E2B;
}
</style>
background-color css
<style>
a { background-color: #F25E2B; }
a { background-color: rgb(242,94,43); }
div.DivClassName
{
background-color: #F25E2B;
}
.BgClassName
{
background-color: #F25E2B;
}
</style>
border-color css
<style>
span { border-color: #F25E2B; }
span { border-color: rgb(242,94,43); }
td.TdClassName
{
border-color: #F25E2B;
}
.TagClassName
{
border-color: #F25E2B;
}
</style>