Shades of Red Orange #F93D29
Tints of Red Orange #F93D29
RGB
CMYK
RGB Variations
Color information
#F93D29 (or 0xF93D29) is known color: Red Orange. HEX triplet: F9, 3D and 29. RGB value is (249,61,41). Sum of RGB (Red+Green+Blue) = 249+61+41=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D29 is #06C2D6. Grayscale: #737373. Windows color (decimal): -443095 or 2702841. OLE color: 2702841.
HSL color Cylindrical-coordinate representation of color #F93D29: hue angle of 5.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F93D29 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 41 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.02 |
| HSL | 5.77º | 0.95% | 0.57% | - |
| HSV(B) | 5.77º | 0.84% | 0.98% | - |
| XYZ | 41.14 | 23.64 | 4.49 | - |
| YUV | 114.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 41 | 0 | 0.76 | 0.84 | 0.02 | 5.77 | 0.95 | 0.57 |
| Hex | F9 | 3D | 29 | 0 | 4C | 54 | 2 | 6 | 5F | 39 |
| Octal | 371 | 75 | 51 | 0 | 114 | 124 | 2 | 6 | 137 | 71 |
| Binary | 11111001 | 111101 | 101001 | 0 | 1001100 | 1010100 | 10 | 110 | 1011111 | 111001 |
Color Harmonies of #F93D29
Complementary color
Monochromatic Colors of #F93D29
Black with #F93D29
Text Example
Text Example
White with #F93D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D29; }
p { color: rgb(249,61,41); }
H1.HeaderClassName
{
color: #F93D29;
}
.AnyTagClassName
{
color: #F93D29;
}
</style>
background-color css
<style>
a { background-color: #F93D29; }
a { background-color: rgb(249,61,41); }
div.DivClassName
{
background-color: #F93D29;
}
.BgClassName
{
background-color: #F93D29;
}
</style>
border-color css
<style>
span { border-color: #F93D29; }
span { border-color: rgb(249,61,41); }
td.TdClassName
{
border-color: #F93D29;
}
.TagClassName
{
border-color: #F93D29;
}
</style>