Shades of Red Orange #FB341B
Tints of Red Orange #FB341B
RGB
CMYK
RGB Variations
Color information
#FB341B (or 0xFB341B) is known color: Red Orange. HEX triplet: FB, 34 and 1B. RGB value is (251,52,27). Sum of RGB (Red+Green+Blue) = 251+52+27=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB341B is #04CBE4. Grayscale: #6C6C6C. Windows color (decimal): -314341 or 1783035. OLE color: 1783035.
HSL color Cylindrical-coordinate representation of color #FB341B: hue angle of 6.7º 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 #FB341B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.02 |
| HSL | 6.7º | 0.97% | 0.55% | - |
| HSV(B) | 6.7º | 0.89% | 0.98% | - |
| XYZ | 41.21 | 23.04 | 3.31 | - |
| YUV | 108.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 27 | 0 | 0.79 | 0.89 | 0.02 | 6.7 | 0.97 | 0.55 |
| Hex | FB | 34 | 1B | 0 | 4F | 59 | 2 | 7 | 61 | 37 |
| Octal | 373 | 64 | 33 | 0 | 117 | 131 | 2 | 7 | 141 | 67 |
| Binary | 11111011 | 110100 | 11011 | 0 | 1001111 | 1011001 | 10 | 111 | 1100001 | 110111 |
Color Harmonies of #FB341B
Complementary color
Monochromatic Colors of #FB341B
Black with #FB341B
Text Example
Text Example
White with #FB341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB341B; }
p { color: rgb(251,52,27); }
H1.HeaderClassName
{
color: #FB341B;
}
.AnyTagClassName
{
color: #FB341B;
}
</style>
background-color css
<style>
a { background-color: #FB341B; }
a { background-color: rgb(251,52,27); }
div.DivClassName
{
background-color: #FB341B;
}
.BgClassName
{
background-color: #FB341B;
}
</style>
border-color css
<style>
span { border-color: #FB341B; }
span { border-color: rgb(251,52,27); }
td.TdClassName
{
border-color: #FB341B;
}
.TagClassName
{
border-color: #FB341B;
}
</style>