Shades of Red Orange #FB4A26
Tints of Red Orange #FB4A26
RGB
CMYK
RGB Variations
Color information
#FB4A26 (or 0xFB4A26) is known color: Red Orange. HEX triplet: FB, 4A and 26. RGB value is (251,74,38). Sum of RGB (Red+Green+Blue) = 251+74+38=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A26 is #04B5D9. Grayscale: #7B7B7B. Windows color (decimal): -308698 or 2509563. OLE color: 2509563.
HSL color Cylindrical-coordinate representation of color #FB4A26: hue angle of 10.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB4A26 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 38 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.02 |
| HSL | 10.14º | 0.96% | 0.57% | - |
| HSV(B) | 10.14º | 0.85% | 0.98% | - |
| XYZ | 42.58 | 25.55 | 4.52 | - |
| YUV | 122.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 38 | 0 | 0.71 | 0.85 | 0.02 | 10.14 | 0.96 | 0.57 |
| Hex | FB | 4A | 26 | 0 | 47 | 55 | 2 | A | 60 | 39 |
| Octal | 373 | 112 | 46 | 0 | 107 | 125 | 2 | 12 | 140 | 71 |
| Binary | 11111011 | 1001010 | 100110 | 0 | 1000111 | 1010101 | 10 | 1010 | 1100000 | 111001 |
Color Harmonies of #FB4A26
Complementary color
Monochromatic Colors of #FB4A26
Black with #FB4A26
Text Example
Text Example
White with #FB4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A26; }
p { color: rgb(251,74,38); }
H1.HeaderClassName
{
color: #FB4A26;
}
.AnyTagClassName
{
color: #FB4A26;
}
</style>
background-color css
<style>
a { background-color: #FB4A26; }
a { background-color: rgb(251,74,38); }
div.DivClassName
{
background-color: #FB4A26;
}
.BgClassName
{
background-color: #FB4A26;
}
</style>
border-color css
<style>
span { border-color: #FB4A26; }
span { border-color: rgb(251,74,38); }
td.TdClassName
{
border-color: #FB4A26;
}
.TagClassName
{
border-color: #FB4A26;
}
</style>