Shades of Orange Red #F93D0A
Tints of Orange Red #F93D0A
RGB
CMYK
RGB Variations
Color information
#F93D0A (or 0xF93D0A) is known color: Orange Red. HEX triplet: F9, 3D and 0A. RGB value is (249,61,10). Sum of RGB (Red+Green+Blue) = 249+61+10=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D0A is #06C2F5. Grayscale: #6F6F6F. Windows color (decimal): -443126 or 671225. OLE color: 671225.
HSL color Cylindrical-coordinate representation of color #F93D0A: hue angle of 12.8º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F93D0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.02 |
| HSL | 12.8º | 0.95% | 0.51% | - |
| HSV(B) | 12.8º | 0.96% | 0.98% | - |
| XYZ | 40.79 | 23.5 | 2.67 | - |
| YUV | 111.4 | 70.78 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 10 | 0 | 0.76 | 0.96 | 0.02 | 12.8 | 0.95 | 0.51 |
| Hex | F9 | 3D | A | 0 | 4C | 60 | 2 | D | 5F | 33 |
| Octal | 371 | 75 | 12 | 0 | 114 | 140 | 2 | 15 | 137 | 63 |
| Binary | 11111001 | 111101 | 1010 | 0 | 1001100 | 1100000 | 10 | 1101 | 1011111 | 110011 |
Color Harmonies of #F93D0A
Complementary color
Monochromatic Colors of #F93D0A
Black with #F93D0A
Text Example
Text Example
White with #F93D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D0A; }
p { color: rgb(249,61,10); }
H1.HeaderClassName
{
color: #F93D0A;
}
.AnyTagClassName
{
color: #F93D0A;
}
</style>
background-color css
<style>
a { background-color: #F93D0A; }
a { background-color: rgb(249,61,10); }
div.DivClassName
{
background-color: #F93D0A;
}
.BgClassName
{
background-color: #F93D0A;
}
</style>
border-color css
<style>
span { border-color: #F93D0A; }
span { border-color: rgb(249,61,10); }
td.TdClassName
{
border-color: #F93D0A;
}
.TagClassName
{
border-color: #F93D0A;
}
</style>