Shades of Outrageous Orange #F25B2F
Tints of Outrageous Orange #F25B2F
RGB
CMYK
RGB Variations
Color information
#F25B2F (or 0xF25B2F) is known color: Outrageous Orange. HEX triplet: F2, 5B and 2F. RGB value is (242,91,47). Sum of RGB (Red+Green+Blue) = 242+91+47=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B2F is #0DA4D0. Grayscale: #838383. Windows color (decimal): -894161 or 3103730. OLE color: 3103730.
HSL color Cylindrical-coordinate representation of color #F25B2F: hue angle of 13.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F25B2F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 47 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.05 |
| HSL | 13.54º | 0.88% | 0.57% | - |
| HSV(B) | 13.54º | 0.81% | 0.95% | - |
| XYZ | 40.87 | 26.56 | 5.66 | - |
| YUV | 131.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 47 | 0 | 0.62 | 0.81 | 0.05 | 13.54 | 0.88 | 0.57 |
| Hex | F2 | 5B | 2F | 0 | 3E | 51 | 5 | E | 58 | 39 |
| Octal | 362 | 133 | 57 | 0 | 76 | 121 | 5 | 16 | 130 | 71 |
| Binary | 11110010 | 1011011 | 101111 | 0 | 111110 | 1010001 | 101 | 1110 | 1011000 | 111001 |
Color Harmonies of #F25B2F
Complementary color
Monochromatic Colors of #F25B2F
Black with #F25B2F
Text Example
Text Example
White with #F25B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B2F; }
p { color: rgb(242,91,47); }
H1.HeaderClassName
{
color: #F25B2F;
}
.AnyTagClassName
{
color: #F25B2F;
}
</style>
background-color css
<style>
a { background-color: #F25B2F; }
a { background-color: rgb(242,91,47); }
div.DivClassName
{
background-color: #F25B2F;
}
.BgClassName
{
background-color: #F25B2F;
}
</style>
border-color css
<style>
span { border-color: #F25B2F; }
span { border-color: rgb(242,91,47); }
td.TdClassName
{
border-color: #F25B2F;
}
.TagClassName
{
border-color: #F25B2F;
}
</style>