Shades of Red Orange #FB442C
Tints of Red Orange #FB442C
RGB
CMYK
RGB Variations
Color information
#FB442C (or 0xFB442C) is known color: Red Orange. HEX triplet: FB, 44 and 2C. RGB value is (251,68,44). Sum of RGB (Red+Green+Blue) = 251+68+44=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB442C is #04BBD3. Grayscale: #787878. Windows color (decimal): -310228 or 2901243. OLE color: 2901243.
HSL color Cylindrical-coordinate representation of color #FB442C: hue angle of 6.96º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB442C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 44 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.02 |
| HSL | 6.96º | 0.96% | 0.58% | - |
| HSV(B) | 6.96º | 0.82% | 0.98% | - |
| XYZ | 42.31 | 24.83 | 4.94 | - |
| YUV | 119.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 44 | 0 | 0.73 | 0.82 | 0.02 | 6.96 | 0.96 | 0.58 |
| Hex | FB | 44 | 2C | 0 | 49 | 52 | 2 | 7 | 60 | 3A |
| Octal | 373 | 104 | 54 | 0 | 111 | 122 | 2 | 7 | 140 | 72 |
| Binary | 11111011 | 1000100 | 101100 | 0 | 1001001 | 1010010 | 10 | 111 | 1100000 | 111010 |
Color Harmonies of #FB442C
Complementary color
Monochromatic Colors of #FB442C
Black with #FB442C
Text Example
Text Example
White with #FB442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB442C; }
p { color: rgb(251,68,44); }
H1.HeaderClassName
{
color: #FB442C;
}
.AnyTagClassName
{
color: #FB442C;
}
</style>
background-color css
<style>
a { background-color: #FB442C; }
a { background-color: rgb(251,68,44); }
div.DivClassName
{
background-color: #FB442C;
}
.BgClassName
{
background-color: #FB442C;
}
</style>
border-color css
<style>
span { border-color: #FB442C; }
span { border-color: rgb(251,68,44); }
td.TdClassName
{
border-color: #FB442C;
}
.TagClassName
{
border-color: #FB442C;
}
</style>