Shades of Red Orange #F94B2C
Tints of Red Orange #F94B2C
RGB
CMYK
RGB Variations
Color information
#F94B2C (or 0xF94B2C) is known color: Red Orange. HEX triplet: F9, 4B and 2C. RGB value is (249,75,44). Sum of RGB (Red+Green+Blue) = 249+75+44=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94B2C is #06B4D3. Grayscale: #7B7B7B. Windows color (decimal): -439508 or 2903033. OLE color: 2903033.
HSL color Cylindrical-coordinate representation of color #F94B2C: hue angle of 9.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F94B2C is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 44 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.02 |
| HSL | 9.07º | 0.94% | 0.57% | - |
| HSV(B) | 9.07º | 0.82% | 0.98% | - |
| XYZ | 42.04 | 25.35 | 5.06 | - |
| YUV | 123.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 44 | 0 | 0.70 | 0.82 | 0.02 | 9.07 | 0.94 | 0.57 |
| Hex | F9 | 4B | 2C | 0 | 46 | 52 | 2 | 9 | 5E | 39 |
| Octal | 371 | 113 | 54 | 0 | 106 | 122 | 2 | 11 | 136 | 71 |
| Binary | 11111001 | 1001011 | 101100 | 0 | 1000110 | 1010010 | 10 | 1001 | 1011110 | 111001 |
Color Harmonies of #F94B2C
Complementary color
Monochromatic Colors of #F94B2C
Black with #F94B2C
Text Example
Text Example
White with #F94B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94B2C; }
p { color: rgb(249,75,44); }
H1.HeaderClassName
{
color: #F94B2C;
}
.AnyTagClassName
{
color: #F94B2C;
}
</style>
background-color css
<style>
a { background-color: #F94B2C; }
a { background-color: rgb(249,75,44); }
div.DivClassName
{
background-color: #F94B2C;
}
.BgClassName
{
background-color: #F94B2C;
}
</style>
border-color css
<style>
span { border-color: #F94B2C; }
span { border-color: rgb(249,75,44); }
td.TdClassName
{
border-color: #F94B2C;
}
.TagClassName
{
border-color: #F94B2C;
}
</style>