Shades of Outrageous Orange #F25F32
Tints of Outrageous Orange #F25F32
RGB
CMYK
RGB Variations
Color information
#F25F32 (or 0xF25F32) is known color: Outrageous Orange. HEX triplet: F2, 5F and 32. RGB value is (242,95,50). Sum of RGB (Red+Green+Blue) = 242+95+50=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F32 is #0DA0CD. Grayscale: #868686. Windows color (decimal): -893134 or 3301362. OLE color: 3301362.
HSL color Cylindrical-coordinate representation of color #F25F32: hue angle of 14.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F25F32 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 50 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.05 |
| HSL | 14.06º | 0.88% | 0.57% | - |
| HSV(B) | 14.06º | 0.79% | 0.95% | - |
| XYZ | 41.29 | 27.29 | 6.11 | - |
| YUV | 133.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 50 | 0 | 0.61 | 0.79 | 0.05 | 14.06 | 0.88 | 0.57 |
| Hex | F2 | 5F | 32 | 0 | 3D | 4F | 5 | E | 58 | 39 |
| Octal | 362 | 137 | 62 | 0 | 75 | 117 | 5 | 16 | 130 | 71 |
| Binary | 11110010 | 1011111 | 110010 | 0 | 111101 | 1001111 | 101 | 1110 | 1011000 | 111001 |
Color Harmonies of #F25F32
Complementary color
Monochromatic Colors of #F25F32
Black with #F25F32
Text Example
Text Example
White with #F25F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F32; }
p { color: rgb(242,95,50); }
H1.HeaderClassName
{
color: #F25F32;
}
.AnyTagClassName
{
color: #F25F32;
}
</style>
background-color css
<style>
a { background-color: #F25F32; }
a { background-color: rgb(242,95,50); }
div.DivClassName
{
background-color: #F25F32;
}
.BgClassName
{
background-color: #F25F32;
}
</style>
border-color css
<style>
span { border-color: #F25F32; }
span { border-color: rgb(242,95,50); }
td.TdClassName
{
border-color: #F25F32;
}
.TagClassName
{
border-color: #F25F32;
}
</style>