Shades of Red Orange #FB452B
Tints of Red Orange #FB452B
RGB
CMYK
RGB Variations
Color information
#FB452B (or 0xFB452B) is known color: Red Orange. HEX triplet: FB, 45 and 2B. RGB value is (251,69,43). Sum of RGB (Red+Green+Blue) = 251+69+43=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB452B is #04BAD4. Grayscale: #787878. Windows color (decimal): -309973 or 2835963. OLE color: 2835963.
HSL color Cylindrical-coordinate representation of color #FB452B: hue angle of 7.5º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB452B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 43 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.02 |
| HSL | 7.5º | 0.96% | 0.58% | - |
| HSV(B) | 7.5º | 0.83% | 0.98% | - |
| XYZ | 42.35 | 24.94 | 4.87 | - |
| YUV | 120.45 | 84.3 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 43 | 0 | 0.73 | 0.83 | 0.02 | 7.5 | 0.96 | 0.58 |
| Hex | FB | 45 | 2B | 0 | 49 | 53 | 2 | 8 | 60 | 3A |
| Octal | 373 | 105 | 53 | 0 | 111 | 123 | 2 | 10 | 140 | 72 |
| Binary | 11111011 | 1000101 | 101011 | 0 | 1001001 | 1010011 | 10 | 1000 | 1100000 | 111010 |
Color Harmonies of #FB452B
Complementary color
Monochromatic Colors of #FB452B
Black with #FB452B
Text Example
Text Example
White with #FB452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB452B; }
p { color: rgb(251,69,43); }
H1.HeaderClassName
{
color: #FB452B;
}
.AnyTagClassName
{
color: #FB452B;
}
</style>
background-color css
<style>
a { background-color: #FB452B; }
a { background-color: rgb(251,69,43); }
div.DivClassName
{
background-color: #FB452B;
}
.BgClassName
{
background-color: #FB452B;
}
</style>
border-color css
<style>
span { border-color: #FB452B; }
span { border-color: rgb(251,69,43); }
td.TdClassName
{
border-color: #FB452B;
}
.TagClassName
{
border-color: #FB452B;
}
</style>