Shades of Red Orange #F92C2B
Tints of Red Orange #F92C2B
RGB
CMYK
RGB Variations
Color information
#F92C2B (or 0xF92C2B) is known color: Red Orange. HEX triplet: F9, 2C and 2B. RGB value is (249,44,43). Sum of RGB (Red+Green+Blue) = 249+44+43=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C2B is #06D3D4. Grayscale: #696969. Windows color (decimal): -447445 or 2829561. OLE color: 2829561.
HSL color Cylindrical-coordinate representation of color #F92C2B: hue angle of 0.29º 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 #F92C2B is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 43 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.02 |
| HSL | 0.29º | 0.94% | 0.57% | - |
| HSV(B) | 0.29º | 0.83% | 0.98% | - |
| XYZ | 40.4 | 22.12 | 4.42 | - |
| YUV | 105.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 43 | 0 | 0.82 | 0.83 | 0.02 | 0.29 | 0.94 | 0.57 |
| Hex | F9 | 2C | 2B | 0 | 52 | 53 | 2 | 0 | 5E | 39 |
| Octal | 371 | 54 | 53 | 0 | 122 | 123 | 2 | 0 | 136 | 71 |
| Binary | 11111001 | 101100 | 101011 | 0 | 1010010 | 1010011 | 10 | 0 | 1011110 | 111001 |
Color Harmonies of #F92C2B
Complementary color
Monochromatic Colors of #F92C2B
Black with #F92C2B
Text Example
Text Example
White with #F92C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C2B; }
p { color: rgb(249,44,43); }
H1.HeaderClassName
{
color: #F92C2B;
}
.AnyTagClassName
{
color: #F92C2B;
}
</style>
background-color css
<style>
a { background-color: #F92C2B; }
a { background-color: rgb(249,44,43); }
div.DivClassName
{
background-color: #F92C2B;
}
.BgClassName
{
background-color: #F92C2B;
}
</style>
border-color css
<style>
span { border-color: #F92C2B; }
span { border-color: rgb(249,44,43); }
td.TdClassName
{
border-color: #F92C2B;
}
.TagClassName
{
border-color: #F92C2B;
}
</style>