Shades of Red Orange #FB3E2A
Tints of Red Orange #FB3E2A
RGB
CMYK
RGB Variations
Color information
#FB3E2A (or 0xFB3E2A) is known color: Red Orange. HEX triplet: FB, 3E and 2A. RGB value is (251,62,42). Sum of RGB (Red+Green+Blue) = 251+62+42=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E2A is #04C1D5. Grayscale: #747474. Windows color (decimal): -311766 or 2768635. OLE color: 2768635.
HSL color Cylindrical-coordinate representation of color #FB3E2A: hue angle of 5.74º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB3E2A is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 42 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.02 |
| HSL | 5.74º | 0.96% | 0.57% | - |
| HSV(B) | 5.74º | 0.83% | 0.98% | - |
| XYZ | 41.92 | 24.12 | 4.64 | - |
| YUV | 116.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 42 | 0 | 0.75 | 0.83 | 0.02 | 5.74 | 0.96 | 0.57 |
| Hex | FB | 3E | 2A | 0 | 4B | 53 | 2 | 6 | 60 | 39 |
| Octal | 373 | 76 | 52 | 0 | 113 | 123 | 2 | 6 | 140 | 71 |
| Binary | 11111011 | 111110 | 101010 | 0 | 1001011 | 1010011 | 10 | 110 | 1100000 | 111001 |
Color Harmonies of #FB3E2A
Complementary color
Monochromatic Colors of #FB3E2A
Black with #FB3E2A
Text Example
Text Example
White with #FB3E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E2A; }
p { color: rgb(251,62,42); }
H1.HeaderClassName
{
color: #FB3E2A;
}
.AnyTagClassName
{
color: #FB3E2A;
}
</style>
background-color css
<style>
a { background-color: #FB3E2A; }
a { background-color: rgb(251,62,42); }
div.DivClassName
{
background-color: #FB3E2A;
}
.BgClassName
{
background-color: #FB3E2A;
}
</style>
border-color css
<style>
span { border-color: #FB3E2A; }
span { border-color: rgb(251,62,42); }
td.TdClassName
{
border-color: #FB3E2A;
}
.TagClassName
{
border-color: #FB3E2A;
}
</style>