Shades of Red Orange #F94E2A
Tints of Red Orange #F94E2A
RGB
CMYK
RGB Variations
Color information
#F94E2A (or 0xF94E2A) is known color: Red Orange. HEX triplet: F9, 4E and 2A. RGB value is (249,78,42). Sum of RGB (Red+Green+Blue) = 249+78+42=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94E2A is #06B1D5. Grayscale: #7D7D7D. Windows color (decimal): -438742 or 2772729. OLE color: 2772729.
HSL color Cylindrical-coordinate representation of color #F94E2A: hue angle of 10.43º 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 #F94E2A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.02 |
| HSL | 10.43º | 0.95% | 0.57% | - |
| HSV(B) | 10.43º | 0.83% | 0.98% | - |
| XYZ | 42.21 | 25.76 | 4.94 | - |
| YUV | 125.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 42 | 0 | 0.69 | 0.83 | 0.02 | 10.43 | 0.95 | 0.57 |
| Hex | F9 | 4E | 2A | 0 | 45 | 53 | 2 | A | 5F | 39 |
| Octal | 371 | 116 | 52 | 0 | 105 | 123 | 2 | 12 | 137 | 71 |
| Binary | 11111001 | 1001110 | 101010 | 0 | 1000101 | 1010011 | 10 | 1010 | 1011111 | 111001 |
Color Harmonies of #F94E2A
Complementary color
Monochromatic Colors of #F94E2A
Black with #F94E2A
Text Example
Text Example
White with #F94E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94E2A; }
p { color: rgb(249,78,42); }
H1.HeaderClassName
{
color: #F94E2A;
}
.AnyTagClassName
{
color: #F94E2A;
}
</style>
background-color css
<style>
a { background-color: #F94E2A; }
a { background-color: rgb(249,78,42); }
div.DivClassName
{
background-color: #F94E2A;
}
.BgClassName
{
background-color: #F94E2A;
}
</style>
border-color css
<style>
span { border-color: #F94E2A; }
span { border-color: rgb(249,78,42); }
td.TdClassName
{
border-color: #F94E2A;
}
.TagClassName
{
border-color: #F94E2A;
}
</style>