Shades of Red Orange #FE452F
Tints of Red Orange #FE452F
RGB
CMYK
RGB Variations
Color information
#FE452F (or 0xFE452F) is known color: Red Orange. HEX triplet: FE, 45 and 2F. RGB value is (254,69,47). Sum of RGB (Red+Green+Blue) = 254+69+47=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE452F is #01BAD0. Grayscale: #7A7A7A. Windows color (decimal): -113361 or 3098110. OLE color: 3098110.
HSL color Cylindrical-coordinate representation of color #FE452F: hue angle of 6.38º 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 #FE452F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.00 |
| HSL | 6.38º | 0.99% | 0.59% | - |
| HSV(B) | 6.38º | 0.81% | 1% | - |
| XYZ | 43.51 | 25.53 | 5.32 | - |
| YUV | 121.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 47 | 0 | 0.73 | 0.81 | 0.00 | 6.38 | 0.99 | 0.59 |
| Hex | FE | 45 | 2F | 0 | 49 | 51 | 0 | 6 | 63 | 3B |
| Octal | 376 | 105 | 57 | 0 | 111 | 121 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000101 | 101111 | 0 | 1001001 | 1010001 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE452F
Complementary color
Monochromatic Colors of #FE452F
Black with #FE452F
Text Example
Text Example
White with #FE452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE452F; }
p { color: rgb(254,69,47); }
H1.HeaderClassName
{
color: #FE452F;
}
.AnyTagClassName
{
color: #FE452F;
}
</style>
background-color css
<style>
a { background-color: #FE452F; }
a { background-color: rgb(254,69,47); }
div.DivClassName
{
background-color: #FE452F;
}
.BgClassName
{
background-color: #FE452F;
}
</style>
border-color css
<style>
span { border-color: #FE452F; }
span { border-color: rgb(254,69,47); }
td.TdClassName
{
border-color: #FE452F;
}
.TagClassName
{
border-color: #FE452F;
}
</style>