Shades of Orange Red #F93D01
Tints of Orange Red #F93D01
RGB
CMYK
RGB Variations
Color information
#F93D01 (or 0xF93D01) is known color: Orange Red. HEX triplet: F9, 3D and 01. RGB value is (249,61,1). Sum of RGB (Red+Green+Blue) = 249+61+1=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D01 is #06C2FE. Grayscale: #6E6E6E. Windows color (decimal): -443135 or 81401. OLE color: 81401.
HSL color Cylindrical-coordinate representation of color #F93D01: hue angle of 14.52º 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 #F93D01 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.02 |
| HSL | 14.52º | 0.99% | 0.49% | - |
| HSV(B) | 14.52º | 1% | 0.98% | - |
| XYZ | 40.74 | 23.48 | 2.41 | - |
| YUV | 110.37 | 66.28 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 1 | 0 | 0.76 | 1.00 | 0.02 | 14.52 | 0.99 | 0.49 |
| Hex | F9 | 3D | 1 | 0 | 4C | 64 | 2 | F | 63 | 31 |
| Octal | 371 | 75 | 1 | 0 | 114 | 144 | 2 | 17 | 143 | 61 |
| Binary | 11111001 | 111101 | 1 | 0 | 1001100 | 1100100 | 10 | 1111 | 1100011 | 110001 |
Color Harmonies of #F93D01
Complementary color
Monochromatic Colors of #F93D01
Black with #F93D01
Text Example
Text Example
White with #F93D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D01; }
p { color: rgb(249,61,1); }
H1.HeaderClassName
{
color: #F93D01;
}
.AnyTagClassName
{
color: #F93D01;
}
</style>
background-color css
<style>
a { background-color: #F93D01; }
a { background-color: rgb(249,61,1); }
div.DivClassName
{
background-color: #F93D01;
}
.BgClassName
{
background-color: #F93D01;
}
</style>
border-color css
<style>
span { border-color: #F93D01; }
span { border-color: rgb(249,61,1); }
td.TdClassName
{
border-color: #F93D01;
}
.TagClassName
{
border-color: #F93D01;
}
</style>