Shades of Red Orange #FE3C30
Tints of Red Orange #FE3C30
RGB
CMYK
RGB Variations
Color information
#FE3C30 (or 0xFE3C30) is known color: Red Orange. HEX triplet: FE, 3C and 30. RGB value is (254,60,48). Sum of RGB (Red+Green+Blue) = 254+60+48=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C30 is #01C3CF. Grayscale: #747474. Windows color (decimal): -115664 or 3161342. OLE color: 3161342.
HSL color Cylindrical-coordinate representation of color #FE3C30: hue angle of 3.5º 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 #FE3C30 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 48 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.00 |
| HSL | 3.5º | 0.99% | 0.59% | - |
| HSV(B) | 3.5º | 0.81% | 1% | - |
| XYZ | 43.02 | 24.52 | 5.26 | - |
| YUV | 116.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 48 | 0 | 0.76 | 0.81 | 0.00 | 3.5 | 0.99 | 0.59 |
| Hex | FE | 3C | 30 | 0 | 4C | 51 | 0 | 3 | 63 | 3B |
| Octal | 376 | 74 | 60 | 0 | 114 | 121 | 0 | 3 | 143 | 73 |
| Binary | 11111110 | 111100 | 110000 | 0 | 1001100 | 1010001 | 0 | 11 | 1100011 | 111011 |
Color Harmonies of #FE3C30
Complementary color
Monochromatic Colors of #FE3C30
Black with #FE3C30
Text Example
Text Example
White with #FE3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C30; }
p { color: rgb(254,60,48); }
H1.HeaderClassName
{
color: #FE3C30;
}
.AnyTagClassName
{
color: #FE3C30;
}
</style>
background-color css
<style>
a { background-color: #FE3C30; }
a { background-color: rgb(254,60,48); }
div.DivClassName
{
background-color: #FE3C30;
}
.BgClassName
{
background-color: #FE3C30;
}
</style>
border-color css
<style>
span { border-color: #FE3C30; }
span { border-color: rgb(254,60,48); }
td.TdClassName
{
border-color: #FE3C30;
}
.TagClassName
{
border-color: #FE3C30;
}
</style>