Shades of Red Orange #F92A1F
Tints of Red Orange #F92A1F
RGB
CMYK
RGB Variations
Color information
#F92A1F (or 0xF92A1F) is known color: Red Orange. HEX triplet: F9, 2A and 1F. RGB value is (249,42,31). Sum of RGB (Red+Green+Blue) = 249+42+31=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A1F is #06D5E0. Grayscale: #666666. Windows color (decimal): -447969 or 2042617. OLE color: 2042617.
HSL color Cylindrical-coordinate representation of color #F92A1F: hue angle of 3.03º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F92A1F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 31 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.02 |
| HSL | 3.03º | 0.95% | 0.55% | - |
| HSV(B) | 3.03º | 0.88% | 0.98% | - |
| XYZ | 40.14 | 21.89 | 3.41 | - |
| YUV | 102.64 | 87.58 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 31 | 0 | 0.83 | 0.88 | 0.02 | 3.03 | 0.95 | 0.55 |
| Hex | F9 | 2A | 1F | 0 | 53 | 58 | 2 | 3 | 5F | 37 |
| Octal | 371 | 52 | 37 | 0 | 123 | 130 | 2 | 3 | 137 | 67 |
| Binary | 11111001 | 101010 | 11111 | 0 | 1010011 | 1011000 | 10 | 11 | 1011111 | 110111 |
Color Harmonies of #F92A1F
Complementary color
Monochromatic Colors of #F92A1F
Black with #F92A1F
Text Example
Text Example
White with #F92A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A1F; }
p { color: rgb(249,42,31); }
H1.HeaderClassName
{
color: #F92A1F;
}
.AnyTagClassName
{
color: #F92A1F;
}
</style>
background-color css
<style>
a { background-color: #F92A1F; }
a { background-color: rgb(249,42,31); }
div.DivClassName
{
background-color: #F92A1F;
}
.BgClassName
{
background-color: #F92A1F;
}
</style>
border-color css
<style>
span { border-color: #F92A1F; }
span { border-color: rgb(249,42,31); }
td.TdClassName
{
border-color: #F92A1F;
}
.TagClassName
{
border-color: #F92A1F;
}
</style>