Shades of Orange Red #FE450B
Tints of Orange Red #FE450B
RGB
CMYK
RGB Variations
Color information
#FE450B (or 0xFE450B) is known color: Orange Red. HEX triplet: FE, 45 and 0B. RGB value is (254,69,11). Sum of RGB (Red+Green+Blue) = 254+69+11=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE450B is #01BAF4. Grayscale: #767676. Windows color (decimal): -113397 or 738814. OLE color: 738814.
HSL color Cylindrical-coordinate representation of color #FE450B: hue angle of 14.32º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE450B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.00 |
| HSL | 14.32º | 0.99% | 0.52% | - |
| HSV(B) | 14.32º | 0.96% | 1% | - |
| XYZ | 43.06 | 25.35 | 2.94 | - |
| YUV | 117.7 | 67.79 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 11 | 0 | 0.73 | 0.96 | 0.00 | 14.32 | 0.99 | 0.52 |
| Hex | FE | 45 | B | 0 | 49 | 60 | 0 | E | 63 | 34 |
| Octal | 376 | 105 | 13 | 0 | 111 | 140 | 0 | 16 | 143 | 64 |
| Binary | 11111110 | 1000101 | 1011 | 0 | 1001001 | 1100000 | 0 | 1110 | 1100011 | 110100 |
Color Harmonies of #FE450B
Complementary color
Monochromatic Colors of #FE450B
Black with #FE450B
Text Example
Text Example
White with #FE450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE450B; }
p { color: rgb(254,69,11); }
H1.HeaderClassName
{
color: #FE450B;
}
.AnyTagClassName
{
color: #FE450B;
}
</style>
background-color css
<style>
a { background-color: #FE450B; }
a { background-color: rgb(254,69,11); }
div.DivClassName
{
background-color: #FE450B;
}
.BgClassName
{
background-color: #FE450B;
}
</style>
border-color css
<style>
span { border-color: #FE450B; }
span { border-color: rgb(254,69,11); }
td.TdClassName
{
border-color: #FE450B;
}
.TagClassName
{
border-color: #FE450B;
}
</style>