Shades of Red Orange #FE431F
Tints of Red Orange #FE431F
RGB
CMYK
RGB Variations
Color information
#FE431F (or 0xFE431F) is known color: Red Orange. HEX triplet: FE, 43 and 1F. RGB value is (254,67,31). Sum of RGB (Red+Green+Blue) = 254+67+31=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE431F is #01BCE0. Grayscale: #777777. Windows color (decimal): -113889 or 2049022. OLE color: 2049022.
HSL color Cylindrical-coordinate representation of color #FE431F: hue angle of 9.69º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE431F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 31 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.00 |
| HSL | 9.69º | 0.99% | 0.56% | - |
| HSV(B) | 9.69º | 0.88% | 1% | - |
| XYZ | 43.13 | 25.18 | 3.88 | - |
| YUV | 118.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 31 | 0 | 0.74 | 0.88 | 0.00 | 9.69 | 0.99 | 0.56 |
| Hex | FE | 43 | 1F | 0 | 4A | 58 | 0 | A | 63 | 38 |
| Octal | 376 | 103 | 37 | 0 | 112 | 130 | 0 | 12 | 143 | 70 |
| Binary | 11111110 | 1000011 | 11111 | 0 | 1001010 | 1011000 | 0 | 1010 | 1100011 | 111000 |
Color Harmonies of #FE431F
Complementary color
Monochromatic Colors of #FE431F
Black with #FE431F
Text Example
Text Example
White with #FE431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE431F; }
p { color: rgb(254,67,31); }
H1.HeaderClassName
{
color: #FE431F;
}
.AnyTagClassName
{
color: #FE431F;
}
</style>
background-color css
<style>
a { background-color: #FE431F; }
a { background-color: rgb(254,67,31); }
div.DivClassName
{
background-color: #FE431F;
}
.BgClassName
{
background-color: #FE431F;
}
</style>
border-color css
<style>
span { border-color: #FE431F; }
span { border-color: rgb(254,67,31); }
td.TdClassName
{
border-color: #FE431F;
}
.TagClassName
{
border-color: #FE431F;
}
</style>