Shades of Orange Red #FB481A
Tints of Orange Red #FB481A
RGB
CMYK
RGB Variations
Color information
#FB481A (or 0xFB481A) is known color: Orange Red. HEX triplet: FB, 48 and 1A. RGB value is (251,72,26). Sum of RGB (Red+Green+Blue) = 251+72+26=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB481A is #04B7E5. Grayscale: #787878. Windows color (decimal): -309222 or 1722619. OLE color: 1722619.
HSL color Cylindrical-coordinate representation of color #FB481A: hue angle of 12.27º 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 #FB481A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 26 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.02 |
| HSL | 12.27º | 0.97% | 0.54% | - |
| HSV(B) | 12.27º | 0.9% | 0.98% | - |
| XYZ | 42.29 | 25.22 | 3.62 | - |
| YUV | 120.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 26 | 0 | 0.71 | 0.90 | 0.02 | 12.27 | 0.97 | 0.54 |
| Hex | FB | 48 | 1A | 0 | 47 | 5A | 2 | C | 61 | 36 |
| Octal | 373 | 110 | 32 | 0 | 107 | 132 | 2 | 14 | 141 | 66 |
| Binary | 11111011 | 1001000 | 11010 | 0 | 1000111 | 1011010 | 10 | 1100 | 1100001 | 110110 |
Color Harmonies of #FB481A
Complementary color
Monochromatic Colors of #FB481A
Black with #FB481A
Text Example
Text Example
White with #FB481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB481A; }
p { color: rgb(251,72,26); }
H1.HeaderClassName
{
color: #FB481A;
}
.AnyTagClassName
{
color: #FB481A;
}
</style>
background-color css
<style>
a { background-color: #FB481A; }
a { background-color: rgb(251,72,26); }
div.DivClassName
{
background-color: #FB481A;
}
.BgClassName
{
background-color: #FB481A;
}
</style>
border-color css
<style>
span { border-color: #FB481A; }
span { border-color: rgb(251,72,26); }
td.TdClassName
{
border-color: #FB481A;
}
.TagClassName
{
border-color: #FB481A;
}
</style>