Shades of Red Orange #F94D27
Tints of Red Orange #F94D27
RGB
CMYK
RGB Variations
Color information
#F94D27 (or 0xF94D27) is known color: Red Orange. HEX triplet: F9, 4D and 27. RGB value is (249,77,39). Sum of RGB (Red+Green+Blue) = 249+77+39=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D27 is #06B2D8. Grayscale: #7C7C7C. Windows color (decimal): -439001 or 2575865. OLE color: 2575865.
HSL color Cylindrical-coordinate representation of color #F94D27: hue angle of 10.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F94D27 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.02 |
| HSL | 10.86º | 0.95% | 0.56% | - |
| HSV(B) | 10.86º | 0.84% | 0.98% | - |
| XYZ | 42.09 | 25.59 | 4.64 | - |
| YUV | 124.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 39 | 0 | 0.69 | 0.84 | 0.02 | 10.86 | 0.95 | 0.56 |
| Hex | F9 | 4D | 27 | 0 | 45 | 54 | 2 | B | 5F | 38 |
| Octal | 371 | 115 | 47 | 0 | 105 | 124 | 2 | 13 | 137 | 70 |
| Binary | 11111001 | 1001101 | 100111 | 0 | 1000101 | 1010100 | 10 | 1011 | 1011111 | 111000 |
Color Harmonies of #F94D27
Complementary color
Monochromatic Colors of #F94D27
Black with #F94D27
Text Example
Text Example
White with #F94D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D27; }
p { color: rgb(249,77,39); }
H1.HeaderClassName
{
color: #F94D27;
}
.AnyTagClassName
{
color: #F94D27;
}
</style>
background-color css
<style>
a { background-color: #F94D27; }
a { background-color: rgb(249,77,39); }
div.DivClassName
{
background-color: #F94D27;
}
.BgClassName
{
background-color: #F94D27;
}
</style>
border-color css
<style>
span { border-color: #F94D27; }
span { border-color: rgb(249,77,39); }
td.TdClassName
{
border-color: #F94D27;
}
.TagClassName
{
border-color: #F94D27;
}
</style>