Shades of Red Orange #FB351A
Tints of Red Orange #FB351A
RGB
CMYK
RGB Variations
Color information
#FB351A (or 0xFB351A) is known color: Red Orange. HEX triplet: FB, 35 and 1A. RGB value is (251,53,26). Sum of RGB (Red+Green+Blue) = 251+53+26=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB351A is #04CAE5. Grayscale: #6D6D6D. Windows color (decimal): -314086 or 1717755. OLE color: 1717755.
HSL color Cylindrical-coordinate representation of color #FB351A: hue angle of 7.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB351A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 26 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.02 |
| HSL | 7.2º | 0.97% | 0.54% | - |
| HSV(B) | 7.2º | 0.9% | 0.98% | - |
| XYZ | 41.24 | 23.13 | 3.27 | - |
| YUV | 109.12 | 81.1 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 26 | 0 | 0.79 | 0.90 | 0.02 | 7.2 | 0.97 | 0.54 |
| Hex | FB | 35 | 1A | 0 | 4F | 5A | 2 | 7 | 61 | 36 |
| Octal | 373 | 65 | 32 | 0 | 117 | 132 | 2 | 7 | 141 | 66 |
| Binary | 11111011 | 110101 | 11010 | 0 | 1001111 | 1011010 | 10 | 111 | 1100001 | 110110 |
Color Harmonies of #FB351A
Complementary color
Monochromatic Colors of #FB351A
Black with #FB351A
Text Example
Text Example
White with #FB351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB351A; }
p { color: rgb(251,53,26); }
H1.HeaderClassName
{
color: #FB351A;
}
.AnyTagClassName
{
color: #FB351A;
}
</style>
background-color css
<style>
a { background-color: #FB351A; }
a { background-color: rgb(251,53,26); }
div.DivClassName
{
background-color: #FB351A;
}
.BgClassName
{
background-color: #FB351A;
}
</style>
border-color css
<style>
span { border-color: #FB351A; }
span { border-color: rgb(251,53,26); }
td.TdClassName
{
border-color: #FB351A;
}
.TagClassName
{
border-color: #FB351A;
}
</style>