Shades of Orange Red #FE3702
Tints of Orange Red #FE3702
RGB
CMYK
RGB Variations
Color information
#FE3702 (or 0xFE3702) is known color: Orange Red. HEX triplet: FE, 37 and 02. RGB value is (254,55,2). Sum of RGB (Red+Green+Blue) = 254+55+2=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3702 is #01C8FD. Grayscale: #6C6C6C. Windows color (decimal): -116990 or 145406. OLE color: 145406.
HSL color Cylindrical-coordinate representation of color #FE3702: hue angle of 12.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE3702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.00 |
| HSL | 12.62º | 0.99% | 0.5% | - |
| HSV(B) | 12.62º | 0.99% | 1% | - |
| XYZ | 42.25 | 23.81 | 2.43 | - |
| YUV | 108.46 | 67.93 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 2 | 0 | 0.78 | 0.99 | 0.00 | 12.62 | 0.99 | 0.5 |
| Hex | FE | 37 | 2 | 0 | 4E | 63 | 0 | D | 63 | 32 |
| Octal | 376 | 67 | 2 | 0 | 116 | 143 | 0 | 15 | 143 | 62 |
| Binary | 11111110 | 110111 | 10 | 0 | 1001110 | 1100011 | 0 | 1101 | 1100011 | 110010 |
Color Harmonies of #FE3702
Complementary color
Monochromatic Colors of #FE3702
Black with #FE3702
Text Example
Text Example
White with #FE3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3702; }
p { color: rgb(254,55,2); }
H1.HeaderClassName
{
color: #FE3702;
}
.AnyTagClassName
{
color: #FE3702;
}
</style>
background-color css
<style>
a { background-color: #FE3702; }
a { background-color: rgb(254,55,2); }
div.DivClassName
{
background-color: #FE3702;
}
.BgClassName
{
background-color: #FE3702;
}
</style>
border-color css
<style>
span { border-color: #FE3702; }
span { border-color: rgb(254,55,2); }
td.TdClassName
{
border-color: #FE3702;
}
.TagClassName
{
border-color: #FE3702;
}
</style>