Shades of Red Orange #FE4530
Tints of Red Orange #FE4530
RGB
CMYK
RGB Variations
Color information
#FE4530 (or 0xFE4530) is known color: Red Orange. HEX triplet: FE, 45 and 30. RGB value is (254,69,48). Sum of RGB (Red+Green+Blue) = 254+69+48=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4530 is #01BACF. Grayscale: #7A7A7A. Windows color (decimal): -113360 or 3163646. OLE color: 3163646.
HSL color Cylindrical-coordinate representation of color #FE4530: hue angle of 6.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE4530 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 48 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.00 |
| HSL | 6.12º | 0.99% | 0.59% | - |
| HSV(B) | 6.12º | 0.81% | 1% | - |
| XYZ | 43.53 | 25.54 | 5.43 | - |
| YUV | 121.92 | 86.29 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 48 | 0 | 0.73 | 0.81 | 0.00 | 6.12 | 0.99 | 0.59 |
| Hex | FE | 45 | 30 | 0 | 49 | 51 | 0 | 6 | 63 | 3B |
| Octal | 376 | 105 | 60 | 0 | 111 | 121 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000101 | 110000 | 0 | 1001001 | 1010001 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE4530
Complementary color
Monochromatic Colors of #FE4530
Black with #FE4530
Text Example
Text Example
White with #FE4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4530; }
p { color: rgb(254,69,48); }
H1.HeaderClassName
{
color: #FE4530;
}
.AnyTagClassName
{
color: #FE4530;
}
</style>
background-color css
<style>
a { background-color: #FE4530; }
a { background-color: rgb(254,69,48); }
div.DivClassName
{
background-color: #FE4530;
}
.BgClassName
{
background-color: #FE4530;
}
</style>
border-color css
<style>
span { border-color: #FE4530; }
span { border-color: rgb(254,69,48); }
td.TdClassName
{
border-color: #FE4530;
}
.TagClassName
{
border-color: #FE4530;
}
</style>