Shades of Orange Red #FE3706
Tints of Orange Red #FE3706
RGB
CMYK
RGB Variations
Color information
#FE3706 (or 0xFE3706) is known color: Orange Red. HEX triplet: FE, 37 and 06. RGB value is (254,55,6). Sum of RGB (Red+Green+Blue) = 254+55+6=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3706 is #01C8F9. Grayscale: #6D6D6D. Windows color (decimal): -116986 or 407550. OLE color: 407550.
HSL color Cylindrical-coordinate representation of color #FE3706: hue angle of 11.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3706 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 6 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.00 |
| HSL | 11.85º | 0.99% | 0.51% | - |
| HSV(B) | 11.85º | 0.98% | 1% | - |
| XYZ | 42.27 | 23.82 | 2.54 | - |
| YUV | 108.92 | 69.93 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 6 | 0 | 0.78 | 0.98 | 0.00 | 11.85 | 0.99 | 0.51 |
| Hex | FE | 37 | 6 | 0 | 4E | 62 | 0 | C | 63 | 33 |
| Octal | 376 | 67 | 6 | 0 | 116 | 142 | 0 | 14 | 143 | 63 |
| Binary | 11111110 | 110111 | 110 | 0 | 1001110 | 1100010 | 0 | 1100 | 1100011 | 110011 |
Color Harmonies of #FE3706
Complementary color
Monochromatic Colors of #FE3706
Black with #FE3706
Text Example
Text Example
White with #FE3706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3706; }
p { color: rgb(254,55,6); }
H1.HeaderClassName
{
color: #FE3706;
}
.AnyTagClassName
{
color: #FE3706;
}
</style>
background-color css
<style>
a { background-color: #FE3706; }
a { background-color: rgb(254,55,6); }
div.DivClassName
{
background-color: #FE3706;
}
.BgClassName
{
background-color: #FE3706;
}
</style>
border-color css
<style>
span { border-color: #FE3706; }
span { border-color: rgb(254,55,6); }
td.TdClassName
{
border-color: #FE3706;
}
.TagClassName
{
border-color: #FE3706;
}
</style>