Shades of Red Orange #F93D30
Tints of Red Orange #F93D30
RGB
CMYK
RGB Variations
Color information
#F93D30 (or 0xF93D30) is known color: Red Orange. HEX triplet: F9, 3D and 30. RGB value is (249,61,48). Sum of RGB (Red+Green+Blue) = 249+61+48=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D30 is #06C2CF. Grayscale: #737373. Windows color (decimal): -443088 or 3161593. OLE color: 3161593.
HSL color Cylindrical-coordinate representation of color #F93D30: hue angle of 3.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93D30 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 48 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.02 |
| HSL | 3.88º | 0.94% | 0.58% | - |
| HSV(B) | 3.88º | 0.81% | 0.98% | - |
| XYZ | 41.27 | 23.69 | 5.19 | - |
| YUV | 115.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 48 | 0 | 0.76 | 0.81 | 0.02 | 3.88 | 0.94 | 0.58 |
| Hex | F9 | 3D | 30 | 0 | 4C | 51 | 2 | 4 | 5E | 3A |
| Octal | 371 | 75 | 60 | 0 | 114 | 121 | 2 | 4 | 136 | 72 |
| Binary | 11111001 | 111101 | 110000 | 0 | 1001100 | 1010001 | 10 | 100 | 1011110 | 111010 |
Color Harmonies of #F93D30
Complementary color
Monochromatic Colors of #F93D30
Black with #F93D30
Text Example
Text Example
White with #F93D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D30; }
p { color: rgb(249,61,48); }
H1.HeaderClassName
{
color: #F93D30;
}
.AnyTagClassName
{
color: #F93D30;
}
</style>
background-color css
<style>
a { background-color: #F93D30; }
a { background-color: rgb(249,61,48); }
div.DivClassName
{
background-color: #F93D30;
}
.BgClassName
{
background-color: #F93D30;
}
</style>
border-color css
<style>
span { border-color: #F93D30; }
span { border-color: rgb(249,61,48); }
td.TdClassName
{
border-color: #F93D30;
}
.TagClassName
{
border-color: #F93D30;
}
</style>