Shades of Red Orange #FB411B
Tints of Red Orange #FB411B
RGB
CMYK
RGB Variations
Color information
#FB411B (or 0xFB411B) is known color: Red Orange. HEX triplet: FB, 41 and 1B. RGB value is (251,65,27). Sum of RGB (Red+Green+Blue) = 251+65+27=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB411B is #04BEE4. Grayscale: #747474. Windows color (decimal): -311013 or 1786363. OLE color: 1786363.
HSL color Cylindrical-coordinate representation of color #FB411B: hue angle of 10.18º 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 #FB411B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 10.18º | 0.97% | 0.55% | - |
| HSV(B) | 10.18º | 0.89% | 0.98% | - |
| XYZ | 41.87 | 24.37 | 3.53 | - |
| YUV | 116.28 | 77.62 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 27 | 0 | 0.74 | 0.89 | 0.02 | 10.18 | 0.97 | 0.55 |
| Hex | FB | 41 | 1B | 0 | 4A | 59 | 2 | A | 61 | 37 |
| Octal | 373 | 101 | 33 | 0 | 112 | 131 | 2 | 12 | 141 | 67 |
| Binary | 11111011 | 1000001 | 11011 | 0 | 1001010 | 1011001 | 10 | 1010 | 1100001 | 110111 |
Color Harmonies of #FB411B
Complementary color
Monochromatic Colors of #FB411B
Black with #FB411B
Text Example
Text Example
White with #FB411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB411B; }
p { color: rgb(251,65,27); }
H1.HeaderClassName
{
color: #FB411B;
}
.AnyTagClassName
{
color: #FB411B;
}
</style>
background-color css
<style>
a { background-color: #FB411B; }
a { background-color: rgb(251,65,27); }
div.DivClassName
{
background-color: #FB411B;
}
.BgClassName
{
background-color: #FB411B;
}
</style>
border-color css
<style>
span { border-color: #FB411B; }
span { border-color: rgb(251,65,27); }
td.TdClassName
{
border-color: #FB411B;
}
.TagClassName
{
border-color: #FB411B;
}
</style>