Shades of Red Orange #FB4A2A
Tints of Red Orange #FB4A2A
RGB
CMYK
RGB Variations
Color information
#FB4A2A (or 0xFB4A2A) is known color: Red Orange. HEX triplet: FB, 4A and 2A. RGB value is (251,74,42). Sum of RGB (Red+Green+Blue) = 251+74+42=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A2A is #04B5D5. Grayscale: #7B7B7B. Windows color (decimal): -308694 or 2771707. OLE color: 2771707.
HSL color Cylindrical-coordinate representation of color #FB4A2A: hue angle of 9.19º 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 #FB4A2A is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 42 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.02 |
| HSL | 9.19º | 0.96% | 0.57% | - |
| HSV(B) | 9.19º | 0.83% | 0.98% | - |
| XYZ | 42.65 | 25.57 | 4.88 | - |
| YUV | 123.28 | 82.14 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 42 | 0 | 0.71 | 0.83 | 0.02 | 9.19 | 0.96 | 0.57 |
| Hex | FB | 4A | 2A | 0 | 47 | 53 | 2 | 9 | 60 | 39 |
| Octal | 373 | 112 | 52 | 0 | 107 | 123 | 2 | 11 | 140 | 71 |
| Binary | 11111011 | 1001010 | 101010 | 0 | 1000111 | 1010011 | 10 | 1001 | 1100000 | 111001 |
Color Harmonies of #FB4A2A
Complementary color
Monochromatic Colors of #FB4A2A
Black with #FB4A2A
Text Example
Text Example
White with #FB4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A2A; }
p { color: rgb(251,74,42); }
H1.HeaderClassName
{
color: #FB4A2A;
}
.AnyTagClassName
{
color: #FB4A2A;
}
</style>
background-color css
<style>
a { background-color: #FB4A2A; }
a { background-color: rgb(251,74,42); }
div.DivClassName
{
background-color: #FB4A2A;
}
.BgClassName
{
background-color: #FB4A2A;
}
</style>
border-color css
<style>
span { border-color: #FB4A2A; }
span { border-color: rgb(251,74,42); }
td.TdClassName
{
border-color: #FB4A2A;
}
.TagClassName
{
border-color: #FB4A2A;
}
</style>