Shades of Red Orange #FB4A2C
Tints of Red Orange #FB4A2C
RGB
CMYK
RGB Variations
Color information
#FB4A2C (or 0xFB4A2C) is known color: Red Orange. HEX triplet: FB, 4A and 2C. RGB value is (251,74,44). Sum of RGB (Red+Green+Blue) = 251+74+44=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A2C is #04B5D3. Grayscale: #7B7B7B. Windows color (decimal): -308692 or 2902779. OLE color: 2902779.
HSL color Cylindrical-coordinate representation of color #FB4A2C: hue angle of 8.7º 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 #FB4A2C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.02 |
| HSL | 8.7º | 0.96% | 0.58% | - |
| HSV(B) | 8.7º | 0.82% | 0.98% | - |
| XYZ | 42.69 | 25.59 | 5.07 | - |
| YUV | 123.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 44 | 0 | 0.71 | 0.82 | 0.02 | 8.7 | 0.96 | 0.58 |
| Hex | FB | 4A | 2C | 0 | 47 | 52 | 2 | 9 | 60 | 3A |
| Octal | 373 | 112 | 54 | 0 | 107 | 122 | 2 | 11 | 140 | 72 |
| Binary | 11111011 | 1001010 | 101100 | 0 | 1000111 | 1010010 | 10 | 1001 | 1100000 | 111010 |
Color Harmonies of #FB4A2C
Complementary color
Monochromatic Colors of #FB4A2C
Black with #FB4A2C
Text Example
Text Example
White with #FB4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A2C; }
p { color: rgb(251,74,44); }
H1.HeaderClassName
{
color: #FB4A2C;
}
.AnyTagClassName
{
color: #FB4A2C;
}
</style>
background-color css
<style>
a { background-color: #FB4A2C; }
a { background-color: rgb(251,74,44); }
div.DivClassName
{
background-color: #FB4A2C;
}
.BgClassName
{
background-color: #FB4A2C;
}
</style>
border-color css
<style>
span { border-color: #FB4A2C; }
span { border-color: rgb(251,74,44); }
td.TdClassName
{
border-color: #FB4A2C;
}
.TagClassName
{
border-color: #FB4A2C;
}
</style>