Shades of Red Orange #F92A20
Tints of Red Orange #F92A20
RGB
CMYK
RGB Variations
Color information
#F92A20 (or 0xF92A20) is known color: Red Orange. HEX triplet: F9, 2A and 20. RGB value is (249,42,32). Sum of RGB (Red+Green+Blue) = 249+42+32=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A20 is #06D5DF. Grayscale: #676767. Windows color (decimal): -447968 or 2108153. OLE color: 2108153.
HSL color Cylindrical-coordinate representation of color #F92A20: hue angle of 2.76º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92A20 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.02 |
| HSL | 2.76º | 0.95% | 0.55% | - |
| HSV(B) | 2.76º | 0.87% | 0.98% | - |
| XYZ | 40.16 | 21.9 | 3.48 | - |
| YUV | 102.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 32 | 0 | 0.83 | 0.87 | 0.02 | 2.76 | 0.95 | 0.55 |
| Hex | F9 | 2A | 20 | 0 | 53 | 57 | 2 | 3 | 5F | 37 |
| Octal | 371 | 52 | 40 | 0 | 123 | 127 | 2 | 3 | 137 | 67 |
| Binary | 11111001 | 101010 | 100000 | 0 | 1010011 | 1010111 | 10 | 11 | 1011111 | 110111 |
Color Harmonies of #F92A20
Complementary color
Monochromatic Colors of #F92A20
Black with #F92A20
Text Example
Text Example
White with #F92A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A20; }
p { color: rgb(249,42,32); }
H1.HeaderClassName
{
color: #F92A20;
}
.AnyTagClassName
{
color: #F92A20;
}
</style>
background-color css
<style>
a { background-color: #F92A20; }
a { background-color: rgb(249,42,32); }
div.DivClassName
{
background-color: #F92A20;
}
.BgClassName
{
background-color: #F92A20;
}
</style>
border-color css
<style>
span { border-color: #F92A20; }
span { border-color: rgb(249,42,32); }
td.TdClassName
{
border-color: #F92A20;
}
.TagClassName
{
border-color: #F92A20;
}
</style>