Shades of Orange Red #FE4507
Tints of Orange Red #FE4507
RGB
CMYK
RGB Variations
Color information
#FE4507 (or 0xFE4507) is known color: Orange Red. HEX triplet: FE, 45 and 07. RGB value is (254,69,7). Sum of RGB (Red+Green+Blue) = 254+69+7=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4507 is #01BAF8. Grayscale: #757575. Windows color (decimal): -113401 or 476670. OLE color: 476670.
HSL color Cylindrical-coordinate representation of color #FE4507: hue angle of 15.06º 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 #FE4507 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.00 |
| HSL | 15.06º | 0.99% | 0.51% | - |
| HSV(B) | 15.06º | 0.97% | 1% | - |
| XYZ | 43.04 | 25.34 | 2.82 | - |
| YUV | 117.25 | 65.79 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 7 | 0 | 0.73 | 0.97 | 0.00 | 15.06 | 0.99 | 0.51 |
| Hex | FE | 45 | 7 | 0 | 49 | 61 | 0 | F | 63 | 33 |
| Octal | 376 | 105 | 7 | 0 | 111 | 141 | 0 | 17 | 143 | 63 |
| Binary | 11111110 | 1000101 | 111 | 0 | 1001001 | 1100001 | 0 | 1111 | 1100011 | 110011 |
Color Harmonies of #FE4507
Complementary color
Monochromatic Colors of #FE4507
Black with #FE4507
Text Example
Text Example
White with #FE4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4507; }
p { color: rgb(254,69,7); }
H1.HeaderClassName
{
color: #FE4507;
}
.AnyTagClassName
{
color: #FE4507;
}
</style>
background-color css
<style>
a { background-color: #FE4507; }
a { background-color: rgb(254,69,7); }
div.DivClassName
{
background-color: #FE4507;
}
.BgClassName
{
background-color: #FE4507;
}
</style>
border-color css
<style>
span { border-color: #FE4507; }
span { border-color: rgb(254,69,7); }
td.TdClassName
{
border-color: #FE4507;
}
.TagClassName
{
border-color: #FE4507;
}
</style>