Shades of Orange Red #F93501
Tints of Orange Red #F93501
RGB
CMYK
RGB Variations
Color information
#F93501 (or 0xF93501) is known color: Orange Red. HEX triplet: F9, 35 and 01. RGB value is (249,53,1). Sum of RGB (Red+Green+Blue) = 249+53+1=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F93501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93501 is #06CAFE. Grayscale: #6A6A6A. Windows color (decimal): -445183 or 79353. OLE color: 79353.
HSL color Cylindrical-coordinate representation of color #F93501: hue angle of 12.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F93501 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.02 |
| HSL | 12.58º | 0.99% | 0.49% | - |
| HSV(B) | 12.58º | 1% | 0.98% | - |
| XYZ | 40.35 | 22.69 | 2.28 | - |
| YUV | 105.68 | 68.93 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 1 | 0 | 0.79 | 1.00 | 0.02 | 12.58 | 0.99 | 0.49 |
| Hex | F9 | 35 | 1 | 0 | 4F | 64 | 2 | D | 63 | 31 |
| Octal | 371 | 65 | 1 | 0 | 117 | 144 | 2 | 15 | 143 | 61 |
| Binary | 11111001 | 110101 | 1 | 0 | 1001111 | 1100100 | 10 | 1101 | 1100011 | 110001 |
Color Harmonies of #F93501
Complementary color
Monochromatic Colors of #F93501
Black with #F93501
Text Example
Text Example
White with #F93501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93501; }
p { color: rgb(249,53,1); }
H1.HeaderClassName
{
color: #F93501;
}
.AnyTagClassName
{
color: #F93501;
}
</style>
background-color css
<style>
a { background-color: #F93501; }
a { background-color: rgb(249,53,1); }
div.DivClassName
{
background-color: #F93501;
}
.BgClassName
{
background-color: #F93501;
}
</style>
border-color css
<style>
span { border-color: #F93501; }
span { border-color: rgb(249,53,1); }
td.TdClassName
{
border-color: #F93501;
}
.TagClassName
{
border-color: #F93501;
}
</style>