Shades of Red Orange #F94825
Tints of Red Orange #F94825
RGB
CMYK
RGB Variations
Color information
#F94825 (or 0xF94825) is known color: Red Orange. HEX triplet: F9, 48 and 25. RGB value is (249,72,37). Sum of RGB (Red+Green+Blue) = 249+72+37=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F94825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94825 is #06B7DA. Grayscale: #797979. Windows color (decimal): -440283 or 2443513. OLE color: 2443513.
HSL color Cylindrical-coordinate representation of color #F94825: hue angle of 9.91º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F94825 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 37 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.02 |
| HSL | 9.91º | 0.95% | 0.56% | - |
| HSV(B) | 9.91º | 0.85% | 0.98% | - |
| XYZ | 41.72 | 24.91 | 4.36 | - |
| YUV | 120.93 | 80.64 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 37 | 0 | 0.71 | 0.85 | 0.02 | 9.91 | 0.95 | 0.56 |
| Hex | F9 | 48 | 25 | 0 | 47 | 55 | 2 | A | 5F | 38 |
| Octal | 371 | 110 | 45 | 0 | 107 | 125 | 2 | 12 | 137 | 70 |
| Binary | 11111001 | 1001000 | 100101 | 0 | 1000111 | 1010101 | 10 | 1010 | 1011111 | 111000 |
Color Harmonies of #F94825
Complementary color
Monochromatic Colors of #F94825
Black with #F94825
Text Example
Text Example
White with #F94825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94825; }
p { color: rgb(249,72,37); }
H1.HeaderClassName
{
color: #F94825;
}
.AnyTagClassName
{
color: #F94825;
}
</style>
background-color css
<style>
a { background-color: #F94825; }
a { background-color: rgb(249,72,37); }
div.DivClassName
{
background-color: #F94825;
}
.BgClassName
{
background-color: #F94825;
}
</style>
border-color css
<style>
span { border-color: #F94825; }
span { border-color: rgb(249,72,37); }
td.TdClassName
{
border-color: #F94825;
}
.TagClassName
{
border-color: #F94825;
}
</style>