Shades of Red Orange #FB3622
Tints of Red Orange #FB3622
RGB
CMYK
RGB Variations
Color information
#FB3622 (or 0xFB3622) is known color: Red Orange. HEX triplet: FB, 36 and 22. RGB value is (251,54,34). Sum of RGB (Red+Green+Blue) = 251+54+34=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3622 is #04C9DD. Grayscale: #6E6E6E. Windows color (decimal): -313822 or 2242299. OLE color: 2242299.
HSL color Cylindrical-coordinate representation of color #FB3622: hue angle of 5.53º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB3622 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 34 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.02 |
| HSL | 5.53º | 0.96% | 0.56% | - |
| HSV(B) | 5.53º | 0.86% | 0.98% | - |
| XYZ | 41.39 | 23.26 | 3.82 | - |
| YUV | 110.62 | 84.77 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 34 | 0 | 0.78 | 0.86 | 0.02 | 5.53 | 0.96 | 0.56 |
| Hex | FB | 36 | 22 | 0 | 4E | 56 | 2 | 6 | 60 | 38 |
| Octal | 373 | 66 | 42 | 0 | 116 | 126 | 2 | 6 | 140 | 70 |
| Binary | 11111011 | 110110 | 100010 | 0 | 1001110 | 1010110 | 10 | 110 | 1100000 | 111000 |
Color Harmonies of #FB3622
Complementary color
Monochromatic Colors of #FB3622
Black with #FB3622
Text Example
Text Example
White with #FB3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3622; }
p { color: rgb(251,54,34); }
H1.HeaderClassName
{
color: #FB3622;
}
.AnyTagClassName
{
color: #FB3622;
}
</style>
background-color css
<style>
a { background-color: #FB3622; }
a { background-color: rgb(251,54,34); }
div.DivClassName
{
background-color: #FB3622;
}
.BgClassName
{
background-color: #FB3622;
}
</style>
border-color css
<style>
span { border-color: #FB3622; }
span { border-color: rgb(251,54,34); }
td.TdClassName
{
border-color: #FB3622;
}
.TagClassName
{
border-color: #FB3622;
}
</style>