Shades of Orange Red #F94200
Tints of Orange Red #F94200
RGB
CMYK
RGB Variations
Color information
#F94200 (or 0xF94200) is known color: Orange Red. HEX triplet: F9, 42 and 00. RGB value is (249,66,0). Sum of RGB (Red+Green+Blue) = 249+66+0=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F94200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94200 is #06BDFF. Grayscale: #717171. Windows color (decimal): -441856 or 17145. OLE color: 17145.
HSL color Cylindrical-coordinate representation of color #F94200: hue angle of 15.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.02 |
| HSL | 15.9º | 1% | 0.49% | - |
| HSV(B) | 15.9º | 1% | 0.98% | - |
| XYZ | 41.02 | 24.04 | 2.48 | - |
| YUV | 113.19 | 64.13 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 0 | 0 | 0.73 | 1 | 0.02 | 15.9 | 1 | 0.49 |
| Hex | F9 | 42 | 0 | 0 | 49 | 64 | 2 | 10 | 64 | 31 |
| Octal | 371 | 102 | 0 | 0 | 111 | 144 | 2 | 20 | 144 | 61 |
| Binary | 11111001 | 1000010 | 0 | 0 | 1001001 | 1100100 | 10 | 10000 | 1100100 | 110001 |
Color Harmonies of #F94200
Complementary color
Monochromatic Colors of #F94200
Black with #F94200
Text Example
Text Example
White with #F94200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94200; }
p { color: rgb(249,66,0); }
H1.HeaderClassName
{
color: #F94200;
}
.AnyTagClassName
{
color: #F94200;
}
</style>
background-color css
<style>
a { background-color: #F94200; }
a { background-color: rgb(249,66,0); }
div.DivClassName
{
background-color: #F94200;
}
.BgClassName
{
background-color: #F94200;
}
</style>
border-color css
<style>
span { border-color: #F94200; }
span { border-color: rgb(249,66,0); }
td.TdClassName
{
border-color: #F94200;
}
.TagClassName
{
border-color: #F94200;
}
</style>