Shades of Red Orange #FB412E
Tints of Red Orange #FB412E
RGB
CMYK
RGB Variations
Color information
#FB412E (or 0xFB412E) is known color: Red Orange. HEX triplet: FB, 41 and 2E. RGB value is (251,65,46). Sum of RGB (Red+Green+Blue) = 251+65+46=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB412E is #04BED1. Grayscale: #767676. Windows color (decimal): -310994 or 3031547. OLE color: 3031547.
HSL color Cylindrical-coordinate representation of color #FB412E: hue angle of 5.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB412E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 46 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.02 |
| HSL | 5.56º | 0.96% | 0.58% | - |
| HSV(B) | 5.56º | 0.82% | 0.98% | - |
| XYZ | 42.17 | 24.49 | 5.09 | - |
| YUV | 118.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 46 | 0 | 0.74 | 0.82 | 0.02 | 5.56 | 0.96 | 0.58 |
| Hex | FB | 41 | 2E | 0 | 4A | 52 | 2 | 6 | 60 | 3A |
| Octal | 373 | 101 | 56 | 0 | 112 | 122 | 2 | 6 | 140 | 72 |
| Binary | 11111011 | 1000001 | 101110 | 0 | 1001010 | 1010010 | 10 | 110 | 1100000 | 111010 |
Color Harmonies of #FB412E
Complementary color
Monochromatic Colors of #FB412E
Black with #FB412E
Text Example
Text Example
White with #FB412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB412E; }
p { color: rgb(251,65,46); }
H1.HeaderClassName
{
color: #FB412E;
}
.AnyTagClassName
{
color: #FB412E;
}
</style>
background-color css
<style>
a { background-color: #FB412E; }
a { background-color: rgb(251,65,46); }
div.DivClassName
{
background-color: #FB412E;
}
.BgClassName
{
background-color: #FB412E;
}
</style>
border-color css
<style>
span { border-color: #FB412E; }
span { border-color: rgb(251,65,46); }
td.TdClassName
{
border-color: #FB412E;
}
.TagClassName
{
border-color: #FB412E;
}
</style>