Shades of Orange Red #FB461A
Tints of Orange Red #FB461A
RGB
CMYK
RGB Variations
Color information
#FB461A (or 0xFB461A) is known color: Orange Red. HEX triplet: FB, 46 and 1A. RGB value is (251,70,26). Sum of RGB (Red+Green+Blue) = 251+70+26=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB461A is #04B9E5. Grayscale: #777777. Windows color (decimal): -309734 or 1722107. OLE color: 1722107.
HSL color Cylindrical-coordinate representation of color #FB461A: hue angle of 11.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB461A is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 26 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.02 |
| HSL | 11.73º | 0.97% | 0.54% | - |
| HSV(B) | 11.73º | 0.9% | 0.98% | - |
| XYZ | 42.16 | 24.96 | 3.57 | - |
| YUV | 119.1 | 75.47 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 26 | 0 | 0.72 | 0.90 | 0.02 | 11.73 | 0.97 | 0.54 |
| Hex | FB | 46 | 1A | 0 | 48 | 5A | 2 | C | 61 | 36 |
| Octal | 373 | 106 | 32 | 0 | 110 | 132 | 2 | 14 | 141 | 66 |
| Binary | 11111011 | 1000110 | 11010 | 0 | 1001000 | 1011010 | 10 | 1100 | 1100001 | 110110 |
Color Harmonies of #FB461A
Complementary color
Monochromatic Colors of #FB461A
Black with #FB461A
Text Example
Text Example
White with #FB461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB461A; }
p { color: rgb(251,70,26); }
H1.HeaderClassName
{
color: #FB461A;
}
.AnyTagClassName
{
color: #FB461A;
}
</style>
background-color css
<style>
a { background-color: #FB461A; }
a { background-color: rgb(251,70,26); }
div.DivClassName
{
background-color: #FB461A;
}
.BgClassName
{
background-color: #FB461A;
}
</style>
border-color css
<style>
span { border-color: #FB461A; }
span { border-color: rgb(251,70,26); }
td.TdClassName
{
border-color: #FB461A;
}
.TagClassName
{
border-color: #FB461A;
}
</style>