Shades of Red Orange #FB3632
Tints of Red Orange #FB3632
RGB
CMYK
RGB Variations
Color information
#FB3632 (or 0xFB3632) is known color: Red Orange. HEX triplet: FB, 36 and 32. RGB value is (251,54,50). Sum of RGB (Red+Green+Blue) = 251+54+50=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3632 is #04C9CD. Grayscale: #707070. Windows color (decimal): -313806 or 3290875. OLE color: 3290875.
HSL color Cylindrical-coordinate representation of color #FB3632: hue angle of 1.19º 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 #FB3632 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 50 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.02 |
| HSL | 1.19º | 0.96% | 0.59% | - |
| HSV(B) | 1.19º | 0.8% | 0.98% | - |
| XYZ | 41.68 | 23.38 | 5.33 | - |
| YUV | 112.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 50 | 0 | 0.78 | 0.80 | 0.02 | 1.19 | 0.96 | 0.59 |
| Hex | FB | 36 | 32 | 0 | 4E | 50 | 2 | 1 | 60 | 3B |
| Octal | 373 | 66 | 62 | 0 | 116 | 120 | 2 | 1 | 140 | 73 |
| Binary | 11111011 | 110110 | 110010 | 0 | 1001110 | 1010000 | 10 | 1 | 1100000 | 111011 |
Color Harmonies of #FB3632
Complementary color
Monochromatic Colors of #FB3632
Black with #FB3632
Text Example
Text Example
White with #FB3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3632; }
p { color: rgb(251,54,50); }
H1.HeaderClassName
{
color: #FB3632;
}
.AnyTagClassName
{
color: #FB3632;
}
</style>
background-color css
<style>
a { background-color: #FB3632; }
a { background-color: rgb(251,54,50); }
div.DivClassName
{
background-color: #FB3632;
}
.BgClassName
{
background-color: #FB3632;
}
</style>
border-color css
<style>
span { border-color: #FB3632; }
span { border-color: rgb(251,54,50); }
td.TdClassName
{
border-color: #FB3632;
}
.TagClassName
{
border-color: #FB3632;
}
</style>