Shades of Red Orange #FB441B
Tints of Red Orange #FB441B
RGB
CMYK
RGB Variations
Color information
#FB441B (or 0xFB441B) is known color: Red Orange. HEX triplet: FB, 44 and 1B. RGB value is (251,68,27). Sum of RGB (Red+Green+Blue) = 251+68+27=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB441B is #04BBE4. Grayscale: #767676. Windows color (decimal): -310245 or 1787131. OLE color: 1787131.
HSL color Cylindrical-coordinate representation of color #FB441B: hue angle of 10.98º 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 #FB441B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.02 |
| HSL | 10.98º | 0.97% | 0.55% | - |
| HSV(B) | 10.98º | 0.89% | 0.98% | - |
| XYZ | 42.05 | 24.72 | 3.59 | - |
| YUV | 118.04 | 76.63 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 27 | 0 | 0.73 | 0.89 | 0.02 | 10.98 | 0.97 | 0.55 |
| Hex | FB | 44 | 1B | 0 | 49 | 59 | 2 | B | 61 | 37 |
| Octal | 373 | 104 | 33 | 0 | 111 | 131 | 2 | 13 | 141 | 67 |
| Binary | 11111011 | 1000100 | 11011 | 0 | 1001001 | 1011001 | 10 | 1011 | 1100001 | 110111 |
Color Harmonies of #FB441B
Complementary color
Monochromatic Colors of #FB441B
Black with #FB441B
Text Example
Text Example
White with #FB441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB441B; }
p { color: rgb(251,68,27); }
H1.HeaderClassName
{
color: #FB441B;
}
.AnyTagClassName
{
color: #FB441B;
}
</style>
background-color css
<style>
a { background-color: #FB441B; }
a { background-color: rgb(251,68,27); }
div.DivClassName
{
background-color: #FB441B;
}
.BgClassName
{
background-color: #FB441B;
}
</style>
border-color css
<style>
span { border-color: #FB441B; }
span { border-color: rgb(251,68,27); }
td.TdClassName
{
border-color: #FB441B;
}
.TagClassName
{
border-color: #FB441B;
}
</style>