Shades of Red Orange #FB442B
Tints of Red Orange #FB442B
RGB
CMYK
RGB Variations
Color information
#FB442B (or 0xFB442B) is known color: Red Orange. HEX triplet: FB, 44 and 2B. RGB value is (251,68,43). Sum of RGB (Red+Green+Blue) = 251+68+43=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB442B is #04BBD4. Grayscale: #787878. Windows color (decimal): -310229 or 2835707. OLE color: 2835707.
HSL color Cylindrical-coordinate representation of color #FB442B: hue angle of 7.21º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB442B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 43 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.02 |
| HSL | 7.21º | 0.96% | 0.58% | - |
| HSV(B) | 7.21º | 0.83% | 0.98% | - |
| XYZ | 42.29 | 24.82 | 4.85 | - |
| YUV | 119.87 | 84.63 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 43 | 0 | 0.73 | 0.83 | 0.02 | 7.21 | 0.96 | 0.58 |
| Hex | FB | 44 | 2B | 0 | 49 | 53 | 2 | 7 | 60 | 3A |
| Octal | 373 | 104 | 53 | 0 | 111 | 123 | 2 | 7 | 140 | 72 |
| Binary | 11111011 | 1000100 | 101011 | 0 | 1001001 | 1010011 | 10 | 111 | 1100000 | 111010 |
Color Harmonies of #FB442B
Complementary color
Monochromatic Colors of #FB442B
Black with #FB442B
Text Example
Text Example
White with #FB442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB442B; }
p { color: rgb(251,68,43); }
H1.HeaderClassName
{
color: #FB442B;
}
.AnyTagClassName
{
color: #FB442B;
}
</style>
background-color css
<style>
a { background-color: #FB442B; }
a { background-color: rgb(251,68,43); }
div.DivClassName
{
background-color: #FB442B;
}
.BgClassName
{
background-color: #FB442B;
}
</style>
border-color css
<style>
span { border-color: #FB442B; }
span { border-color: rgb(251,68,43); }
td.TdClassName
{
border-color: #FB442B;
}
.TagClassName
{
border-color: #FB442B;
}
</style>