Shades of Red Orange #FB3E2F
Tints of Red Orange #FB3E2F
RGB
CMYK
RGB Variations
Color information
#FB3E2F (or 0xFB3E2F) is known color: Red Orange. HEX triplet: FB, 3E and 2F. RGB value is (251,62,47). Sum of RGB (Red+Green+Blue) = 251+62+47=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E2F is #04C1D0. Grayscale: #757575. Windows color (decimal): -311761 or 3096315. OLE color: 3096315.
HSL color Cylindrical-coordinate representation of color #FB3E2F: hue angle of 4.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB3E2F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 47 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.02 |
| HSL | 4.41º | 0.96% | 0.58% | - |
| HSV(B) | 4.41º | 0.81% | 0.98% | - |
| XYZ | 42.02 | 24.16 | 5.14 | - |
| YUV | 116.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 47 | 0 | 0.75 | 0.81 | 0.02 | 4.41 | 0.96 | 0.58 |
| Hex | FB | 3E | 2F | 0 | 4B | 51 | 2 | 4 | 60 | 3A |
| Octal | 373 | 76 | 57 | 0 | 113 | 121 | 2 | 4 | 140 | 72 |
| Binary | 11111011 | 111110 | 101111 | 0 | 1001011 | 1010001 | 10 | 100 | 1100000 | 111010 |
Color Harmonies of #FB3E2F
Complementary color
Monochromatic Colors of #FB3E2F
Black with #FB3E2F
Text Example
Text Example
White with #FB3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E2F; }
p { color: rgb(251,62,47); }
H1.HeaderClassName
{
color: #FB3E2F;
}
.AnyTagClassName
{
color: #FB3E2F;
}
</style>
background-color css
<style>
a { background-color: #FB3E2F; }
a { background-color: rgb(251,62,47); }
div.DivClassName
{
background-color: #FB3E2F;
}
.BgClassName
{
background-color: #FB3E2F;
}
</style>
border-color css
<style>
span { border-color: #FB3E2F; }
span { border-color: rgb(251,62,47); }
td.TdClassName
{
border-color: #FB3E2F;
}
.TagClassName
{
border-color: #FB3E2F;
}
</style>