Shades of Orange Red #F94502
Tints of Orange Red #F94502
RGB
CMYK
RGB Variations
Color information
#F94502 (or 0xF94502) is known color: Orange Red. HEX triplet: F9, 45 and 02. RGB value is (249,69,2). Sum of RGB (Red+Green+Blue) = 249+69+2=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F94502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94502 is #06BAFD. Grayscale: #737373. Windows color (decimal): -441086 or 148985. OLE color: 148985.
HSL color Cylindrical-coordinate representation of color #F94502: hue angle of 16.28º 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 #F94502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.02 |
| HSL | 16.28º | 0.98% | 0.49% | - |
| HSV(B) | 16.28º | 0.99% | 0.98% | - |
| XYZ | 41.21 | 24.4 | 2.6 | - |
| YUV | 115.18 | 64.13 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 2 | 0 | 0.72 | 0.99 | 0.02 | 16.28 | 0.98 | 0.49 |
| Hex | F9 | 45 | 2 | 0 | 48 | 63 | 2 | 10 | 62 | 31 |
| Octal | 371 | 105 | 2 | 0 | 110 | 143 | 2 | 20 | 142 | 61 |
| Binary | 11111001 | 1000101 | 10 | 0 | 1001000 | 1100011 | 10 | 10000 | 1100010 | 110001 |
Color Harmonies of #F94502
Complementary color
Monochromatic Colors of #F94502
Black with #F94502
Text Example
Text Example
White with #F94502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94502; }
p { color: rgb(249,69,2); }
H1.HeaderClassName
{
color: #F94502;
}
.AnyTagClassName
{
color: #F94502;
}
</style>
background-color css
<style>
a { background-color: #F94502; }
a { background-color: rgb(249,69,2); }
div.DivClassName
{
background-color: #F94502;
}
.BgClassName
{
background-color: #F94502;
}
</style>
border-color css
<style>
span { border-color: #F94502; }
span { border-color: rgb(249,69,2); }
td.TdClassName
{
border-color: #F94502;
}
.TagClassName
{
border-color: #F94502;
}
</style>