Shades of Red Orange #FC431F
Tints of Red Orange #FC431F
RGB
CMYK
RGB Variations
Color information
#FC431F (or 0xFC431F) is known color: Red Orange. HEX triplet: FC, 43 and 1F. RGB value is (252,67,31). Sum of RGB (Red+Green+Blue) = 252+67+31=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC431F is #03BCE0. Grayscale: #767676. Windows color (decimal): -244961 or 2049020. OLE color: 2049020.
HSL color Cylindrical-coordinate representation of color #FC431F: hue angle of 9.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC431F is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 31 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.01 |
| HSL | 9.77º | 0.97% | 0.55% | - |
| HSV(B) | 9.77º | 0.88% | 0.99% | - |
| XYZ | 42.4 | 24.81 | 3.85 | - |
| YUV | 118.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 31 | 0 | 0.73 | 0.88 | 0.01 | 9.77 | 0.97 | 0.55 |
| Hex | FC | 43 | 1F | 0 | 49 | 58 | 1 | A | 61 | 37 |
| Octal | 374 | 103 | 37 | 0 | 111 | 130 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000011 | 11111 | 0 | 1001001 | 1011000 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC431F
Complementary color
Monochromatic Colors of #FC431F
Black with #FC431F
Text Example
Text Example
White with #FC431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC431F; }
p { color: rgb(252,67,31); }
H1.HeaderClassName
{
color: #FC431F;
}
.AnyTagClassName
{
color: #FC431F;
}
</style>
background-color css
<style>
a { background-color: #FC431F; }
a { background-color: rgb(252,67,31); }
div.DivClassName
{
background-color: #FC431F;
}
.BgClassName
{
background-color: #FC431F;
}
</style>
border-color css
<style>
span { border-color: #FC431F; }
span { border-color: rgb(252,67,31); }
td.TdClassName
{
border-color: #FC431F;
}
.TagClassName
{
border-color: #FC431F;
}
</style>