Shades of Red Orange #F93225
Tints of Red Orange #F93225
RGB
CMYK
RGB Variations
Color information
#F93225 (or 0xF93225) is known color: Red Orange. HEX triplet: F9, 32 and 25. RGB value is (249,50,37). Sum of RGB (Red+Green+Blue) = 249+50+37=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F93225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93225 is #06CDDA. Grayscale: #6C6C6C. Windows color (decimal): -445915 or 2437881. OLE color: 2437881.
HSL color Cylindrical-coordinate representation of color #F93225: hue angle of 3.68º 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 #F93225 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 37 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.02 |
| HSL | 3.68º | 0.95% | 0.56% | - |
| HSV(B) | 3.68º | 0.85% | 0.98% | - |
| XYZ | 40.54 | 22.55 | 3.97 | - |
| YUV | 108.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 37 | 0 | 0.80 | 0.85 | 0.02 | 3.68 | 0.95 | 0.56 |
| Hex | F9 | 32 | 25 | 0 | 50 | 55 | 2 | 4 | 5F | 38 |
| Octal | 371 | 62 | 45 | 0 | 120 | 125 | 2 | 4 | 137 | 70 |
| Binary | 11111001 | 110010 | 100101 | 0 | 1010000 | 1010101 | 10 | 100 | 1011111 | 111000 |
Color Harmonies of #F93225
Complementary color
Monochromatic Colors of #F93225
Black with #F93225
Text Example
Text Example
White with #F93225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93225; }
p { color: rgb(249,50,37); }
H1.HeaderClassName
{
color: #F93225;
}
.AnyTagClassName
{
color: #F93225;
}
</style>
background-color css
<style>
a { background-color: #F93225; }
a { background-color: rgb(249,50,37); }
div.DivClassName
{
background-color: #F93225;
}
.BgClassName
{
background-color: #F93225;
}
</style>
border-color css
<style>
span { border-color: #F93225; }
span { border-color: rgb(249,50,37); }
td.TdClassName
{
border-color: #F93225;
}
.TagClassName
{
border-color: #F93225;
}
</style>