Shades of Red Orange #F9361C
Tints of Red Orange #F9361C
RGB
CMYK
RGB Variations
Color information
#F9361C (or 0xF9361C) is known color: Red Orange. HEX triplet: F9, 36 and 1C. RGB value is (249,54,28). Sum of RGB (Red+Green+Blue) = 249+54+28=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9361C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9361C is #06C9E3. Grayscale: #6D6D6D. Windows color (decimal): -444900 or 1849081. OLE color: 1849081.
HSL color Cylindrical-coordinate representation of color #F9361C: hue angle of 7.06º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9361C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.02 |
| HSL | 7.06º | 0.95% | 0.54% | - |
| HSV(B) | 7.06º | 0.89% | 0.98% | - |
| XYZ | 40.6 | 22.86 | 3.37 | - |
| YUV | 109.34 | 82.1 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 28 | 0 | 0.78 | 0.89 | 0.02 | 7.06 | 0.95 | 0.54 |
| Hex | F9 | 36 | 1C | 0 | 4E | 59 | 2 | 7 | 5F | 36 |
| Octal | 371 | 66 | 34 | 0 | 116 | 131 | 2 | 7 | 137 | 66 |
| Binary | 11111001 | 110110 | 11100 | 0 | 1001110 | 1011001 | 10 | 111 | 1011111 | 110110 |
Color Harmonies of #F9361C
Complementary color
Monochromatic Colors of #F9361C
Black with #F9361C
Text Example
Text Example
White with #F9361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9361C; }
p { color: rgb(249,54,28); }
H1.HeaderClassName
{
color: #F9361C;
}
.AnyTagClassName
{
color: #F9361C;
}
</style>
background-color css
<style>
a { background-color: #F9361C; }
a { background-color: rgb(249,54,28); }
div.DivClassName
{
background-color: #F9361C;
}
.BgClassName
{
background-color: #F9361C;
}
</style>
border-color css
<style>
span { border-color: #F9361C; }
span { border-color: rgb(249,54,28); }
td.TdClassName
{
border-color: #F9361C;
}
.TagClassName
{
border-color: #F9361C;
}
</style>