Shades of Red Orange #F93227
Tints of Red Orange #F93227
RGB
CMYK
RGB Variations
Color information
#F93227 (or 0xF93227) is known color: Red Orange. HEX triplet: F9, 32 and 27. RGB value is (249,50,39). Sum of RGB (Red+Green+Blue) = 249+50+39=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F93227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93227 is #06CDD8. Grayscale: #6C6C6C. Windows color (decimal): -445913 or 2568953. OLE color: 2568953.
HSL color Cylindrical-coordinate representation of color #F93227: hue angle of 3.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F93227 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 39 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.02 |
| HSL | 3.14º | 0.95% | 0.56% | - |
| HSV(B) | 3.14º | 0.84% | 0.98% | - |
| XYZ | 40.57 | 22.57 | 4.14 | - |
| YUV | 108.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 39 | 0 | 0.80 | 0.84 | 0.02 | 3.14 | 0.95 | 0.56 |
| Hex | F9 | 32 | 27 | 0 | 50 | 54 | 2 | 3 | 5F | 38 |
| Octal | 371 | 62 | 47 | 0 | 120 | 124 | 2 | 3 | 137 | 70 |
| Binary | 11111001 | 110010 | 100111 | 0 | 1010000 | 1010100 | 10 | 11 | 1011111 | 111000 |
Color Harmonies of #F93227
Complementary color
Monochromatic Colors of #F93227
Black with #F93227
Text Example
Text Example
White with #F93227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93227; }
p { color: rgb(249,50,39); }
H1.HeaderClassName
{
color: #F93227;
}
.AnyTagClassName
{
color: #F93227;
}
</style>
background-color css
<style>
a { background-color: #F93227; }
a { background-color: rgb(249,50,39); }
div.DivClassName
{
background-color: #F93227;
}
.BgClassName
{
background-color: #F93227;
}
</style>
border-color css
<style>
span { border-color: #F93227; }
span { border-color: rgb(249,50,39); }
td.TdClassName
{
border-color: #F93227;
}
.TagClassName
{
border-color: #F93227;
}
</style>