Shades of Orange Red #F94512
Tints of Orange Red #F94512
RGB
CMYK
RGB Variations
Color information
#F94512 (or 0xF94512) is known color: Orange Red. HEX triplet: F9, 45 and 12. RGB value is (249,69,18). Sum of RGB (Red+Green+Blue) = 249+69+18=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94512 is #06BAED. Grayscale: #757575. Windows color (decimal): -441070 or 1197561. OLE color: 1197561.
HSL color Cylindrical-coordinate representation of color #F94512: hue angle of 13.25º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F94512 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.02 |
| HSL | 13.25º | 0.95% | 0.52% | - |
| HSV(B) | 13.25º | 0.93% | 0.98% | - |
| XYZ | 41.3 | 24.44 | 3.11 | - |
| YUV | 117.01 | 72.13 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 18 | 0 | 0.72 | 0.93 | 0.02 | 13.25 | 0.95 | 0.52 |
| Hex | F9 | 45 | 12 | 0 | 48 | 5D | 2 | D | 5F | 34 |
| Octal | 371 | 105 | 22 | 0 | 110 | 135 | 2 | 15 | 137 | 64 |
| Binary | 11111001 | 1000101 | 10010 | 0 | 1001000 | 1011101 | 10 | 1101 | 1011111 | 110100 |
Color Harmonies of #F94512
Complementary color
Monochromatic Colors of #F94512
Black with #F94512
Text Example
Text Example
White with #F94512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94512; }
p { color: rgb(249,69,18); }
H1.HeaderClassName
{
color: #F94512;
}
.AnyTagClassName
{
color: #F94512;
}
</style>
background-color css
<style>
a { background-color: #F94512; }
a { background-color: rgb(249,69,18); }
div.DivClassName
{
background-color: #F94512;
}
.BgClassName
{
background-color: #F94512;
}
</style>
border-color css
<style>
span { border-color: #F94512; }
span { border-color: rgb(249,69,18); }
td.TdClassName
{
border-color: #F94512;
}
.TagClassName
{
border-color: #F94512;
}
</style>