Shades of Red Orange #FE3830
Tints of Red Orange #FE3830
RGB
CMYK
RGB Variations
Color information
#FE3830 (or 0xFE3830) is known color: Red Orange. HEX triplet: FE, 38 and 30. RGB value is (254,56,48). Sum of RGB (Red+Green+Blue) = 254+56+48=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3830 is #01C7CF. Grayscale: #727272. Windows color (decimal): -116688 or 3160318. OLE color: 3160318.
HSL color Cylindrical-coordinate representation of color #FE3830: hue angle of 2.33º 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 #FE3830 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 48 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.00 |
| HSL | 2.33º | 0.99% | 0.59% | - |
| HSV(B) | 2.33º | 0.81% | 1% | - |
| XYZ | 42.82 | 24.11 | 5.19 | - |
| YUV | 114.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 48 | 0 | 0.78 | 0.81 | 0.00 | 2.33 | 0.99 | 0.59 |
| Hex | FE | 38 | 30 | 0 | 4E | 51 | 0 | 2 | 63 | 3B |
| Octal | 376 | 70 | 60 | 0 | 116 | 121 | 0 | 2 | 143 | 73 |
| Binary | 11111110 | 111000 | 110000 | 0 | 1001110 | 1010001 | 0 | 10 | 1100011 | 111011 |
Color Harmonies of #FE3830
Complementary color
Monochromatic Colors of #FE3830
Black with #FE3830
Text Example
Text Example
White with #FE3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3830; }
p { color: rgb(254,56,48); }
H1.HeaderClassName
{
color: #FE3830;
}
.AnyTagClassName
{
color: #FE3830;
}
</style>
background-color css
<style>
a { background-color: #FE3830; }
a { background-color: rgb(254,56,48); }
div.DivClassName
{
background-color: #FE3830;
}
.BgClassName
{
background-color: #FE3830;
}
</style>
border-color css
<style>
span { border-color: #FE3830; }
span { border-color: rgb(254,56,48); }
td.TdClassName
{
border-color: #FE3830;
}
.TagClassName
{
border-color: #FE3830;
}
</style>