Shades of Red Orange #F93D20
Tints of Red Orange #F93D20
RGB
CMYK
RGB Variations
Color information
#F93D20 (or 0xF93D20) is known color: Red Orange. HEX triplet: F9, 3D and 20. RGB value is (249,61,32). Sum of RGB (Red+Green+Blue) = 249+61+32=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D20 is #06C2DF. Grayscale: #727272. Windows color (decimal): -443104 or 2113017. OLE color: 2113017.
HSL color Cylindrical-coordinate representation of color #F93D20: hue angle of 8.02º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F93D20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 32 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.02 |
| HSL | 8.02º | 0.95% | 0.55% | - |
| HSV(B) | 8.02º | 0.87% | 0.98% | - |
| XYZ | 41 | 23.58 | 3.76 | - |
| YUV | 113.91 | 81.78 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 32 | 0 | 0.76 | 0.87 | 0.02 | 8.02 | 0.95 | 0.55 |
| Hex | F9 | 3D | 20 | 0 | 4C | 57 | 2 | 8 | 5F | 37 |
| Octal | 371 | 75 | 40 | 0 | 114 | 127 | 2 | 10 | 137 | 67 |
| Binary | 11111001 | 111101 | 100000 | 0 | 1001100 | 1010111 | 10 | 1000 | 1011111 | 110111 |
Color Harmonies of #F93D20
Complementary color
Monochromatic Colors of #F93D20
Black with #F93D20
Text Example
Text Example
White with #F93D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D20; }
p { color: rgb(249,61,32); }
H1.HeaderClassName
{
color: #F93D20;
}
.AnyTagClassName
{
color: #F93D20;
}
</style>
background-color css
<style>
a { background-color: #F93D20; }
a { background-color: rgb(249,61,32); }
div.DivClassName
{
background-color: #F93D20;
}
.BgClassName
{
background-color: #F93D20;
}
</style>
border-color css
<style>
span { border-color: #F93D20; }
span { border-color: rgb(249,61,32); }
td.TdClassName
{
border-color: #F93D20;
}
.TagClassName
{
border-color: #F93D20;
}
</style>