Shades of Red Orange #FB441C
Tints of Red Orange #FB441C
RGB
CMYK
RGB Variations
Color information
#FB441C (or 0xFB441C) is known color: Red Orange. HEX triplet: FB, 44 and 1C. RGB value is (251,68,28). Sum of RGB (Red+Green+Blue) = 251+68+28=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB441C is #04BBE3. Grayscale: #767676. Windows color (decimal): -310244 or 1852667. OLE color: 1852667.
HSL color Cylindrical-coordinate representation of color #FB441C: hue angle of 10.76º 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 #FB441C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.02 |
| HSL | 10.76º | 0.97% | 0.55% | - |
| HSV(B) | 10.76º | 0.89% | 0.98% | - |
| XYZ | 42.06 | 24.73 | 3.65 | - |
| YUV | 118.16 | 77.13 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 28 | 0 | 0.73 | 0.89 | 0.02 | 10.76 | 0.97 | 0.55 |
| Hex | FB | 44 | 1C | 0 | 49 | 59 | 2 | B | 61 | 37 |
| Octal | 373 | 104 | 34 | 0 | 111 | 131 | 2 | 13 | 141 | 67 |
| Binary | 11111011 | 1000100 | 11100 | 0 | 1001001 | 1011001 | 10 | 1011 | 1100001 | 110111 |
Color Harmonies of #FB441C
Complementary color
Monochromatic Colors of #FB441C
Black with #FB441C
Text Example
Text Example
White with #FB441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB441C; }
p { color: rgb(251,68,28); }
H1.HeaderClassName
{
color: #FB441C;
}
.AnyTagClassName
{
color: #FB441C;
}
</style>
background-color css
<style>
a { background-color: #FB441C; }
a { background-color: rgb(251,68,28); }
div.DivClassName
{
background-color: #FB441C;
}
.BgClassName
{
background-color: #FB441C;
}
</style>
border-color css
<style>
span { border-color: #FB441C; }
span { border-color: rgb(251,68,28); }
td.TdClassName
{
border-color: #FB441C;
}
.TagClassName
{
border-color: #FB441C;
}
</style>