Shades of Red Orange #FB4A1D
Tints of Red Orange #FB4A1D
RGB
CMYK
RGB Variations
Color information
#FB4A1D (or 0xFB4A1D) is known color: Red Orange. HEX triplet: FB, 4A and 1D. RGB value is (251,74,29). Sum of RGB (Red+Green+Blue) = 251+74+29=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A1D is #04B5E2. Grayscale: #7A7A7A. Windows color (decimal): -308707 or 1919739. OLE color: 1919739.
HSL color Cylindrical-coordinate representation of color #FB4A1D: hue angle of 12.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB4A1D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.02 |
| HSL | 12.16º | 0.97% | 0.55% | - |
| HSV(B) | 12.16º | 0.88% | 0.98% | - |
| XYZ | 42.45 | 25.5 | 3.85 | - |
| YUV | 121.79 | 75.64 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 29 | 0 | 0.71 | 0.88 | 0.02 | 12.16 | 0.97 | 0.55 |
| Hex | FB | 4A | 1D | 0 | 47 | 58 | 2 | C | 61 | 37 |
| Octal | 373 | 112 | 35 | 0 | 107 | 130 | 2 | 14 | 141 | 67 |
| Binary | 11111011 | 1001010 | 11101 | 0 | 1000111 | 1011000 | 10 | 1100 | 1100001 | 110111 |
Color Harmonies of #FB4A1D
Complementary color
Monochromatic Colors of #FB4A1D
Black with #FB4A1D
Text Example
Text Example
White with #FB4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A1D; }
p { color: rgb(251,74,29); }
H1.HeaderClassName
{
color: #FB4A1D;
}
.AnyTagClassName
{
color: #FB4A1D;
}
</style>
background-color css
<style>
a { background-color: #FB4A1D; }
a { background-color: rgb(251,74,29); }
div.DivClassName
{
background-color: #FB4A1D;
}
.BgClassName
{
background-color: #FB4A1D;
}
</style>
border-color css
<style>
span { border-color: #FB4A1D; }
span { border-color: rgb(251,74,29); }
td.TdClassName
{
border-color: #FB4A1D;
}
.TagClassName
{
border-color: #FB4A1D;
}
</style>