Shades of Red Orange #FB341C
Tints of Red Orange #FB341C
RGB
CMYK
RGB Variations
Color information
#FB341C (or 0xFB341C) is known color: Red Orange. HEX triplet: FB, 34 and 1C. RGB value is (251,52,28). Sum of RGB (Red+Green+Blue) = 251+52+28=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB341C is #04CBE3. Grayscale: #6D6D6D. Windows color (decimal): -314340 or 1848571. OLE color: 1848571.
HSL color Cylindrical-coordinate representation of color #FB341C: hue angle of 6.46º 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 #FB341C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.02 |
| HSL | 6.46º | 0.97% | 0.55% | - |
| HSV(B) | 6.46º | 0.89% | 0.98% | - |
| XYZ | 41.22 | 23.05 | 3.37 | - |
| YUV | 108.77 | 82.43 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 28 | 0 | 0.79 | 0.89 | 0.02 | 6.46 | 0.97 | 0.55 |
| Hex | FB | 34 | 1C | 0 | 4F | 59 | 2 | 6 | 61 | 37 |
| Octal | 373 | 64 | 34 | 0 | 117 | 131 | 2 | 6 | 141 | 67 |
| Binary | 11111011 | 110100 | 11100 | 0 | 1001111 | 1011001 | 10 | 110 | 1100001 | 110111 |
Color Harmonies of #FB341C
Complementary color
Monochromatic Colors of #FB341C
Black with #FB341C
Text Example
Text Example
White with #FB341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB341C; }
p { color: rgb(251,52,28); }
H1.HeaderClassName
{
color: #FB341C;
}
.AnyTagClassName
{
color: #FB341C;
}
</style>
background-color css
<style>
a { background-color: #FB341C; }
a { background-color: rgb(251,52,28); }
div.DivClassName
{
background-color: #FB341C;
}
.BgClassName
{
background-color: #FB341C;
}
</style>
border-color css
<style>
span { border-color: #FB341C; }
span { border-color: rgb(251,52,28); }
td.TdClassName
{
border-color: #FB341C;
}
.TagClassName
{
border-color: #FB341C;
}
</style>