Shades of Red Orange #F94529
Tints of Red Orange #F94529
RGB
CMYK
RGB Variations
Color information
#F94529 (or 0xF94529) is known color: Red Orange. HEX triplet: F9, 45 and 29. RGB value is (249,69,41). Sum of RGB (Red+Green+Blue) = 249+69+41=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F94529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94529 is #06BAD6. Grayscale: #777777. Windows color (decimal): -441047 or 2704889. OLE color: 2704889.
HSL color Cylindrical-coordinate representation of color #F94529: hue angle of 8.08º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F94529 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 41 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.02 |
| HSL | 8.08º | 0.95% | 0.57% | - |
| HSV(B) | 8.08º | 0.84% | 0.98% | - |
| XYZ | 41.6 | 24.56 | 4.65 | - |
| YUV | 119.63 | 83.63 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 41 | 0 | 0.72 | 0.84 | 0.02 | 8.08 | 0.95 | 0.57 |
| Hex | F9 | 45 | 29 | 0 | 48 | 54 | 2 | 8 | 5F | 39 |
| Octal | 371 | 105 | 51 | 0 | 110 | 124 | 2 | 10 | 137 | 71 |
| Binary | 11111001 | 1000101 | 101001 | 0 | 1001000 | 1010100 | 10 | 1000 | 1011111 | 111001 |
Color Harmonies of #F94529
Complementary color
Monochromatic Colors of #F94529
Black with #F94529
Text Example
Text Example
White with #F94529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94529; }
p { color: rgb(249,69,41); }
H1.HeaderClassName
{
color: #F94529;
}
.AnyTagClassName
{
color: #F94529;
}
</style>
background-color css
<style>
a { background-color: #F94529; }
a { background-color: rgb(249,69,41); }
div.DivClassName
{
background-color: #F94529;
}
.BgClassName
{
background-color: #F94529;
}
</style>
border-color css
<style>
span { border-color: #F94529; }
span { border-color: rgb(249,69,41); }
td.TdClassName
{
border-color: #F94529;
}
.TagClassName
{
border-color: #F94529;
}
</style>