Shades of Outrageous Orange #F25A27
Tints of Outrageous Orange #F25A27
RGB
CMYK
RGB Variations
Color information
#F25A27 (or 0xF25A27) is known color: Outrageous Orange. HEX triplet: F2, 5A and 27. RGB value is (242,90,39). Sum of RGB (Red+Green+Blue) = 242+90+39=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A27 is #0DA5D8. Grayscale: #818181. Windows color (decimal): -894425 or 2579186. OLE color: 2579186.
HSL color Cylindrical-coordinate representation of color #F25A27: hue angle of 15.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F25A27 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 39 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.05 |
| HSL | 15.07º | 0.89% | 0.55% | - |
| HSV(B) | 15.07º | 0.84% | 0.95% | - |
| XYZ | 40.64 | 26.34 | 4.86 | - |
| YUV | 129.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 39 | 0 | 0.63 | 0.84 | 0.05 | 15.07 | 0.89 | 0.55 |
| Hex | F2 | 5A | 27 | 0 | 3F | 54 | 5 | F | 59 | 37 |
| Octal | 362 | 132 | 47 | 0 | 77 | 124 | 5 | 17 | 131 | 67 |
| Binary | 11110010 | 1011010 | 100111 | 0 | 111111 | 1010100 | 101 | 1111 | 1011001 | 110111 |
Color Harmonies of #F25A27
Complementary color
Monochromatic Colors of #F25A27
Black with #F25A27
Text Example
Text Example
White with #F25A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A27; }
p { color: rgb(242,90,39); }
H1.HeaderClassName
{
color: #F25A27;
}
.AnyTagClassName
{
color: #F25A27;
}
</style>
background-color css
<style>
a { background-color: #F25A27; }
a { background-color: rgb(242,90,39); }
div.DivClassName
{
background-color: #F25A27;
}
.BgClassName
{
background-color: #F25A27;
}
</style>
border-color css
<style>
span { border-color: #F25A27; }
span { border-color: rgb(242,90,39); }
td.TdClassName
{
border-color: #F25A27;
}
.TagClassName
{
border-color: #F25A27;
}
</style>