Shades of Red Orange #FB4232
Tints of Red Orange #FB4232
RGB
CMYK
RGB Variations
Color information
#FB4232 (or 0xFB4232) is known color: Red Orange. HEX triplet: FB, 42 and 32. RGB value is (251,66,50). Sum of RGB (Red+Green+Blue) = 251+66+50=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4232 is #04BDCD. Grayscale: #777777. Windows color (decimal): -310734 or 3293947. OLE color: 3293947.
HSL color Cylindrical-coordinate representation of color #FB4232: hue angle of 4.78º 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 #FB4232 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 50 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.02 |
| HSL | 4.78º | 0.96% | 0.59% | - |
| HSV(B) | 4.78º | 0.8% | 0.98% | - |
| XYZ | 42.31 | 24.64 | 5.54 | - |
| YUV | 119.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 50 | 0 | 0.74 | 0.80 | 0.02 | 4.78 | 0.96 | 0.59 |
| Hex | FB | 42 | 32 | 0 | 4A | 50 | 2 | 5 | 60 | 3B |
| Octal | 373 | 102 | 62 | 0 | 112 | 120 | 2 | 5 | 140 | 73 |
| Binary | 11111011 | 1000010 | 110010 | 0 | 1001010 | 1010000 | 10 | 101 | 1100000 | 111011 |
Color Harmonies of #FB4232
Complementary color
Monochromatic Colors of #FB4232
Black with #FB4232
Text Example
Text Example
White with #FB4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4232; }
p { color: rgb(251,66,50); }
H1.HeaderClassName
{
color: #FB4232;
}
.AnyTagClassName
{
color: #FB4232;
}
</style>
background-color css
<style>
a { background-color: #FB4232; }
a { background-color: rgb(251,66,50); }
div.DivClassName
{
background-color: #FB4232;
}
.BgClassName
{
background-color: #FB4232;
}
</style>
border-color css
<style>
span { border-color: #FB4232; }
span { border-color: rgb(251,66,50); }
td.TdClassName
{
border-color: #FB4232;
}
.TagClassName
{
border-color: #FB4232;
}
</style>