Shades of Red Orange #FB482B
Tints of Red Orange #FB482B
RGB
CMYK
RGB Variations
Color information
#FB482B (or 0xFB482B) is known color: Red Orange. HEX triplet: FB, 48 and 2B. RGB value is (251,72,43). Sum of RGB (Red+Green+Blue) = 251+72+43=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB482B is #04B7D4. Grayscale: #7A7A7A. Windows color (decimal): -309205 or 2836731. OLE color: 2836731.
HSL color Cylindrical-coordinate representation of color #FB482B: hue angle of 8.37º 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 #FB482B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 43 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.02 |
| HSL | 8.37º | 0.96% | 0.58% | - |
| HSV(B) | 8.37º | 0.83% | 0.98% | - |
| XYZ | 42.54 | 25.32 | 4.93 | - |
| YUV | 122.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 43 | 0 | 0.71 | 0.83 | 0.02 | 8.37 | 0.96 | 0.58 |
| Hex | FB | 48 | 2B | 0 | 47 | 53 | 2 | 8 | 60 | 3A |
| Octal | 373 | 110 | 53 | 0 | 107 | 123 | 2 | 10 | 140 | 72 |
| Binary | 11111011 | 1001000 | 101011 | 0 | 1000111 | 1010011 | 10 | 1000 | 1100000 | 111010 |
Color Harmonies of #FB482B
Complementary color
Monochromatic Colors of #FB482B
Black with #FB482B
Text Example
Text Example
White with #FB482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB482B; }
p { color: rgb(251,72,43); }
H1.HeaderClassName
{
color: #FB482B;
}
.AnyTagClassName
{
color: #FB482B;
}
</style>
background-color css
<style>
a { background-color: #FB482B; }
a { background-color: rgb(251,72,43); }
div.DivClassName
{
background-color: #FB482B;
}
.BgClassName
{
background-color: #FB482B;
}
</style>
border-color css
<style>
span { border-color: #FB482B; }
span { border-color: rgb(251,72,43); }
td.TdClassName
{
border-color: #FB482B;
}
.TagClassName
{
border-color: #FB482B;
}
</style>