Shades of Red Orange #FB4326
Tints of Red Orange #FB4326
RGB
CMYK
RGB Variations
Color information
#FB4326 (or 0xFB4326) is known color: Red Orange. HEX triplet: FB, 43 and 26. RGB value is (251,67,38). Sum of RGB (Red+Green+Blue) = 251+67+38=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4326 is #04BCD9. Grayscale: #777777. Windows color (decimal): -310490 or 2507771. OLE color: 2507771.
HSL color Cylindrical-coordinate representation of color #FB4326: hue angle of 8.17º 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 #FB4326 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 38 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.02 |
| HSL | 8.17º | 0.96% | 0.57% | - |
| HSV(B) | 8.17º | 0.85% | 0.98% | - |
| XYZ | 42.14 | 24.66 | 4.37 | - |
| YUV | 118.71 | 82.46 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 38 | 0 | 0.73 | 0.85 | 0.02 | 8.17 | 0.96 | 0.57 |
| Hex | FB | 43 | 26 | 0 | 49 | 55 | 2 | 8 | 60 | 39 |
| Octal | 373 | 103 | 46 | 0 | 111 | 125 | 2 | 10 | 140 | 71 |
| Binary | 11111011 | 1000011 | 100110 | 0 | 1001001 | 1010101 | 10 | 1000 | 1100000 | 111001 |
Color Harmonies of #FB4326
Complementary color
Monochromatic Colors of #FB4326
Black with #FB4326
Text Example
Text Example
White with #FB4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4326; }
p { color: rgb(251,67,38); }
H1.HeaderClassName
{
color: #FB4326;
}
.AnyTagClassName
{
color: #FB4326;
}
</style>
background-color css
<style>
a { background-color: #FB4326; }
a { background-color: rgb(251,67,38); }
div.DivClassName
{
background-color: #FB4326;
}
.BgClassName
{
background-color: #FB4326;
}
</style>
border-color css
<style>
span { border-color: #FB4326; }
span { border-color: rgb(251,67,38); }
td.TdClassName
{
border-color: #FB4326;
}
.TagClassName
{
border-color: #FB4326;
}
</style>