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