Shades of Red Orange #FE2F1C
Tints of Red Orange #FE2F1C
RGB
CMYK
RGB Variations
Color information
#FE2F1C (or 0xFE2F1C) is known color: Red Orange. HEX triplet: FE, 2F and 1C. RGB value is (254,47,28). Sum of RGB (Red+Green+Blue) = 254+47+28=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F1C is #01D0E3. Grayscale: #6B6B6B. Windows color (decimal): -119012 or 1847294. OLE color: 1847294.
HSL color Cylindrical-coordinate representation of color #FE2F1C: hue angle of 5.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE2F1C is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 28 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.00 |
| HSL | 5.04º | 0.99% | 0.55% | - |
| HSV(B) | 5.04º | 0.89% | 1% | - |
| XYZ | 42.1 | 23.19 | 3.36 | - |
| YUV | 106.73 | 83.58 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 28 | 0 | 0.81 | 0.89 | 0.00 | 5.04 | 0.99 | 0.55 |
| Hex | FE | 2F | 1C | 0 | 51 | 59 | 0 | 5 | 63 | 37 |
| Octal | 376 | 57 | 34 | 0 | 121 | 131 | 0 | 5 | 143 | 67 |
| Binary | 11111110 | 101111 | 11100 | 0 | 1010001 | 1011001 | 0 | 101 | 1100011 | 110111 |
Color Harmonies of #FE2F1C
Complementary color
Monochromatic Colors of #FE2F1C
Black with #FE2F1C
Text Example
Text Example
White with #FE2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F1C; }
p { color: rgb(254,47,28); }
H1.HeaderClassName
{
color: #FE2F1C;
}
.AnyTagClassName
{
color: #FE2F1C;
}
</style>
background-color css
<style>
a { background-color: #FE2F1C; }
a { background-color: rgb(254,47,28); }
div.DivClassName
{
background-color: #FE2F1C;
}
.BgClassName
{
background-color: #FE2F1C;
}
</style>
border-color css
<style>
span { border-color: #FE2F1C; }
span { border-color: rgb(254,47,28); }
td.TdClassName
{
border-color: #FE2F1C;
}
.TagClassName
{
border-color: #FE2F1C;
}
</style>