Shades of Red Orange #F9352A
Tints of Red Orange #F9352A
RGB
CMYK
RGB Variations
Color information
#F9352A (or 0xF9352A) is known color: Red Orange. HEX triplet: F9, 35 and 2A. RGB value is (249,53,42). Sum of RGB (Red+Green+Blue) = 249+53+42=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9352A is #06CAD5. Grayscale: #6E6E6E. Windows color (decimal): -445142 or 2766329. OLE color: 2766329.
HSL color Cylindrical-coordinate representation of color #F9352A: hue angle of 3.19º degrees, saturation: 0.95, 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 #F9352A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 42 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.02 |
| HSL | 3.19º | 0.95% | 0.57% | - |
| HSV(B) | 3.19º | 0.83% | 0.98% | - |
| XYZ | 40.76 | 22.85 | 4.45 | - |
| YUV | 110.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 42 | 0 | 0.79 | 0.83 | 0.02 | 3.19 | 0.95 | 0.57 |
| Hex | F9 | 35 | 2A | 0 | 4F | 53 | 2 | 3 | 5F | 39 |
| Octal | 371 | 65 | 52 | 0 | 117 | 123 | 2 | 3 | 137 | 71 |
| Binary | 11111001 | 110101 | 101010 | 0 | 1001111 | 1010011 | 10 | 11 | 1011111 | 111001 |
Color Harmonies of #F9352A
Complementary color
Monochromatic Colors of #F9352A
Black with #F9352A
Text Example
Text Example
White with #F9352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9352A; }
p { color: rgb(249,53,42); }
H1.HeaderClassName
{
color: #F9352A;
}
.AnyTagClassName
{
color: #F9352A;
}
</style>
background-color css
<style>
a { background-color: #F9352A; }
a { background-color: rgb(249,53,42); }
div.DivClassName
{
background-color: #F9352A;
}
.BgClassName
{
background-color: #F9352A;
}
</style>
border-color css
<style>
span { border-color: #F9352A; }
span { border-color: rgb(249,53,42); }
td.TdClassName
{
border-color: #F9352A;
}
.TagClassName
{
border-color: #F9352A;
}
</style>