Shades of Red Orange #F94020
Tints of Red Orange #F94020
RGB
CMYK
RGB Variations
Color information
#F94020 (or 0xF94020) is known color: Red Orange. HEX triplet: F9, 40 and 20. RGB value is (249,64,32). Sum of RGB (Red+Green+Blue) = 249+64+32=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F94020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94020 is #06BFDF. Grayscale: #737373. Windows color (decimal): -442336 or 2113785. OLE color: 2113785.
HSL color Cylindrical-coordinate representation of color #F94020: hue angle of 8.85º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F94020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.02 |
| HSL | 8.85º | 0.95% | 0.55% | - |
| HSV(B) | 8.85º | 0.87% | 0.98% | - |
| XYZ | 41.16 | 23.91 | 3.81 | - |
| YUV | 115.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 32 | 0 | 0.74 | 0.87 | 0.02 | 8.85 | 0.95 | 0.55 |
| Hex | F9 | 40 | 20 | 0 | 4A | 57 | 2 | 9 | 5F | 37 |
| Octal | 371 | 100 | 40 | 0 | 112 | 127 | 2 | 11 | 137 | 67 |
| Binary | 11111001 | 1000000 | 100000 | 0 | 1001010 | 1010111 | 10 | 1001 | 1011111 | 110111 |
Color Harmonies of #F94020
Complementary color
Monochromatic Colors of #F94020
Black with #F94020
Text Example
Text Example
White with #F94020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94020; }
p { color: rgb(249,64,32); }
H1.HeaderClassName
{
color: #F94020;
}
.AnyTagClassName
{
color: #F94020;
}
</style>
background-color css
<style>
a { background-color: #F94020; }
a { background-color: rgb(249,64,32); }
div.DivClassName
{
background-color: #F94020;
}
.BgClassName
{
background-color: #F94020;
}
</style>
border-color css
<style>
span { border-color: #F94020; }
span { border-color: rgb(249,64,32); }
td.TdClassName
{
border-color: #F94020;
}
.TagClassName
{
border-color: #F94020;
}
</style>