Shades of Red Orange #FB401E
Tints of Red Orange #FB401E
RGB
CMYK
RGB Variations
Color information
#FB401E (or 0xFB401E) is known color: Red Orange. HEX triplet: FB, 40 and 1E. RGB value is (251,64,30). Sum of RGB (Red+Green+Blue) = 251+64+30=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401E is #04BFE1. Grayscale: #747474. Windows color (decimal): -311266 or 1982715. OLE color: 1982715.
HSL color Cylindrical-coordinate representation of color #FB401E: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB401E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 30 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.02 |
| HSL | 9.23º | 0.97% | 0.55% | - |
| HSV(B) | 9.23º | 0.88% | 0.98% | - |
| XYZ | 41.85 | 24.27 | 3.71 | - |
| YUV | 116.04 | 79.45 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 30 | 0 | 0.75 | 0.88 | 0.02 | 9.23 | 0.97 | 0.55 |
| Hex | FB | 40 | 1E | 0 | 4B | 58 | 2 | 9 | 61 | 37 |
| Octal | 373 | 100 | 36 | 0 | 113 | 130 | 2 | 11 | 141 | 67 |
| Binary | 11111011 | 1000000 | 11110 | 0 | 1001011 | 1011000 | 10 | 1001 | 1100001 | 110111 |
Color Harmonies of #FB401E
Complementary color
Monochromatic Colors of #FB401E
Black with #FB401E
Text Example
Text Example
White with #FB401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB401E; }
p { color: rgb(251,64,30); }
H1.HeaderClassName
{
color: #FB401E;
}
.AnyTagClassName
{
color: #FB401E;
}
</style>
background-color css
<style>
a { background-color: #FB401E; }
a { background-color: rgb(251,64,30); }
div.DivClassName
{
background-color: #FB401E;
}
.BgClassName
{
background-color: #FB401E;
}
</style>
border-color css
<style>
span { border-color: #FB401E; }
span { border-color: rgb(251,64,30); }
td.TdClassName
{
border-color: #FB401E;
}
.TagClassName
{
border-color: #FB401E;
}
</style>