Shades of Red Orange #FB451D
Tints of Red Orange #FB451D
RGB
CMYK
RGB Variations
Color information
#FB451D (or 0xFB451D) is known color: Red Orange. HEX triplet: FB, 45 and 1D. RGB value is (251,69,29). Sum of RGB (Red+Green+Blue) = 251+69+29=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB451D is #04BAE2. Grayscale: #777777. Windows color (decimal): -309987 or 1918459. OLE color: 1918459.
HSL color Cylindrical-coordinate representation of color #FB451D: hue angle of 10.81º 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 #FB451D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.02 |
| HSL | 10.81º | 0.97% | 0.55% | - |
| HSV(B) | 10.81º | 0.88% | 0.98% | - |
| XYZ | 42.13 | 24.85 | 3.74 | - |
| YUV | 118.86 | 77.3 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 29 | 0 | 0.73 | 0.88 | 0.02 | 10.81 | 0.97 | 0.55 |
| Hex | FB | 45 | 1D | 0 | 49 | 58 | 2 | B | 61 | 37 |
| Octal | 373 | 105 | 35 | 0 | 111 | 130 | 2 | 13 | 141 | 67 |
| Binary | 11111011 | 1000101 | 11101 | 0 | 1001001 | 1011000 | 10 | 1011 | 1100001 | 110111 |
Color Harmonies of #FB451D
Complementary color
Monochromatic Colors of #FB451D
Black with #FB451D
Text Example
Text Example
White with #FB451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB451D; }
p { color: rgb(251,69,29); }
H1.HeaderClassName
{
color: #FB451D;
}
.AnyTagClassName
{
color: #FB451D;
}
</style>
background-color css
<style>
a { background-color: #FB451D; }
a { background-color: rgb(251,69,29); }
div.DivClassName
{
background-color: #FB451D;
}
.BgClassName
{
background-color: #FB451D;
}
</style>
border-color css
<style>
span { border-color: #FB451D; }
span { border-color: rgb(251,69,29); }
td.TdClassName
{
border-color: #FB451D;
}
.TagClassName
{
border-color: #FB451D;
}
</style>