Shades of Orange Red #F94802
Tints of Orange Red #F94802
RGB
CMYK
RGB Variations
Color information
#F94802 (or 0xF94802) is known color: Orange Red. HEX triplet: F9, 48 and 02. RGB value is (249,72,2). Sum of RGB (Red+Green+Blue) = 249+72+2=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F94802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94802 is #06B7FD. Grayscale: #757575. Windows color (decimal): -440318 or 149753. OLE color: 149753.
HSL color Cylindrical-coordinate representation of color #F94802: hue angle of 17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F94802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.02 |
| HSL | 17º | 0.98% | 0.49% | - |
| HSV(B) | 17º | 0.99% | 0.98% | - |
| XYZ | 41.4 | 24.78 | 2.66 | - |
| YUV | 116.94 | 63.14 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 2 | 0 | 0.71 | 0.99 | 0.02 | 17 | 0.98 | 0.49 |
| Hex | F9 | 48 | 2 | 0 | 47 | 63 | 2 | 11 | 62 | 31 |
| Octal | 371 | 110 | 2 | 0 | 107 | 143 | 2 | 21 | 142 | 61 |
| Binary | 11111001 | 1001000 | 10 | 0 | 1000111 | 1100011 | 10 | 10001 | 1100010 | 110001 |
Color Harmonies of #F94802
Complementary color
Monochromatic Colors of #F94802
Black with #F94802
Text Example
Text Example
White with #F94802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94802; }
p { color: rgb(249,72,2); }
H1.HeaderClassName
{
color: #F94802;
}
.AnyTagClassName
{
color: #F94802;
}
</style>
background-color css
<style>
a { background-color: #F94802; }
a { background-color: rgb(249,72,2); }
div.DivClassName
{
background-color: #F94802;
}
.BgClassName
{
background-color: #F94802;
}
</style>
border-color css
<style>
span { border-color: #F94802; }
span { border-color: rgb(249,72,2); }
td.TdClassName
{
border-color: #F94802;
}
.TagClassName
{
border-color: #F94802;
}
</style>