Shades of Red Orange #FB431B
Tints of Red Orange #FB431B
RGB
CMYK
RGB Variations
Color information
#FB431B (or 0xFB431B) is known color: Red Orange. HEX triplet: FB, 43 and 1B. RGB value is (251,67,27). Sum of RGB (Red+Green+Blue) = 251+67+27=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB431B is #04BCE4. Grayscale: #757575. Windows color (decimal): -310501 or 1786875. OLE color: 1786875.
HSL color Cylindrical-coordinate representation of color #FB431B: hue angle of 10.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB431B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.02 |
| HSL | 10.71º | 0.97% | 0.55% | - |
| HSV(B) | 10.71º | 0.89% | 0.98% | - |
| XYZ | 41.99 | 24.6 | 3.57 | - |
| YUV | 117.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 27 | 0 | 0.73 | 0.89 | 0.02 | 10.71 | 0.97 | 0.55 |
| Hex | FB | 43 | 1B | 0 | 49 | 59 | 2 | B | 61 | 37 |
| Octal | 373 | 103 | 33 | 0 | 111 | 131 | 2 | 13 | 141 | 67 |
| Binary | 11111011 | 1000011 | 11011 | 0 | 1001001 | 1011001 | 10 | 1011 | 1100001 | 110111 |
Color Harmonies of #FB431B
Complementary color
Monochromatic Colors of #FB431B
Black with #FB431B
Text Example
Text Example
White with #FB431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB431B; }
p { color: rgb(251,67,27); }
H1.HeaderClassName
{
color: #FB431B;
}
.AnyTagClassName
{
color: #FB431B;
}
</style>
background-color css
<style>
a { background-color: #FB431B; }
a { background-color: rgb(251,67,27); }
div.DivClassName
{
background-color: #FB431B;
}
.BgClassName
{
background-color: #FB431B;
}
</style>
border-color css
<style>
span { border-color: #FB431B; }
span { border-color: rgb(251,67,27); }
td.TdClassName
{
border-color: #FB431B;
}
.TagClassName
{
border-color: #FB431B;
}
</style>