Shades of Outrageous Orange #FF4F25
Tints of Outrageous Orange #FF4F25
RGB
CMYK
RGB Variations
Color information
#FF4F25 (or 0xFF4F25) is known color: Outrageous Orange. HEX triplet: FF, 4F and 25. RGB value is (255,79,37). Sum of RGB (Red+Green+Blue) = 255+79+37=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F25 is #00B0DA. Grayscale: #7F7F7F. Windows color (decimal): -45275 or 2445311. OLE color: 2445311.
HSL color Cylindrical-coordinate representation of color #FF4F25: hue angle of 11.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4F25 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 37 | - |
| CMYK | 0 | 0.69 | 0.85 | 0 |
| HSL | 11.56º | 1% | 0.57% | - |
| HSV(B) | 11.56º | 0.85% | 1% | - |
| XYZ | 44.37 | 26.99 | 4.62 | - |
| YUV | 126.84 | 77.31 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 37 | 0 | 0.69 | 0.85 | 0 | 11.56 | 1 | 0.57 |
| Hex | FF | 4F | 25 | 0 | 45 | 55 | 0 | C | 64 | 39 |
| Octal | 377 | 117 | 45 | 0 | 105 | 125 | 0 | 14 | 144 | 71 |
| Binary | 11111111 | 1001111 | 100101 | 0 | 1000101 | 1010101 | 0 | 1100 | 1100100 | 111001 |
Color Harmonies of #FF4F25
Complementary color
Monochromatic Colors of #FF4F25
Black with #FF4F25
Text Example
Text Example
White with #FF4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F25; }
p { color: rgb(255,79,37); }
H1.HeaderClassName
{
color: #FF4F25;
}
.AnyTagClassName
{
color: #FF4F25;
}
</style>
background-color css
<style>
a { background-color: #FF4F25; }
a { background-color: rgb(255,79,37); }
div.DivClassName
{
background-color: #FF4F25;
}
.BgClassName
{
background-color: #FF4F25;
}
</style>
border-color css
<style>
span { border-color: #FF4F25; }
span { border-color: rgb(255,79,37); }
td.TdClassName
{
border-color: #FF4F25;
}
.TagClassName
{
border-color: #FF4F25;
}
</style>