Shades of Red Orange #F9341E
Tints of Red Orange #F9341E
RGB
CMYK
RGB Variations
Color information
#F9341E (or 0xF9341E) is known color: Red Orange. HEX triplet: F9, 34 and 1E. RGB value is (249,52,30). Sum of RGB (Red+Green+Blue) = 249+52+30=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9341E is #06CBE1. Grayscale: #6C6C6C. Windows color (decimal): -445410 or 1979641. OLE color: 1979641.
HSL color Cylindrical-coordinate representation of color #F9341E: hue angle of 6.03º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9341E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.02 |
| HSL | 6.03º | 0.95% | 0.55% | - |
| HSV(B) | 6.03º | 0.88% | 0.98% | - |
| XYZ | 40.53 | 22.69 | 3.47 | - |
| YUV | 108.4 | 83.77 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 30 | 0 | 0.79 | 0.88 | 0.02 | 6.03 | 0.95 | 0.55 |
| Hex | F9 | 34 | 1E | 0 | 4F | 58 | 2 | 6 | 5F | 37 |
| Octal | 371 | 64 | 36 | 0 | 117 | 130 | 2 | 6 | 137 | 67 |
| Binary | 11111001 | 110100 | 11110 | 0 | 1001111 | 1011000 | 10 | 110 | 1011111 | 110111 |
Color Harmonies of #F9341E
Complementary color
Monochromatic Colors of #F9341E
Black with #F9341E
Text Example
Text Example
White with #F9341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9341E; }
p { color: rgb(249,52,30); }
H1.HeaderClassName
{
color: #F9341E;
}
.AnyTagClassName
{
color: #F9341E;
}
</style>
background-color css
<style>
a { background-color: #F9341E; }
a { background-color: rgb(249,52,30); }
div.DivClassName
{
background-color: #F9341E;
}
.BgClassName
{
background-color: #F9341E;
}
</style>
border-color css
<style>
span { border-color: #F9341E; }
span { border-color: rgb(249,52,30); }
td.TdClassName
{
border-color: #F9341E;
}
.TagClassName
{
border-color: #F9341E;
}
</style>