Shades of Outrageous Orange #F25D3A
Tints of Outrageous Orange #F25D3A
RGB
CMYK
RGB Variations
Color information
#F25D3A (or 0xF25D3A) is known color: Outrageous Orange. HEX triplet: F2, 5D and 3A. RGB value is (242,93,58). Sum of RGB (Red+Green+Blue) = 242+93+58=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D3A is #0DA2C5. Grayscale: #858585. Windows color (decimal): -893638 or 3825138. OLE color: 3825138.
HSL color Cylindrical-coordinate representation of color #F25D3A: hue angle of 11.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F25D3A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 58 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.05 |
| HSL | 11.41º | 0.88% | 0.59% | - |
| HSV(B) | 11.41º | 0.76% | 0.95% | - |
| XYZ | 41.3 | 27.01 | 7.04 | - |
| YUV | 133.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 58 | 0 | 0.62 | 0.76 | 0.05 | 11.41 | 0.88 | 0.59 |
| Hex | F2 | 5D | 3A | 0 | 3E | 4C | 5 | B | 58 | 3B |
| Octal | 362 | 135 | 72 | 0 | 76 | 114 | 5 | 13 | 130 | 73 |
| Binary | 11110010 | 1011101 | 111010 | 0 | 111110 | 1001100 | 101 | 1011 | 1011000 | 111011 |
Color Harmonies of #F25D3A
Complementary color
Monochromatic Colors of #F25D3A
Black with #F25D3A
Text Example
Text Example
White with #F25D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D3A; }
p { color: rgb(242,93,58); }
H1.HeaderClassName
{
color: #F25D3A;
}
.AnyTagClassName
{
color: #F25D3A;
}
</style>
background-color css
<style>
a { background-color: #F25D3A; }
a { background-color: rgb(242,93,58); }
div.DivClassName
{
background-color: #F25D3A;
}
.BgClassName
{
background-color: #F25D3A;
}
</style>
border-color css
<style>
span { border-color: #F25D3A; }
span { border-color: rgb(242,93,58); }
td.TdClassName
{
border-color: #F25D3A;
}
.TagClassName
{
border-color: #F25D3A;
}
</style>