Shades of Red Orange #FE3B32
Tints of Red Orange #FE3B32
RGB
CMYK
RGB Variations
Color information
#FE3B32 (or 0xFE3B32) is known color: Red Orange. HEX triplet: FE, 3B and 32. RGB value is (254,59,50). Sum of RGB (Red+Green+Blue) = 254+59+50=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3B32 is #01C4CD. Grayscale: #747474. Windows color (decimal): -115918 or 3292158. OLE color: 3292158.
HSL color Cylindrical-coordinate representation of color #FE3B32: hue angle of 2.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3B32 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 50 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.00 |
| HSL | 2.65º | 0.99% | 0.6% | - |
| HSV(B) | 2.65º | 0.8% | 1% | - |
| XYZ | 43.01 | 24.43 | 5.47 | - |
| YUV | 116.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 50 | 0 | 0.77 | 0.80 | 0.00 | 2.65 | 0.99 | 0.6 |
| Hex | FE | 3B | 32 | 0 | 4D | 50 | 0 | 3 | 63 | 3C |
| Octal | 376 | 73 | 62 | 0 | 115 | 120 | 0 | 3 | 143 | 74 |
| Binary | 11111110 | 111011 | 110010 | 0 | 1001101 | 1010000 | 0 | 11 | 1100011 | 111100 |
Color Harmonies of #FE3B32
Complementary color
Monochromatic Colors of #FE3B32
Black with #FE3B32
Text Example
Text Example
White with #FE3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B32; }
p { color: rgb(254,59,50); }
H1.HeaderClassName
{
color: #FE3B32;
}
.AnyTagClassName
{
color: #FE3B32;
}
</style>
background-color css
<style>
a { background-color: #FE3B32; }
a { background-color: rgb(254,59,50); }
div.DivClassName
{
background-color: #FE3B32;
}
.BgClassName
{
background-color: #FE3B32;
}
</style>
border-color css
<style>
span { border-color: #FE3B32; }
span { border-color: rgb(254,59,50); }
td.TdClassName
{
border-color: #FE3B32;
}
.TagClassName
{
border-color: #FE3B32;
}
</style>