Shades of Orange Red #F94800
Tints of Orange Red #F94800
RGB
CMYK
RGB Variations
Color information
#F94800 (or 0xF94800) is known color: Orange Red. HEX triplet: F9, 48 and 00. RGB value is (249,72,0). Sum of RGB (Red+Green+Blue) = 249+72+0=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F94800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94800 is #06B7FF. Grayscale: #757575. Windows color (decimal): -440320 or 18681. OLE color: 18681.
HSL color Cylindrical-coordinate representation of color #F94800: hue angle of 17.35º 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 #F94800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.02 |
| HSL | 17.35º | 1% | 0.49% | - |
| HSV(B) | 17.35º | 1% | 0.98% | - |
| XYZ | 41.38 | 24.77 | 2.6 | - |
| YUV | 116.72 | 62.14 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 0 | 0 | 0.71 | 1 | 0.02 | 17.35 | 1 | 0.49 |
| Hex | F9 | 48 | 0 | 0 | 47 | 64 | 2 | 11 | 64 | 31 |
| Octal | 371 | 110 | 0 | 0 | 107 | 144 | 2 | 21 | 144 | 61 |
| Binary | 11111001 | 1001000 | 0 | 0 | 1000111 | 1100100 | 10 | 10001 | 1100100 | 110001 |
Color Harmonies of #F94800
Complementary color
Monochromatic Colors of #F94800
Black with #F94800
Text Example
Text Example
White with #F94800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94800; }
p { color: rgb(249,72,0); }
H1.HeaderClassName
{
color: #F94800;
}
.AnyTagClassName
{
color: #F94800;
}
</style>
background-color css
<style>
a { background-color: #F94800; }
a { background-color: rgb(249,72,0); }
div.DivClassName
{
background-color: #F94800;
}
.BgClassName
{
background-color: #F94800;
}
</style>
border-color css
<style>
span { border-color: #F94800; }
span { border-color: rgb(249,72,0); }
td.TdClassName
{
border-color: #F94800;
}
.TagClassName
{
border-color: #F94800;
}
</style>