Shades of Outrageous Orange #F25F3E
Tints of Outrageous Orange #F25F3E
RGB
CMYK
RGB Variations
Color information
#F25F3E (or 0xF25F3E) is known color: Outrageous Orange. HEX triplet: F2, 5F and 3E. RGB value is (242,95,62). Sum of RGB (Red+Green+Blue) = 242+95+62=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F3E is #0DA0C1. Grayscale: #878787. Windows color (decimal): -893122 or 4087794. OLE color: 4087794.
HSL color Cylindrical-coordinate representation of color #F25F3E: hue angle of 11º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25F3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.05 |
| HSL | 11º | 0.87% | 0.6% | - |
| HSV(B) | 11º | 0.74% | 0.95% | - |
| XYZ | 41.58 | 27.41 | 7.66 | - |
| YUV | 135.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 62 | 0 | 0.61 | 0.74 | 0.05 | 11 | 0.87 | 0.6 |
| Hex | F2 | 5F | 3E | 0 | 3D | 4A | 5 | B | 57 | 3C |
| Octal | 362 | 137 | 76 | 0 | 75 | 112 | 5 | 13 | 127 | 74 |
| Binary | 11110010 | 1011111 | 111110 | 0 | 111101 | 1001010 | 101 | 1011 | 1010111 | 111100 |
Color Harmonies of #F25F3E
Complementary color
Monochromatic Colors of #F25F3E
Black with #F25F3E
Text Example
Text Example
White with #F25F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F3E; }
p { color: rgb(242,95,62); }
H1.HeaderClassName
{
color: #F25F3E;
}
.AnyTagClassName
{
color: #F25F3E;
}
</style>
background-color css
<style>
a { background-color: #F25F3E; }
a { background-color: rgb(242,95,62); }
div.DivClassName
{
background-color: #F25F3E;
}
.BgClassName
{
background-color: #F25F3E;
}
</style>
border-color css
<style>
span { border-color: #F25F3E; }
span { border-color: rgb(242,95,62); }
td.TdClassName
{
border-color: #F25F3E;
}
.TagClassName
{
border-color: #F25F3E;
}
</style>