Shades of Red Orange #FB452E
Tints of Red Orange #FB452E
RGB
CMYK
RGB Variations
Color information
#FB452E (or 0xFB452E) is known color: Red Orange. HEX triplet: FB, 45 and 2E. RGB value is (251,69,46). Sum of RGB (Red+Green+Blue) = 251+69+46=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB452E is #04BAD1. Grayscale: #797979. Windows color (decimal): -309970 or 3032571. OLE color: 3032571.
HSL color Cylindrical-coordinate representation of color #FB452E: hue angle of 6.73º 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 #FB452E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 46 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.02 |
| HSL | 6.73º | 0.96% | 0.58% | - |
| HSV(B) | 6.73º | 0.82% | 0.98% | - |
| XYZ | 42.4 | 24.96 | 5.17 | - |
| YUV | 120.8 | 85.8 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 46 | 0 | 0.73 | 0.82 | 0.02 | 6.73 | 0.96 | 0.58 |
| Hex | FB | 45 | 2E | 0 | 49 | 52 | 2 | 7 | 60 | 3A |
| Octal | 373 | 105 | 56 | 0 | 111 | 122 | 2 | 7 | 140 | 72 |
| Binary | 11111011 | 1000101 | 101110 | 0 | 1001001 | 1010010 | 10 | 111 | 1100000 | 111010 |
Color Harmonies of #FB452E
Complementary color
Monochromatic Colors of #FB452E
Black with #FB452E
Text Example
Text Example
White with #FB452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB452E; }
p { color: rgb(251,69,46); }
H1.HeaderClassName
{
color: #FB452E;
}
.AnyTagClassName
{
color: #FB452E;
}
</style>
background-color css
<style>
a { background-color: #FB452E; }
a { background-color: rgb(251,69,46); }
div.DivClassName
{
background-color: #FB452E;
}
.BgClassName
{
background-color: #FB452E;
}
</style>
border-color css
<style>
span { border-color: #FB452E; }
span { border-color: rgb(251,69,46); }
td.TdClassName
{
border-color: #FB452E;
}
.TagClassName
{
border-color: #FB452E;
}
</style>