Shades of Red Orange #F9301B
Tints of Red Orange #F9301B
RGB
CMYK
RGB Variations
Color information
#F9301B (or 0xF9301B) is known color: Red Orange. HEX triplet: F9, 30 and 1B. RGB value is (249,48,27). Sum of RGB (Red+Green+Blue) = 249+48+27=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9301B is #06CFE4. Grayscale: #696969. Windows color (decimal): -446437 or 1782009. OLE color: 1782009.
HSL color Cylindrical-coordinate representation of color #F9301B: hue angle of 5.68º 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 #F9301B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.02 |
| HSL | 5.68º | 0.95% | 0.54% | - |
| HSV(B) | 5.68º | 0.89% | 0.98% | - |
| XYZ | 40.32 | 22.33 | 3.22 | - |
| YUV | 105.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 27 | 0 | 0.81 | 0.89 | 0.02 | 5.68 | 0.95 | 0.54 |
| Hex | F9 | 30 | 1B | 0 | 51 | 59 | 2 | 6 | 5F | 36 |
| Octal | 371 | 60 | 33 | 0 | 121 | 131 | 2 | 6 | 137 | 66 |
| Binary | 11111001 | 110000 | 11011 | 0 | 1010001 | 1011001 | 10 | 110 | 1011111 | 110110 |
Color Harmonies of #F9301B
Complementary color
Monochromatic Colors of #F9301B
Black with #F9301B
Text Example
Text Example
White with #F9301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9301B; }
p { color: rgb(249,48,27); }
H1.HeaderClassName
{
color: #F9301B;
}
.AnyTagClassName
{
color: #F9301B;
}
</style>
background-color css
<style>
a { background-color: #F9301B; }
a { background-color: rgb(249,48,27); }
div.DivClassName
{
background-color: #F9301B;
}
.BgClassName
{
background-color: #F9301B;
}
</style>
border-color css
<style>
span { border-color: #F9301B; }
span { border-color: rgb(249,48,27); }
td.TdClassName
{
border-color: #F9301B;
}
.TagClassName
{
border-color: #F9301B;
}
</style>