Shades of Red Orange #FB401F
Tints of Red Orange #FB401F
RGB
CMYK
RGB Variations
Color information
#FB401F (or 0xFB401F) is known color: Red Orange. HEX triplet: FB, 40 and 1F. RGB value is (251,64,31). Sum of RGB (Red+Green+Blue) = 251+64+31=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401F is #04BFE0. Grayscale: #747474. Windows color (decimal): -311265 or 2048251. OLE color: 2048251.
HSL color Cylindrical-coordinate representation of color #FB401F: hue angle of 9º degrees, saturation: 0.96, 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 #FB401F is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 31 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.02 |
| HSL | 9º | 0.96% | 0.55% | - |
| HSV(B) | 9º | 0.88% | 0.98% | - |
| XYZ | 41.86 | 24.27 | 3.78 | - |
| YUV | 116.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 31 | 0 | 0.75 | 0.88 | 0.02 | 9 | 0.96 | 0.55 |
| Hex | FB | 40 | 1F | 0 | 4B | 58 | 2 | 9 | 60 | 37 |
| Octal | 373 | 100 | 37 | 0 | 113 | 130 | 2 | 11 | 140 | 67 |
| Binary | 11111011 | 1000000 | 11111 | 0 | 1001011 | 1011000 | 10 | 1001 | 1100000 | 110111 |
Color Harmonies of #FB401F
Complementary color
Monochromatic Colors of #FB401F
Black with #FB401F
Text Example
Text Example
White with #FB401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB401F; }
p { color: rgb(251,64,31); }
H1.HeaderClassName
{
color: #FB401F;
}
.AnyTagClassName
{
color: #FB401F;
}
</style>
background-color css
<style>
a { background-color: #FB401F; }
a { background-color: rgb(251,64,31); }
div.DivClassName
{
background-color: #FB401F;
}
.BgClassName
{
background-color: #FB401F;
}
</style>
border-color css
<style>
span { border-color: #FB401F; }
span { border-color: rgb(251,64,31); }
td.TdClassName
{
border-color: #FB401F;
}
.TagClassName
{
border-color: #FB401F;
}
</style>