Shades of Red Orange #FB482A
Tints of Red Orange #FB482A
RGB
CMYK
RGB Variations
Color information
#FB482A (or 0xFB482A) is known color: Red Orange. HEX triplet: FB, 48 and 2A. RGB value is (251,72,42). Sum of RGB (Red+Green+Blue) = 251+72+42=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB482A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB482A is #04B7D5. Grayscale: #7A7A7A. Windows color (decimal): -309206 or 2771195. OLE color: 2771195.
HSL color Cylindrical-coordinate representation of color #FB482A: hue angle of 8.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB482A is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 42 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.02 |
| HSL | 8.61º | 0.96% | 0.57% | - |
| HSV(B) | 8.61º | 0.83% | 0.98% | - |
| XYZ | 42.52 | 25.31 | 4.84 | - |
| YUV | 122.1 | 82.8 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 42 | 0 | 0.71 | 0.83 | 0.02 | 8.61 | 0.96 | 0.57 |
| Hex | FB | 48 | 2A | 0 | 47 | 53 | 2 | 9 | 60 | 39 |
| Octal | 373 | 110 | 52 | 0 | 107 | 123 | 2 | 11 | 140 | 71 |
| Binary | 11111011 | 1001000 | 101010 | 0 | 1000111 | 1010011 | 10 | 1001 | 1100000 | 111001 |
Color Harmonies of #FB482A
Complementary color
Monochromatic Colors of #FB482A
Black with #FB482A
Text Example
Text Example
White with #FB482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB482A; }
p { color: rgb(251,72,42); }
H1.HeaderClassName
{
color: #FB482A;
}
.AnyTagClassName
{
color: #FB482A;
}
</style>
background-color css
<style>
a { background-color: #FB482A; }
a { background-color: rgb(251,72,42); }
div.DivClassName
{
background-color: #FB482A;
}
.BgClassName
{
background-color: #FB482A;
}
</style>
border-color css
<style>
span { border-color: #FB482A; }
span { border-color: rgb(251,72,42); }
td.TdClassName
{
border-color: #FB482A;
}
.TagClassName
{
border-color: #FB482A;
}
</style>