Shades of Red Orange #FB401D
Tints of Red Orange #FB401D
RGB
CMYK
RGB Variations
Color information
#FB401D (or 0xFB401D) is known color: Red Orange. HEX triplet: FB, 40 and 1D. RGB value is (251,64,29). Sum of RGB (Red+Green+Blue) = 251+64+29=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401D is #04BFE2. Grayscale: #747474. Windows color (decimal): -311267 or 1917179. OLE color: 1917179.
HSL color Cylindrical-coordinate representation of color #FB401D: hue angle of 9.46º 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 #FB401D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.02 |
| HSL | 9.46º | 0.97% | 0.55% | - |
| HSV(B) | 9.46º | 0.88% | 0.98% | - |
| XYZ | 41.84 | 24.26 | 3.64 | - |
| YUV | 115.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 29 | 0 | 0.75 | 0.88 | 0.02 | 9.46 | 0.97 | 0.55 |
| Hex | FB | 40 | 1D | 0 | 4B | 58 | 2 | 9 | 61 | 37 |
| Octal | 373 | 100 | 35 | 0 | 113 | 130 | 2 | 11 | 141 | 67 |
| Binary | 11111011 | 1000000 | 11101 | 0 | 1001011 | 1011000 | 10 | 1001 | 1100001 | 110111 |
Color Harmonies of #FB401D
Complementary color
Monochromatic Colors of #FB401D
Black with #FB401D
Text Example
Text Example
White with #FB401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB401D; }
p { color: rgb(251,64,29); }
H1.HeaderClassName
{
color: #FB401D;
}
.AnyTagClassName
{
color: #FB401D;
}
</style>
background-color css
<style>
a { background-color: #FB401D; }
a { background-color: rgb(251,64,29); }
div.DivClassName
{
background-color: #FB401D;
}
.BgClassName
{
background-color: #FB401D;
}
</style>
border-color css
<style>
span { border-color: #FB401D; }
span { border-color: rgb(251,64,29); }
td.TdClassName
{
border-color: #FB401D;
}
.TagClassName
{
border-color: #FB401D;
}
</style>