Shades of Orange Red #F9420D
Tints of Orange Red #F9420D
RGB
CMYK
RGB Variations
Color information
#F9420D (or 0xF9420D) is known color: Orange Red. HEX triplet: F9, 42 and 0D. RGB value is (249,66,13). Sum of RGB (Red+Green+Blue) = 249+66+13=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9420D is #06BDF2. Grayscale: #737373. Windows color (decimal): -441843 or 869113. OLE color: 869113.
HSL color Cylindrical-coordinate representation of color #F9420D: hue angle of 13.47º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9420D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.02 |
| HSL | 13.47º | 0.95% | 0.51% | - |
| HSV(B) | 13.47º | 0.95% | 0.98% | - |
| XYZ | 41.09 | 24.07 | 2.86 | - |
| YUV | 114.68 | 70.63 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 13 | 0 | 0.73 | 0.95 | 0.02 | 13.47 | 0.95 | 0.51 |
| Hex | F9 | 42 | D | 0 | 49 | 5F | 2 | D | 5F | 33 |
| Octal | 371 | 102 | 15 | 0 | 111 | 137 | 2 | 15 | 137 | 63 |
| Binary | 11111001 | 1000010 | 1101 | 0 | 1001001 | 1011111 | 10 | 1101 | 1011111 | 110011 |
Color Harmonies of #F9420D
Complementary color
Monochromatic Colors of #F9420D
Black with #F9420D
Text Example
Text Example
White with #F9420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9420D; }
p { color: rgb(249,66,13); }
H1.HeaderClassName
{
color: #F9420D;
}
.AnyTagClassName
{
color: #F9420D;
}
</style>
background-color css
<style>
a { background-color: #F9420D; }
a { background-color: rgb(249,66,13); }
div.DivClassName
{
background-color: #F9420D;
}
.BgClassName
{
background-color: #F9420D;
}
</style>
border-color css
<style>
span { border-color: #F9420D; }
span { border-color: rgb(249,66,13); }
td.TdClassName
{
border-color: #F9420D;
}
.TagClassName
{
border-color: #F9420D;
}
</style>