Shades of Red Orange #F9352D
Tints of Red Orange #F9352D
RGB
CMYK
RGB Variations
Color information
#F9352D (or 0xF9352D) is known color: Red Orange. HEX triplet: F9, 35 and 2D. RGB value is (249,53,45). Sum of RGB (Red+Green+Blue) = 249+53+45=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9352D is #06CAD2. Grayscale: #6E6E6E. Windows color (decimal): -445139 or 2962937. OLE color: 2962937.
HSL color Cylindrical-coordinate representation of color #F9352D: hue angle of 2.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9352D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 45 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.02 |
| HSL | 2.35º | 0.94% | 0.58% | - |
| HSV(B) | 2.35º | 0.82% | 0.98% | - |
| XYZ | 40.81 | 22.88 | 4.75 | - |
| YUV | 110.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 45 | 0 | 0.79 | 0.82 | 0.02 | 2.35 | 0.94 | 0.58 |
| Hex | F9 | 35 | 2D | 0 | 4F | 52 | 2 | 2 | 5E | 3A |
| Octal | 371 | 65 | 55 | 0 | 117 | 122 | 2 | 2 | 136 | 72 |
| Binary | 11111001 | 110101 | 101101 | 0 | 1001111 | 1010010 | 10 | 10 | 1011110 | 111010 |
Color Harmonies of #F9352D
Complementary color
Monochromatic Colors of #F9352D
Black with #F9352D
Text Example
Text Example
White with #F9352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9352D; }
p { color: rgb(249,53,45); }
H1.HeaderClassName
{
color: #F9352D;
}
.AnyTagClassName
{
color: #F9352D;
}
</style>
background-color css
<style>
a { background-color: #F9352D; }
a { background-color: rgb(249,53,45); }
div.DivClassName
{
background-color: #F9352D;
}
.BgClassName
{
background-color: #F9352D;
}
</style>
border-color css
<style>
span { border-color: #F9352D; }
span { border-color: rgb(249,53,45); }
td.TdClassName
{
border-color: #F9352D;
}
.TagClassName
{
border-color: #F9352D;
}
</style>