Shades of Red Orange #FB431F
Tints of Red Orange #FB431F
RGB
CMYK
RGB Variations
Color information
#FB431F (or 0xFB431F) is known color: Red Orange. HEX triplet: FB, 43 and 1F. RGB value is (251,67,31). Sum of RGB (Red+Green+Blue) = 251+67+31=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB431F is #04BCE0. Grayscale: #767676. Windows color (decimal): -310497 or 2049019. OLE color: 2049019.
HSL color Cylindrical-coordinate representation of color #FB431F: hue angle of 9.82º degrees, saturation: 0.96, 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 #FB431F is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 31 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.02 |
| HSL | 9.82º | 0.96% | 0.55% | - |
| HSV(B) | 9.82º | 0.88% | 0.98% | - |
| XYZ | 42.04 | 24.62 | 3.83 | - |
| YUV | 117.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 31 | 0 | 0.73 | 0.88 | 0.02 | 9.82 | 0.96 | 0.55 |
| Hex | FB | 43 | 1F | 0 | 49 | 58 | 2 | A | 60 | 37 |
| Octal | 373 | 103 | 37 | 0 | 111 | 130 | 2 | 12 | 140 | 67 |
| Binary | 11111011 | 1000011 | 11111 | 0 | 1001001 | 1011000 | 10 | 1010 | 1100000 | 110111 |
Color Harmonies of #FB431F
Complementary color
Monochromatic Colors of #FB431F
Black with #FB431F
Text Example
Text Example
White with #FB431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB431F; }
p { color: rgb(251,67,31); }
H1.HeaderClassName
{
color: #FB431F;
}
.AnyTagClassName
{
color: #FB431F;
}
</style>
background-color css
<style>
a { background-color: #FB431F; }
a { background-color: rgb(251,67,31); }
div.DivClassName
{
background-color: #FB431F;
}
.BgClassName
{
background-color: #FB431F;
}
</style>
border-color css
<style>
span { border-color: #FB431F; }
span { border-color: rgb(251,67,31); }
td.TdClassName
{
border-color: #FB431F;
}
.TagClassName
{
border-color: #FB431F;
}
</style>