Shades of Red Orange #FB3E34
Tints of Red Orange #FB3E34
RGB
CMYK
RGB Variations
Color information
#FB3E34 (or 0xFB3E34) is known color: Red Orange. HEX triplet: FB, 3E and 34. RGB value is (251,62,52). Sum of RGB (Red+Green+Blue) = 251+62+52=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E34 is #04C1CB. Grayscale: #757575. Windows color (decimal): -311756 or 3423995. OLE color: 3423995.
HSL color Cylindrical-coordinate representation of color #FB3E34: hue angle of 3.02º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3E34 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 52 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.02 |
| HSL | 3.02º | 0.96% | 0.59% | - |
| HSV(B) | 3.02º | 0.79% | 0.98% | - |
| XYZ | 42.13 | 24.2 | 5.7 | - |
| YUV | 117.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 52 | 0 | 0.75 | 0.79 | 0.02 | 3.02 | 0.96 | 0.59 |
| Hex | FB | 3E | 34 | 0 | 4B | 4F | 2 | 3 | 60 | 3B |
| Octal | 373 | 76 | 64 | 0 | 113 | 117 | 2 | 3 | 140 | 73 |
| Binary | 11111011 | 111110 | 110100 | 0 | 1001011 | 1001111 | 10 | 11 | 1100000 | 111011 |
Color Harmonies of #FB3E34
Complementary color
Monochromatic Colors of #FB3E34
Black with #FB3E34
Text Example
Text Example
White with #FB3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E34; }
p { color: rgb(251,62,52); }
H1.HeaderClassName
{
color: #FB3E34;
}
.AnyTagClassName
{
color: #FB3E34;
}
</style>
background-color css
<style>
a { background-color: #FB3E34; }
a { background-color: rgb(251,62,52); }
div.DivClassName
{
background-color: #FB3E34;
}
.BgClassName
{
background-color: #FB3E34;
}
</style>
border-color css
<style>
span { border-color: #FB3E34; }
span { border-color: rgb(251,62,52); }
td.TdClassName
{
border-color: #FB3E34;
}
.TagClassName
{
border-color: #FB3E34;
}
</style>