Shades of Orange Red #FE3502
Tints of Orange Red #FE3502
RGB
CMYK
RGB Variations
Color information
#FE3502 (or 0xFE3502) is known color: Orange Red. HEX triplet: FE, 35 and 02. RGB value is (254,53,2). Sum of RGB (Red+Green+Blue) = 254+53+2=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3502 is #01CAFD. Grayscale: #6B6B6B. Windows color (decimal): -117502 or 144894. OLE color: 144894.
HSL color Cylindrical-coordinate representation of color #FE3502: hue angle of 12.14º 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 #FE3502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.00 |
| HSL | 12.14º | 0.99% | 0.5% | - |
| HSV(B) | 12.14º | 0.99% | 1% | - |
| XYZ | 42.16 | 23.62 | 2.39 | - |
| YUV | 107.29 | 68.59 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 2 | 0 | 0.79 | 0.99 | 0.00 | 12.14 | 0.99 | 0.5 |
| Hex | FE | 35 | 2 | 0 | 4F | 63 | 0 | C | 63 | 32 |
| Octal | 376 | 65 | 2 | 0 | 117 | 143 | 0 | 14 | 143 | 62 |
| Binary | 11111110 | 110101 | 10 | 0 | 1001111 | 1100011 | 0 | 1100 | 1100011 | 110010 |
Color Harmonies of #FE3502
Complementary color
Monochromatic Colors of #FE3502
Black with #FE3502
Text Example
Text Example
White with #FE3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3502; }
p { color: rgb(254,53,2); }
H1.HeaderClassName
{
color: #FE3502;
}
.AnyTagClassName
{
color: #FE3502;
}
</style>
background-color css
<style>
a { background-color: #FE3502; }
a { background-color: rgb(254,53,2); }
div.DivClassName
{
background-color: #FE3502;
}
.BgClassName
{
background-color: #FE3502;
}
</style>
border-color css
<style>
span { border-color: #FE3502; }
span { border-color: rgb(254,53,2); }
td.TdClassName
{
border-color: #FE3502;
}
.TagClassName
{
border-color: #FE3502;
}
</style>