Shades of Orange Red #FE4306
Tints of Orange Red #FE4306
RGB
CMYK
RGB Variations
Color information
#FE4306 (or 0xFE4306) is known color: Orange Red. HEX triplet: FE, 43 and 06. RGB value is (254,67,6). Sum of RGB (Red+Green+Blue) = 254+67+6=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4306 is #01BCF9. Grayscale: #747474. Windows color (decimal): -113914 or 410622. OLE color: 410622.
HSL color Cylindrical-coordinate representation of color #FE4306: hue angle of 14.76º 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 #FE4306 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.00 |
| HSL | 14.76º | 0.99% | 0.51% | - |
| HSV(B) | 14.76º | 0.98% | 1% | - |
| XYZ | 42.91 | 25.1 | 2.75 | - |
| YUV | 115.96 | 65.95 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 6 | 0 | 0.74 | 0.98 | 0.00 | 14.76 | 0.99 | 0.51 |
| Hex | FE | 43 | 6 | 0 | 4A | 62 | 0 | F | 63 | 33 |
| Octal | 376 | 103 | 6 | 0 | 112 | 142 | 0 | 17 | 143 | 63 |
| Binary | 11111110 | 1000011 | 110 | 0 | 1001010 | 1100010 | 0 | 1111 | 1100011 | 110011 |
Color Harmonies of #FE4306
Complementary color
Monochromatic Colors of #FE4306
Black with #FE4306
Text Example
Text Example
White with #FE4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4306; }
p { color: rgb(254,67,6); }
H1.HeaderClassName
{
color: #FE4306;
}
.AnyTagClassName
{
color: #FE4306;
}
</style>
background-color css
<style>
a { background-color: #FE4306; }
a { background-color: rgb(254,67,6); }
div.DivClassName
{
background-color: #FE4306;
}
.BgClassName
{
background-color: #FE4306;
}
</style>
border-color css
<style>
span { border-color: #FE4306; }
span { border-color: rgb(254,67,6); }
td.TdClassName
{
border-color: #FE4306;
}
.TagClassName
{
border-color: #FE4306;
}
</style>