Shades of Red Orange #F93D1F
Tints of Red Orange #F93D1F
RGB
CMYK
RGB Variations
Color information
#F93D1F (or 0xF93D1F) is known color: Red Orange. HEX triplet: F9, 3D and 1F. RGB value is (249,61,31). Sum of RGB (Red+Green+Blue) = 249+61+31=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D1F is #06C2E0. Grayscale: #727272. Windows color (decimal): -443105 or 2047481. OLE color: 2047481.
HSL color Cylindrical-coordinate representation of color #F93D1F: hue angle of 8.26º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F93D1F is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 31 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.02 |
| HSL | 8.26º | 0.95% | 0.55% | - |
| HSV(B) | 8.26º | 0.88% | 0.98% | - |
| XYZ | 40.98 | 23.58 | 3.69 | - |
| YUV | 113.79 | 81.28 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 31 | 0 | 0.76 | 0.88 | 0.02 | 8.26 | 0.95 | 0.55 |
| Hex | F9 | 3D | 1F | 0 | 4C | 58 | 2 | 8 | 5F | 37 |
| Octal | 371 | 75 | 37 | 0 | 114 | 130 | 2 | 10 | 137 | 67 |
| Binary | 11111001 | 111101 | 11111 | 0 | 1001100 | 1011000 | 10 | 1000 | 1011111 | 110111 |
Color Harmonies of #F93D1F
Complementary color
Monochromatic Colors of #F93D1F
Black with #F93D1F
Text Example
Text Example
White with #F93D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D1F; }
p { color: rgb(249,61,31); }
H1.HeaderClassName
{
color: #F93D1F;
}
.AnyTagClassName
{
color: #F93D1F;
}
</style>
background-color css
<style>
a { background-color: #F93D1F; }
a { background-color: rgb(249,61,31); }
div.DivClassName
{
background-color: #F93D1F;
}
.BgClassName
{
background-color: #F93D1F;
}
</style>
border-color css
<style>
span { border-color: #F93D1F; }
span { border-color: rgb(249,61,31); }
td.TdClassName
{
border-color: #F93D1F;
}
.TagClassName
{
border-color: #F93D1F;
}
</style>