Shades of Red Orange #F93A1C
Tints of Red Orange #F93A1C
RGB
CMYK
RGB Variations
Color information
#F93A1C (or 0xF93A1C) is known color: Red Orange. HEX triplet: F9, 3A and 1C. RGB value is (249,58,28). Sum of RGB (Red+Green+Blue) = 249+58+28=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A1C is #06C5E3. Grayscale: #707070. Windows color (decimal): -443876 or 1850105. OLE color: 1850105.
HSL color Cylindrical-coordinate representation of color #F93A1C: hue angle of 8.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F93A1C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.02 |
| HSL | 8.14º | 0.95% | 0.54% | - |
| HSV(B) | 8.14º | 0.89% | 0.98% | - |
| XYZ | 40.79 | 23.25 | 3.44 | - |
| YUV | 111.69 | 80.78 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 28 | 0 | 0.77 | 0.89 | 0.02 | 8.14 | 0.95 | 0.54 |
| Hex | F9 | 3A | 1C | 0 | 4D | 59 | 2 | 8 | 5F | 36 |
| Octal | 371 | 72 | 34 | 0 | 115 | 131 | 2 | 10 | 137 | 66 |
| Binary | 11111001 | 111010 | 11100 | 0 | 1001101 | 1011001 | 10 | 1000 | 1011111 | 110110 |
Color Harmonies of #F93A1C
Complementary color
Monochromatic Colors of #F93A1C
Black with #F93A1C
Text Example
Text Example
White with #F93A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A1C; }
p { color: rgb(249,58,28); }
H1.HeaderClassName
{
color: #F93A1C;
}
.AnyTagClassName
{
color: #F93A1C;
}
</style>
background-color css
<style>
a { background-color: #F93A1C; }
a { background-color: rgb(249,58,28); }
div.DivClassName
{
background-color: #F93A1C;
}
.BgClassName
{
background-color: #F93A1C;
}
</style>
border-color css
<style>
span { border-color: #F93A1C; }
span { border-color: rgb(249,58,28); }
td.TdClassName
{
border-color: #F93A1C;
}
.TagClassName
{
border-color: #F93A1C;
}
</style>