Shades of Red Orange #F9442B
Tints of Red Orange #F9442B
RGB
CMYK
RGB Variations
Color information
#F9442B (or 0xF9442B) is known color: Red Orange. HEX triplet: F9, 44 and 2B. RGB value is (249,68,43). Sum of RGB (Red+Green+Blue) = 249+68+43=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9442B is #06BBD4. Grayscale: #777777. Windows color (decimal): -441301 or 2835705. OLE color: 2835705.
HSL color Cylindrical-coordinate representation of color #F9442B: hue angle of 7.28º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9442B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 43 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.02 |
| HSL | 7.28º | 0.94% | 0.57% | - |
| HSV(B) | 7.28º | 0.83% | 0.98% | - |
| XYZ | 41.57 | 24.45 | 4.81 | - |
| YUV | 119.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 43 | 0 | 0.73 | 0.83 | 0.02 | 7.28 | 0.94 | 0.57 |
| Hex | F9 | 44 | 2B | 0 | 49 | 53 | 2 | 7 | 5E | 39 |
| Octal | 371 | 104 | 53 | 0 | 111 | 123 | 2 | 7 | 136 | 71 |
| Binary | 11111001 | 1000100 | 101011 | 0 | 1001001 | 1010011 | 10 | 111 | 1011110 | 111001 |
Color Harmonies of #F9442B
Complementary color
Monochromatic Colors of #F9442B
Black with #F9442B
Text Example
Text Example
White with #F9442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9442B; }
p { color: rgb(249,68,43); }
H1.HeaderClassName
{
color: #F9442B;
}
.AnyTagClassName
{
color: #F9442B;
}
</style>
background-color css
<style>
a { background-color: #F9442B; }
a { background-color: rgb(249,68,43); }
div.DivClassName
{
background-color: #F9442B;
}
.BgClassName
{
background-color: #F9442B;
}
</style>
border-color css
<style>
span { border-color: #F9442B; }
span { border-color: rgb(249,68,43); }
td.TdClassName
{
border-color: #F9442B;
}
.TagClassName
{
border-color: #F9442B;
}
</style>