Shades of Orange Red #F93F01
Tints of Orange Red #F93F01
RGB
CMYK
RGB Variations
Color information
#F93F01 (or 0xF93F01) is known color: Orange Red. HEX triplet: F9, 3F and 01. RGB value is (249,63,1). Sum of RGB (Red+Green+Blue) = 249+63+1=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F01 is #06C0FE. Grayscale: #6F6F6F. Windows color (decimal): -442623 or 81913. OLE color: 81913.
HSL color Cylindrical-coordinate representation of color #F93F01: hue angle of 15º 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 #F93F01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.02 |
| HSL | 15º | 0.99% | 0.49% | - |
| HSV(B) | 15º | 1% | 0.98% | - |
| XYZ | 40.85 | 23.7 | 2.45 | - |
| YUV | 111.55 | 65.62 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 1 | 0 | 0.75 | 1.00 | 0.02 | 15 | 0.99 | 0.49 |
| Hex | F9 | 3F | 1 | 0 | 4B | 64 | 2 | F | 63 | 31 |
| Octal | 371 | 77 | 1 | 0 | 113 | 144 | 2 | 17 | 143 | 61 |
| Binary | 11111001 | 111111 | 1 | 0 | 1001011 | 1100100 | 10 | 1111 | 1100011 | 110001 |
Color Harmonies of #F93F01
Complementary color
Monochromatic Colors of #F93F01
Black with #F93F01
Text Example
Text Example
White with #F93F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F01; }
p { color: rgb(249,63,1); }
H1.HeaderClassName
{
color: #F93F01;
}
.AnyTagClassName
{
color: #F93F01;
}
</style>
background-color css
<style>
a { background-color: #F93F01; }
a { background-color: rgb(249,63,1); }
div.DivClassName
{
background-color: #F93F01;
}
.BgClassName
{
background-color: #F93F01;
}
</style>
border-color css
<style>
span { border-color: #F93F01; }
span { border-color: rgb(249,63,1); }
td.TdClassName
{
border-color: #F93F01;
}
.TagClassName
{
border-color: #F93F01;
}
</style>