Shades of Orange Red #FE4307
Tints of Orange Red #FE4307
RGB
CMYK
RGB Variations
Color information
#FE4307 (or 0xFE4307) is known color: Orange Red. HEX triplet: FE, 43 and 07. RGB value is (254,67,7). Sum of RGB (Red+Green+Blue) = 254+67+7=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4307 is #01BCF8. Grayscale: #747474. Windows color (decimal): -113913 or 476158. OLE color: 476158.
HSL color Cylindrical-coordinate representation of color #FE4307: hue angle of 14.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE4307 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.00 |
| HSL | 14.57º | 0.99% | 0.51% | - |
| HSV(B) | 14.57º | 0.97% | 1% | - |
| XYZ | 42.92 | 25.1 | 2.78 | - |
| YUV | 116.07 | 66.45 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 7 | 0 | 0.74 | 0.97 | 0.00 | 14.57 | 0.99 | 0.51 |
| Hex | FE | 43 | 7 | 0 | 4A | 61 | 0 | F | 63 | 33 |
| Octal | 376 | 103 | 7 | 0 | 112 | 141 | 0 | 17 | 143 | 63 |
| Binary | 11111110 | 1000011 | 111 | 0 | 1001010 | 1100001 | 0 | 1111 | 1100011 | 110011 |
Color Harmonies of #FE4307
Complementary color
Monochromatic Colors of #FE4307
Black with #FE4307
Text Example
Text Example
White with #FE4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4307; }
p { color: rgb(254,67,7); }
H1.HeaderClassName
{
color: #FE4307;
}
.AnyTagClassName
{
color: #FE4307;
}
</style>
background-color css
<style>
a { background-color: #FE4307; }
a { background-color: rgb(254,67,7); }
div.DivClassName
{
background-color: #FE4307;
}
.BgClassName
{
background-color: #FE4307;
}
</style>
border-color css
<style>
span { border-color: #FE4307; }
span { border-color: rgb(254,67,7); }
td.TdClassName
{
border-color: #FE4307;
}
.TagClassName
{
border-color: #FE4307;
}
</style>