Shades of Red Orange #FB351D
Tints of Red Orange #FB351D
RGB
CMYK
RGB Variations
Color information
#FB351D (or 0xFB351D) is known color: Red Orange. HEX triplet: FB, 35 and 1D. RGB value is (251,53,29). Sum of RGB (Red+Green+Blue) = 251+53+29=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB351D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB351D is #04CAE2. Grayscale: #6D6D6D. Windows color (decimal): -314083 or 1914363. OLE color: 1914363.
HSL color Cylindrical-coordinate representation of color #FB351D: hue angle of 6.49º 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 #FB351D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.02 |
| HSL | 6.49º | 0.97% | 0.55% | - |
| HSV(B) | 6.49º | 0.88% | 0.98% | - |
| XYZ | 41.28 | 23.14 | 3.45 | - |
| YUV | 109.47 | 82.6 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 29 | 0 | 0.79 | 0.88 | 0.02 | 6.49 | 0.97 | 0.55 |
| Hex | FB | 35 | 1D | 0 | 4F | 58 | 2 | 6 | 61 | 37 |
| Octal | 373 | 65 | 35 | 0 | 117 | 130 | 2 | 6 | 141 | 67 |
| Binary | 11111011 | 110101 | 11101 | 0 | 1001111 | 1011000 | 10 | 110 | 1100001 | 110111 |
Color Harmonies of #FB351D
Complementary color
Monochromatic Colors of #FB351D
Black with #FB351D
Text Example
Text Example
White with #FB351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB351D; }
p { color: rgb(251,53,29); }
H1.HeaderClassName
{
color: #FB351D;
}
.AnyTagClassName
{
color: #FB351D;
}
</style>
background-color css
<style>
a { background-color: #FB351D; }
a { background-color: rgb(251,53,29); }
div.DivClassName
{
background-color: #FB351D;
}
.BgClassName
{
background-color: #FB351D;
}
</style>
border-color css
<style>
span { border-color: #FB351D; }
span { border-color: rgb(251,53,29); }
td.TdClassName
{
border-color: #FB351D;
}
.TagClassName
{
border-color: #FB351D;
}
</style>