Shades of Red Orange #FE3F30
Tints of Red Orange #FE3F30
RGB
CMYK
RGB Variations
Color information
#FE3F30 (or 0xFE3F30) is known color: Red Orange. HEX triplet: FE, 3F and 30. RGB value is (254,63,48). Sum of RGB (Red+Green+Blue) = 254+63+48=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F30 is #01C0CF. Grayscale: #767676. Windows color (decimal): -114896 or 3162110. OLE color: 3162110.
HSL color Cylindrical-coordinate representation of color #FE3F30: hue angle of 4.37º 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 #FE3F30 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 48 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.00 |
| HSL | 4.37º | 0.99% | 0.59% | - |
| HSV(B) | 4.37º | 0.81% | 1% | - |
| XYZ | 43.18 | 24.84 | 5.31 | - |
| YUV | 118.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 48 | 0 | 0.75 | 0.81 | 0.00 | 4.37 | 0.99 | 0.59 |
| Hex | FE | 3F | 30 | 0 | 4B | 51 | 0 | 4 | 63 | 3B |
| Octal | 376 | 77 | 60 | 0 | 113 | 121 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 111111 | 110000 | 0 | 1001011 | 1010001 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE3F30
Complementary color
Monochromatic Colors of #FE3F30
Black with #FE3F30
Text Example
Text Example
White with #FE3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F30; }
p { color: rgb(254,63,48); }
H1.HeaderClassName
{
color: #FE3F30;
}
.AnyTagClassName
{
color: #FE3F30;
}
</style>
background-color css
<style>
a { background-color: #FE3F30; }
a { background-color: rgb(254,63,48); }
div.DivClassName
{
background-color: #FE3F30;
}
.BgClassName
{
background-color: #FE3F30;
}
</style>
border-color css
<style>
span { border-color: #FE3F30; }
span { border-color: rgb(254,63,48); }
td.TdClassName
{
border-color: #FE3F30;
}
.TagClassName
{
border-color: #FE3F30;
}
</style>