Shades of Orange Red #FE360C
Tints of Orange Red #FE360C
RGB
CMYK
RGB Variations
Color information
#FE360C (or 0xFE360C) is known color: Orange Red. HEX triplet: FE, 36 and 0C. RGB value is (254,54,12). Sum of RGB (Red+Green+Blue) = 254+54+12=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE360C is #01C9F3. Grayscale: #6D6D6D. Windows color (decimal): -117236 or 800510. OLE color: 800510.
HSL color Cylindrical-coordinate representation of color #FE360C: hue angle of 10.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE360C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.00 |
| HSL | 10.41º | 0.99% | 0.52% | - |
| HSV(B) | 10.41º | 0.95% | 1% | - |
| XYZ | 42.26 | 23.74 | 2.7 | - |
| YUV | 109.01 | 73.26 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 12 | 0 | 0.79 | 0.95 | 0.00 | 10.41 | 0.99 | 0.52 |
| Hex | FE | 36 | C | 0 | 4F | 5F | 0 | A | 63 | 34 |
| Octal | 376 | 66 | 14 | 0 | 117 | 137 | 0 | 12 | 143 | 64 |
| Binary | 11111110 | 110110 | 1100 | 0 | 1001111 | 1011111 | 0 | 1010 | 1100011 | 110100 |
Color Harmonies of #FE360C
Complementary color
Monochromatic Colors of #FE360C
Black with #FE360C
Text Example
Text Example
White with #FE360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE360C; }
p { color: rgb(254,54,12); }
H1.HeaderClassName
{
color: #FE360C;
}
.AnyTagClassName
{
color: #FE360C;
}
</style>
background-color css
<style>
a { background-color: #FE360C; }
a { background-color: rgb(254,54,12); }
div.DivClassName
{
background-color: #FE360C;
}
.BgClassName
{
background-color: #FE360C;
}
</style>
border-color css
<style>
span { border-color: #FE360C; }
span { border-color: rgb(254,54,12); }
td.TdClassName
{
border-color: #FE360C;
}
.TagClassName
{
border-color: #FE360C;
}
</style>