Shades of Red Orange #FB3D32
Tints of Red Orange #FB3D32
RGB
CMYK
RGB Variations
Color information
#FB3D32 (or 0xFB3D32) is known color: Red Orange. HEX triplet: FB, 3D and 32. RGB value is (251,61,50). Sum of RGB (Red+Green+Blue) = 251+61+50=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D32 is #04C2CD. Grayscale: #747474. Windows color (decimal): -312014 or 3292667. OLE color: 3292667.
HSL color Cylindrical-coordinate representation of color #FB3D32: hue angle of 3.28º 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 #FB3D32 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 50 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.02 |
| HSL | 3.28º | 0.96% | 0.59% | - |
| HSV(B) | 3.28º | 0.8% | 0.98% | - |
| XYZ | 42.03 | 24.08 | 5.45 | - |
| YUV | 116.56 | 90.45 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 50 | 0 | 0.76 | 0.80 | 0.02 | 3.28 | 0.96 | 0.59 |
| Hex | FB | 3D | 32 | 0 | 4C | 50 | 2 | 3 | 60 | 3B |
| Octal | 373 | 75 | 62 | 0 | 114 | 120 | 2 | 3 | 140 | 73 |
| Binary | 11111011 | 111101 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1100000 | 111011 |
Color Harmonies of #FB3D32
Complementary color
Monochromatic Colors of #FB3D32
Black with #FB3D32
Text Example
Text Example
White with #FB3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D32; }
p { color: rgb(251,61,50); }
H1.HeaderClassName
{
color: #FB3D32;
}
.AnyTagClassName
{
color: #FB3D32;
}
</style>
background-color css
<style>
a { background-color: #FB3D32; }
a { background-color: rgb(251,61,50); }
div.DivClassName
{
background-color: #FB3D32;
}
.BgClassName
{
background-color: #FB3D32;
}
</style>
border-color css
<style>
span { border-color: #FB3D32; }
span { border-color: rgb(251,61,50); }
td.TdClassName
{
border-color: #FB3D32;
}
.TagClassName
{
border-color: #FB3D32;
}
</style>