Shades of Red Orange #FB331A
Tints of Red Orange #FB331A
RGB
CMYK
RGB Variations
Color information
#FB331A (or 0xFB331A) is known color: Red Orange. HEX triplet: FB, 33 and 1A. RGB value is (251,51,26). Sum of RGB (Red+Green+Blue) = 251+51+26=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB331A is #04CCE5. Grayscale: #6C6C6C. Windows color (decimal): -314598 or 1717243. OLE color: 1717243.
HSL color Cylindrical-coordinate representation of color #FB331A: hue angle of 6.67º 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 #FB331A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 26 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.02 |
| HSL | 6.67º | 0.97% | 0.54% | - |
| HSV(B) | 6.67º | 0.9% | 0.98% | - |
| XYZ | 41.15 | 22.95 | 3.24 | - |
| YUV | 107.95 | 81.76 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 26 | 0 | 0.80 | 0.90 | 0.02 | 6.67 | 0.97 | 0.54 |
| Hex | FB | 33 | 1A | 0 | 50 | 5A | 2 | 7 | 61 | 36 |
| Octal | 373 | 63 | 32 | 0 | 120 | 132 | 2 | 7 | 141 | 66 |
| Binary | 11111011 | 110011 | 11010 | 0 | 1010000 | 1011010 | 10 | 111 | 1100001 | 110110 |
Color Harmonies of #FB331A
Complementary color
Monochromatic Colors of #FB331A
Black with #FB331A
Text Example
Text Example
White with #FB331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB331A; }
p { color: rgb(251,51,26); }
H1.HeaderClassName
{
color: #FB331A;
}
.AnyTagClassName
{
color: #FB331A;
}
</style>
background-color css
<style>
a { background-color: #FB331A; }
a { background-color: rgb(251,51,26); }
div.DivClassName
{
background-color: #FB331A;
}
.BgClassName
{
background-color: #FB331A;
}
</style>
border-color css
<style>
span { border-color: #FB331A; }
span { border-color: rgb(251,51,26); }
td.TdClassName
{
border-color: #FB331A;
}
.TagClassName
{
border-color: #FB331A;
}
</style>