Shades of Red Orange #F94C2A
Tints of Red Orange #F94C2A
RGB
CMYK
RGB Variations
Color information
#F94C2A (or 0xF94C2A) is known color: Red Orange. HEX triplet: F9, 4C and 2A. RGB value is (249,76,42). Sum of RGB (Red+Green+Blue) = 249+76+42=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C2A is #06B3D5. Grayscale: #7C7C7C. Windows color (decimal): -439254 or 2772217. OLE color: 2772217.
HSL color Cylindrical-coordinate representation of color #F94C2A: hue angle of 9.86º 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 #F94C2A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.02 |
| HSL | 9.86º | 0.95% | 0.57% | - |
| HSV(B) | 9.86º | 0.83% | 0.98% | - |
| XYZ | 42.07 | 25.48 | 4.89 | - |
| YUV | 123.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 42 | 0 | 0.69 | 0.83 | 0.02 | 9.86 | 0.95 | 0.57 |
| Hex | F9 | 4C | 2A | 0 | 45 | 53 | 2 | A | 5F | 39 |
| Octal | 371 | 114 | 52 | 0 | 105 | 123 | 2 | 12 | 137 | 71 |
| Binary | 11111001 | 1001100 | 101010 | 0 | 1000101 | 1010011 | 10 | 1010 | 1011111 | 111001 |
Color Harmonies of #F94C2A
Complementary color
Monochromatic Colors of #F94C2A
Black with #F94C2A
Text Example
Text Example
White with #F94C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C2A; }
p { color: rgb(249,76,42); }
H1.HeaderClassName
{
color: #F94C2A;
}
.AnyTagClassName
{
color: #F94C2A;
}
</style>
background-color css
<style>
a { background-color: #F94C2A; }
a { background-color: rgb(249,76,42); }
div.DivClassName
{
background-color: #F94C2A;
}
.BgClassName
{
background-color: #F94C2A;
}
</style>
border-color css
<style>
span { border-color: #F94C2A; }
span { border-color: rgb(249,76,42); }
td.TdClassName
{
border-color: #F94C2A;
}
.TagClassName
{
border-color: #F94C2A;
}
</style>