Shades of Red Orange #FB482D
Tints of Red Orange #FB482D
RGB
CMYK
RGB Variations
Color information
#FB482D (or 0xFB482D) is known color: Red Orange. HEX triplet: FB, 48 and 2D. RGB value is (251,72,45). Sum of RGB (Red+Green+Blue) = 251+72+45=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB482D is #04B7D2. Grayscale: #7A7A7A. Windows color (decimal): -309203 or 2967803. OLE color: 2967803.
HSL color Cylindrical-coordinate representation of color #FB482D: hue angle of 7.86º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB482D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.02 |
| HSL | 7.86º | 0.96% | 0.58% | - |
| HSV(B) | 7.86º | 0.82% | 0.98% | - |
| XYZ | 42.57 | 25.33 | 5.13 | - |
| YUV | 122.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 45 | 0 | 0.71 | 0.82 | 0.02 | 7.86 | 0.96 | 0.58 |
| Hex | FB | 48 | 2D | 0 | 47 | 52 | 2 | 8 | 60 | 3A |
| Octal | 373 | 110 | 55 | 0 | 107 | 122 | 2 | 10 | 140 | 72 |
| Binary | 11111011 | 1001000 | 101101 | 0 | 1000111 | 1010010 | 10 | 1000 | 1100000 | 111010 |
Color Harmonies of #FB482D
Complementary color
Monochromatic Colors of #FB482D
Black with #FB482D
Text Example
Text Example
White with #FB482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB482D; }
p { color: rgb(251,72,45); }
H1.HeaderClassName
{
color: #FB482D;
}
.AnyTagClassName
{
color: #FB482D;
}
</style>
background-color css
<style>
a { background-color: #FB482D; }
a { background-color: rgb(251,72,45); }
div.DivClassName
{
background-color: #FB482D;
}
.BgClassName
{
background-color: #FB482D;
}
</style>
border-color css
<style>
span { border-color: #FB482D; }
span { border-color: rgb(251,72,45); }
td.TdClassName
{
border-color: #FB482D;
}
.TagClassName
{
border-color: #FB482D;
}
</style>