Shades of Red Orange #FB3D2B
Tints of Red Orange #FB3D2B
RGB
CMYK
RGB Variations
Color information
#FB3D2B (or 0xFB3D2B) is known color: Red Orange. HEX triplet: FB, 3D and 2B. RGB value is (251,61,43). Sum of RGB (Red+Green+Blue) = 251+61+43=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D2B is #04C2D4. Grayscale: #747474. Windows color (decimal): -312021 or 2833915. OLE color: 2833915.
HSL color Cylindrical-coordinate representation of color #FB3D2B: hue angle of 5.19º 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 #FB3D2B is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 43 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.02 |
| HSL | 5.19º | 0.96% | 0.58% | - |
| HSV(B) | 5.19º | 0.83% | 0.98% | - |
| XYZ | 41.89 | 24.02 | 4.71 | - |
| YUV | 115.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 43 | 0 | 0.76 | 0.83 | 0.02 | 5.19 | 0.96 | 0.58 |
| Hex | FB | 3D | 2B | 0 | 4C | 53 | 2 | 5 | 60 | 3A |
| Octal | 373 | 75 | 53 | 0 | 114 | 123 | 2 | 5 | 140 | 72 |
| Binary | 11111011 | 111101 | 101011 | 0 | 1001100 | 1010011 | 10 | 101 | 1100000 | 111010 |
Color Harmonies of #FB3D2B
Complementary color
Monochromatic Colors of #FB3D2B
Black with #FB3D2B
Text Example
Text Example
White with #FB3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D2B; }
p { color: rgb(251,61,43); }
H1.HeaderClassName
{
color: #FB3D2B;
}
.AnyTagClassName
{
color: #FB3D2B;
}
</style>
background-color css
<style>
a { background-color: #FB3D2B; }
a { background-color: rgb(251,61,43); }
div.DivClassName
{
background-color: #FB3D2B;
}
.BgClassName
{
background-color: #FB3D2B;
}
</style>
border-color css
<style>
span { border-color: #FB3D2B; }
span { border-color: rgb(251,61,43); }
td.TdClassName
{
border-color: #FB3D2B;
}
.TagClassName
{
border-color: #FB3D2B;
}
</style>