Shades of Red Orange #FC431B
Tints of Red Orange #FC431B
RGB
CMYK
RGB Variations
Color information
#FC431B (or 0xFC431B) is known color: Red Orange. HEX triplet: FC, 43 and 1B. RGB value is (252,67,27). Sum of RGB (Red+Green+Blue) = 252+67+27=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC431B is #03BCE4. Grayscale: #767676. Windows color (decimal): -244965 or 1786876. OLE color: 1786876.
HSL color Cylindrical-coordinate representation of color #FC431B: hue angle of 10.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC431B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.01 |
| HSL | 10.67º | 0.97% | 0.55% | - |
| HSV(B) | 10.67º | 0.89% | 0.99% | - |
| XYZ | 42.35 | 24.79 | 3.59 | - |
| YUV | 117.76 | 76.79 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 27 | 0 | 0.73 | 0.89 | 0.01 | 10.67 | 0.97 | 0.55 |
| Hex | FC | 43 | 1B | 0 | 49 | 59 | 1 | B | 61 | 37 |
| Octal | 374 | 103 | 33 | 0 | 111 | 131 | 1 | 13 | 141 | 67 |
| Binary | 11111100 | 1000011 | 11011 | 0 | 1001001 | 1011001 | 1 | 1011 | 1100001 | 110111 |
Color Harmonies of #FC431B
Complementary color
Monochromatic Colors of #FC431B
Black with #FC431B
Text Example
Text Example
White with #FC431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC431B; }
p { color: rgb(252,67,27); }
H1.HeaderClassName
{
color: #FC431B;
}
.AnyTagClassName
{
color: #FC431B;
}
</style>
background-color css
<style>
a { background-color: #FC431B; }
a { background-color: rgb(252,67,27); }
div.DivClassName
{
background-color: #FC431B;
}
.BgClassName
{
background-color: #FC431B;
}
</style>
border-color css
<style>
span { border-color: #FC431B; }
span { border-color: rgb(252,67,27); }
td.TdClassName
{
border-color: #FC431B;
}
.TagClassName
{
border-color: #FC431B;
}
</style>