Shades of Orange Red #FE4302
Tints of Orange Red #FE4302
RGB
CMYK
RGB Variations
Color information
#FE4302 (or 0xFE4302) is known color: Orange Red. HEX triplet: FE, 43 and 02. RGB value is (254,67,2). Sum of RGB (Red+Green+Blue) = 254+67+2=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4302 is #01BCFD. Grayscale: #737373. Windows color (decimal): -113918 or 148478. OLE color: 148478.
HSL color Cylindrical-coordinate representation of color #FE4302: hue angle of 15.48º 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 #FE4302 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.00 |
| HSL | 15.48º | 0.99% | 0.5% | - |
| HSV(B) | 15.48º | 0.99% | 1% | - |
| XYZ | 42.89 | 25.09 | 2.64 | - |
| YUV | 115.5 | 63.95 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 2 | 0 | 0.74 | 0.99 | 0.00 | 15.48 | 0.99 | 0.5 |
| Hex | FE | 43 | 2 | 0 | 4A | 63 | 0 | F | 63 | 32 |
| Octal | 376 | 103 | 2 | 0 | 112 | 143 | 0 | 17 | 143 | 62 |
| Binary | 11111110 | 1000011 | 10 | 0 | 1001010 | 1100011 | 0 | 1111 | 1100011 | 110010 |
Color Harmonies of #FE4302
Complementary color
Monochromatic Colors of #FE4302
Black with #FE4302
Text Example
Text Example
White with #FE4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4302; }
p { color: rgb(254,67,2); }
H1.HeaderClassName
{
color: #FE4302;
}
.AnyTagClassName
{
color: #FE4302;
}
</style>
background-color css
<style>
a { background-color: #FE4302; }
a { background-color: rgb(254,67,2); }
div.DivClassName
{
background-color: #FE4302;
}
.BgClassName
{
background-color: #FE4302;
}
</style>
border-color css
<style>
span { border-color: #FE4302; }
span { border-color: rgb(254,67,2); }
td.TdClassName
{
border-color: #FE4302;
}
.TagClassName
{
border-color: #FE4302;
}
</style>