Shades of Red Orange #F92D2B
Tints of Red Orange #F92D2B
RGB
CMYK
RGB Variations
Color information
#F92D2B (or 0xF92D2B) is known color: Red Orange. HEX triplet: F9, 2D and 2B. RGB value is (249,45,43). Sum of RGB (Red+Green+Blue) = 249+45+43=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D2B is #06D2D4. Grayscale: #696969. Windows color (decimal): -447189 or 2829817. OLE color: 2829817.
HSL color Cylindrical-coordinate representation of color #F92D2B: hue angle of 0.58º degrees, saturation: 0.94, 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 #F92D2B is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 43 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.02 |
| HSL | 0.58º | 0.94% | 0.57% | - |
| HSV(B) | 0.58º | 0.83% | 0.98% | - |
| XYZ | 40.44 | 22.19 | 4.44 | - |
| YUV | 105.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 43 | 0 | 0.82 | 0.83 | 0.02 | 0.58 | 0.94 | 0.57 |
| Hex | F9 | 2D | 2B | 0 | 52 | 53 | 2 | 1 | 5E | 39 |
| Octal | 371 | 55 | 53 | 0 | 122 | 123 | 2 | 1 | 136 | 71 |
| Binary | 11111001 | 101101 | 101011 | 0 | 1010010 | 1010011 | 10 | 1 | 1011110 | 111001 |
Color Harmonies of #F92D2B
Complementary color
Monochromatic Colors of #F92D2B
Black with #F92D2B
Text Example
Text Example
White with #F92D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D2B; }
p { color: rgb(249,45,43); }
H1.HeaderClassName
{
color: #F92D2B;
}
.AnyTagClassName
{
color: #F92D2B;
}
</style>
background-color css
<style>
a { background-color: #F92D2B; }
a { background-color: rgb(249,45,43); }
div.DivClassName
{
background-color: #F92D2B;
}
.BgClassName
{
background-color: #F92D2B;
}
</style>
border-color css
<style>
span { border-color: #F92D2B; }
span { border-color: rgb(249,45,43); }
td.TdClassName
{
border-color: #F92D2B;
}
.TagClassName
{
border-color: #F92D2B;
}
</style>