Shades of Red Orange #F93D1B
Tints of Red Orange #F93D1B
RGB
CMYK
RGB Variations
Color information
#F93D1B (or 0xF93D1B) is known color: Red Orange. HEX triplet: F9, 3D and 1B. RGB value is (249,61,27). Sum of RGB (Red+Green+Blue) = 249+61+27=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D1B is #06C2E4. Grayscale: #717171. Windows color (decimal): -443109 or 1785337. OLE color: 1785337.
HSL color Cylindrical-coordinate representation of color #F93D1B: hue angle of 9.19º 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 #F93D1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.02 |
| HSL | 9.19º | 0.95% | 0.54% | - |
| HSV(B) | 9.19º | 0.89% | 0.98% | - |
| XYZ | 40.93 | 23.56 | 3.43 | - |
| YUV | 113.34 | 79.28 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 27 | 0 | 0.76 | 0.89 | 0.02 | 9.19 | 0.95 | 0.54 |
| Hex | F9 | 3D | 1B | 0 | 4C | 59 | 2 | 9 | 5F | 36 |
| Octal | 371 | 75 | 33 | 0 | 114 | 131 | 2 | 11 | 137 | 66 |
| Binary | 11111001 | 111101 | 11011 | 0 | 1001100 | 1011001 | 10 | 1001 | 1011111 | 110110 |
Color Harmonies of #F93D1B
Complementary color
Monochromatic Colors of #F93D1B
Black with #F93D1B
Text Example
Text Example
White with #F93D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D1B; }
p { color: rgb(249,61,27); }
H1.HeaderClassName
{
color: #F93D1B;
}
.AnyTagClassName
{
color: #F93D1B;
}
</style>
background-color css
<style>
a { background-color: #F93D1B; }
a { background-color: rgb(249,61,27); }
div.DivClassName
{
background-color: #F93D1B;
}
.BgClassName
{
background-color: #F93D1B;
}
</style>
border-color css
<style>
span { border-color: #F93D1B; }
span { border-color: rgb(249,61,27); }
td.TdClassName
{
border-color: #F93D1B;
}
.TagClassName
{
border-color: #F93D1B;
}
</style>