Shades of Red Orange #FB4432
Tints of Red Orange #FB4432
RGB
CMYK
RGB Variations
Color information
#FB4432 (or 0xFB4432) is known color: Red Orange. HEX triplet: FB, 44 and 32. RGB value is (251,68,50). Sum of RGB (Red+Green+Blue) = 251+68+50=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4432 is #04BBCD. Grayscale: #787878. Windows color (decimal): -310222 or 3294459. OLE color: 3294459.
HSL color Cylindrical-coordinate representation of color #FB4432: hue angle of 5.37º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB4432 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 50 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.02 |
| HSL | 5.37º | 0.96% | 0.59% | - |
| HSV(B) | 5.37º | 0.8% | 0.98% | - |
| XYZ | 42.43 | 24.87 | 5.58 | - |
| YUV | 120.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 50 | 0 | 0.73 | 0.80 | 0.02 | 5.37 | 0.96 | 0.59 |
| Hex | FB | 44 | 32 | 0 | 49 | 50 | 2 | 5 | 60 | 3B |
| Octal | 373 | 104 | 62 | 0 | 111 | 120 | 2 | 5 | 140 | 73 |
| Binary | 11111011 | 1000100 | 110010 | 0 | 1001001 | 1010000 | 10 | 101 | 1100000 | 111011 |
Color Harmonies of #FB4432
Complementary color
Monochromatic Colors of #FB4432
Black with #FB4432
Text Example
Text Example
White with #FB4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4432; }
p { color: rgb(251,68,50); }
H1.HeaderClassName
{
color: #FB4432;
}
.AnyTagClassName
{
color: #FB4432;
}
</style>
background-color css
<style>
a { background-color: #FB4432; }
a { background-color: rgb(251,68,50); }
div.DivClassName
{
background-color: #FB4432;
}
.BgClassName
{
background-color: #FB4432;
}
</style>
border-color css
<style>
span { border-color: #FB4432; }
span { border-color: rgb(251,68,50); }
td.TdClassName
{
border-color: #FB4432;
}
.TagClassName
{
border-color: #FB4432;
}
</style>