Shades of Red Orange #FB431D
Tints of Red Orange #FB431D
RGB
CMYK
RGB Variations
Color information
#FB431D (or 0xFB431D) is known color: Red Orange. HEX triplet: FB, 43 and 1D. RGB value is (251,67,29). Sum of RGB (Red+Green+Blue) = 251+67+29=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB431D is #04BCE2. Grayscale: #767676. Windows color (decimal): -310499 or 1917947. OLE color: 1917947.
HSL color Cylindrical-coordinate representation of color #FB431D: hue angle of 10.27º degrees, saturation: 0.97, 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 #FB431D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.02 |
| HSL | 10.27º | 0.97% | 0.55% | - |
| HSV(B) | 10.27º | 0.88% | 0.98% | - |
| XYZ | 42.01 | 24.61 | 3.7 | - |
| YUV | 117.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 29 | 0 | 0.73 | 0.88 | 0.02 | 10.27 | 0.97 | 0.55 |
| Hex | FB | 43 | 1D | 0 | 49 | 58 | 2 | A | 61 | 37 |
| Octal | 373 | 103 | 35 | 0 | 111 | 130 | 2 | 12 | 141 | 67 |
| Binary | 11111011 | 1000011 | 11101 | 0 | 1001001 | 1011000 | 10 | 1010 | 1100001 | 110111 |
Color Harmonies of #FB431D
Complementary color
Monochromatic Colors of #FB431D
Black with #FB431D
Text Example
Text Example
White with #FB431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB431D; }
p { color: rgb(251,67,29); }
H1.HeaderClassName
{
color: #FB431D;
}
.AnyTagClassName
{
color: #FB431D;
}
</style>
background-color css
<style>
a { background-color: #FB431D; }
a { background-color: rgb(251,67,29); }
div.DivClassName
{
background-color: #FB431D;
}
.BgClassName
{
background-color: #FB431D;
}
</style>
border-color css
<style>
span { border-color: #FB431D; }
span { border-color: rgb(251,67,29); }
td.TdClassName
{
border-color: #FB431D;
}
.TagClassName
{
border-color: #FB431D;
}
</style>