Shades of Orange Red #F94305
Tints of Orange Red #F94305
RGB
CMYK
RGB Variations
Color information
#F94305 (or 0xF94305) is known color: Orange Red. HEX triplet: F9, 43 and 05. RGB value is (249,67,5). Sum of RGB (Red+Green+Blue) = 249+67+5=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F94305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94305 is #06BCFA. Grayscale: #727272. Windows color (decimal): -441595 or 345081. OLE color: 345081.
HSL color Cylindrical-coordinate representation of color #F94305: hue angle of 15.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F94305 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.02 |
| HSL | 15.25º | 0.96% | 0.5% | - |
| HSV(B) | 15.25º | 0.98% | 0.98% | - |
| XYZ | 41.1 | 24.17 | 2.64 | - |
| YUV | 114.35 | 66.3 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 5 | 0 | 0.73 | 0.98 | 0.02 | 15.25 | 0.96 | 0.5 |
| Hex | F9 | 43 | 5 | 0 | 49 | 62 | 2 | F | 60 | 32 |
| Octal | 371 | 103 | 5 | 0 | 111 | 142 | 2 | 17 | 140 | 62 |
| Binary | 11111001 | 1000011 | 101 | 0 | 1001001 | 1100010 | 10 | 1111 | 1100000 | 110010 |
Color Harmonies of #F94305
Complementary color
Monochromatic Colors of #F94305
Black with #F94305
Text Example
Text Example
White with #F94305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94305; }
p { color: rgb(249,67,5); }
H1.HeaderClassName
{
color: #F94305;
}
.AnyTagClassName
{
color: #F94305;
}
</style>
background-color css
<style>
a { background-color: #F94305; }
a { background-color: rgb(249,67,5); }
div.DivClassName
{
background-color: #F94305;
}
.BgClassName
{
background-color: #F94305;
}
</style>
border-color css
<style>
span { border-color: #F94305; }
span { border-color: rgb(249,67,5); }
td.TdClassName
{
border-color: #F94305;
}
.TagClassName
{
border-color: #F94305;
}
</style>