Shades of Outrageous Orange #F25D2C
Tints of Outrageous Orange #F25D2C
RGB
CMYK
RGB Variations
Color information
#F25D2C (or 0xF25D2C) is known color: Outrageous Orange. HEX triplet: F2, 5D and 2C. RGB value is (242,93,44). Sum of RGB (Red+Green+Blue) = 242+93+44=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D2C is #0DA2D3. Grayscale: #848484. Windows color (decimal): -893652 or 2907634. OLE color: 2907634.
HSL color Cylindrical-coordinate representation of color #F25D2C: hue angle of 14.85º 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 #F25D2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 44 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.05 |
| HSL | 14.85º | 0.88% | 0.56% | - |
| HSV(B) | 14.85º | 0.82% | 0.95% | - |
| XYZ | 40.99 | 26.89 | 5.41 | - |
| YUV | 131.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 44 | 0 | 0.62 | 0.82 | 0.05 | 14.85 | 0.88 | 0.56 |
| Hex | F2 | 5D | 2C | 0 | 3E | 52 | 5 | F | 58 | 38 |
| Octal | 362 | 135 | 54 | 0 | 76 | 122 | 5 | 17 | 130 | 70 |
| Binary | 11110010 | 1011101 | 101100 | 0 | 111110 | 1010010 | 101 | 1111 | 1011000 | 111000 |
Color Harmonies of #F25D2C
Complementary color
Monochromatic Colors of #F25D2C
Black with #F25D2C
Text Example
Text Example
White with #F25D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D2C; }
p { color: rgb(242,93,44); }
H1.HeaderClassName
{
color: #F25D2C;
}
.AnyTagClassName
{
color: #F25D2C;
}
</style>
background-color css
<style>
a { background-color: #F25D2C; }
a { background-color: rgb(242,93,44); }
div.DivClassName
{
background-color: #F25D2C;
}
.BgClassName
{
background-color: #F25D2C;
}
</style>
border-color css
<style>
span { border-color: #F25D2C; }
span { border-color: rgb(242,93,44); }
td.TdClassName
{
border-color: #F25D2C;
}
.TagClassName
{
border-color: #F25D2C;
}
</style>