Shades of Red Orange #FE4330
Tints of Red Orange #FE4330
RGB
CMYK
RGB Variations
Color information
#FE4330 (or 0xFE4330) is known color: Red Orange. HEX triplet: FE, 43 and 30. RGB value is (254,67,48). Sum of RGB (Red+Green+Blue) = 254+67+48=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4330 is #01BCCF. Grayscale: #797979. Windows color (decimal): -113872 or 3163134. OLE color: 3163134.
HSL color Cylindrical-coordinate representation of color #FE4330: hue angle of 5.53º 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 #FE4330 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 48 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.00 |
| HSL | 5.53º | 0.99% | 0.59% | - |
| HSV(B) | 5.53º | 0.81% | 1% | - |
| XYZ | 43.41 | 25.3 | 5.39 | - |
| YUV | 120.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 48 | 0 | 0.74 | 0.81 | 0.00 | 5.53 | 0.99 | 0.59 |
| Hex | FE | 43 | 30 | 0 | 4A | 51 | 0 | 6 | 63 | 3B |
| Octal | 376 | 103 | 60 | 0 | 112 | 121 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000011 | 110000 | 0 | 1001010 | 1010001 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE4330
Complementary color
Monochromatic Colors of #FE4330
Black with #FE4330
Text Example
Text Example
White with #FE4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4330; }
p { color: rgb(254,67,48); }
H1.HeaderClassName
{
color: #FE4330;
}
.AnyTagClassName
{
color: #FE4330;
}
</style>
background-color css
<style>
a { background-color: #FE4330; }
a { background-color: rgb(254,67,48); }
div.DivClassName
{
background-color: #FE4330;
}
.BgClassName
{
background-color: #FE4330;
}
</style>
border-color css
<style>
span { border-color: #FE4330; }
span { border-color: rgb(254,67,48); }
td.TdClassName
{
border-color: #FE4330;
}
.TagClassName
{
border-color: #FE4330;
}
</style>