Shades of Red Orange #F9351C
Tints of Red Orange #F9351C
RGB
CMYK
RGB Variations
Color information
#F9351C (or 0xF9351C) is known color: Red Orange. HEX triplet: F9, 35 and 1C. RGB value is (249,53,28). Sum of RGB (Red+Green+Blue) = 249+53+28=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9351C is #06CAE3. Grayscale: #6D6D6D. Windows color (decimal): -445156 or 1848825. OLE color: 1848825.
HSL color Cylindrical-coordinate representation of color #F9351C: hue angle of 6.79º 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 #F9351C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.02 |
| HSL | 6.79º | 0.95% | 0.54% | - |
| HSV(B) | 6.79º | 0.89% | 0.98% | - |
| XYZ | 40.55 | 22.77 | 3.36 | - |
| YUV | 108.75 | 82.43 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 28 | 0 | 0.79 | 0.89 | 0.02 | 6.79 | 0.95 | 0.54 |
| Hex | F9 | 35 | 1C | 0 | 4F | 59 | 2 | 7 | 5F | 36 |
| Octal | 371 | 65 | 34 | 0 | 117 | 131 | 2 | 7 | 137 | 66 |
| Binary | 11111001 | 110101 | 11100 | 0 | 1001111 | 1011001 | 10 | 111 | 1011111 | 110110 |
Color Harmonies of #F9351C
Complementary color
Monochromatic Colors of #F9351C
Black with #F9351C
Text Example
Text Example
White with #F9351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9351C; }
p { color: rgb(249,53,28); }
H1.HeaderClassName
{
color: #F9351C;
}
.AnyTagClassName
{
color: #F9351C;
}
</style>
background-color css
<style>
a { background-color: #F9351C; }
a { background-color: rgb(249,53,28); }
div.DivClassName
{
background-color: #F9351C;
}
.BgClassName
{
background-color: #F9351C;
}
</style>
border-color css
<style>
span { border-color: #F9351C; }
span { border-color: rgb(249,53,28); }
td.TdClassName
{
border-color: #F9351C;
}
.TagClassName
{
border-color: #F9351C;
}
</style>