Shades of Red Orange #FB3E2D
Tints of Red Orange #FB3E2D
RGB
CMYK
RGB Variations
Color information
#FB3E2D (or 0xFB3E2D) is known color: Red Orange. HEX triplet: FB, 3E and 2D. RGB value is (251,62,45). Sum of RGB (Red+Green+Blue) = 251+62+45=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E2D is #04C1D2. Grayscale: #747474. Windows color (decimal): -311763 or 2965243. OLE color: 2965243.
HSL color Cylindrical-coordinate representation of color #FB3E2D: hue angle of 4.95º 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 #FB3E2D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.02 |
| HSL | 4.95º | 0.96% | 0.58% | - |
| HSV(B) | 4.95º | 0.82% | 0.98% | - |
| XYZ | 41.98 | 24.14 | 4.93 | - |
| YUV | 116.57 | 87.62 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 45 | 0 | 0.75 | 0.82 | 0.02 | 4.95 | 0.96 | 0.58 |
| Hex | FB | 3E | 2D | 0 | 4B | 52 | 2 | 5 | 60 | 3A |
| Octal | 373 | 76 | 55 | 0 | 113 | 122 | 2 | 5 | 140 | 72 |
| Binary | 11111011 | 111110 | 101101 | 0 | 1001011 | 1010010 | 10 | 101 | 1100000 | 111010 |
Color Harmonies of #FB3E2D
Complementary color
Monochromatic Colors of #FB3E2D
Black with #FB3E2D
Text Example
Text Example
White with #FB3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E2D; }
p { color: rgb(251,62,45); }
H1.HeaderClassName
{
color: #FB3E2D;
}
.AnyTagClassName
{
color: #FB3E2D;
}
</style>
background-color css
<style>
a { background-color: #FB3E2D; }
a { background-color: rgb(251,62,45); }
div.DivClassName
{
background-color: #FB3E2D;
}
.BgClassName
{
background-color: #FB3E2D;
}
</style>
border-color css
<style>
span { border-color: #FB3E2D; }
span { border-color: rgb(251,62,45); }
td.TdClassName
{
border-color: #FB3E2D;
}
.TagClassName
{
border-color: #FB3E2D;
}
</style>