Shades of Red Orange #FC4136
Tints of Red Orange #FC4136
RGB
CMYK
RGB Variations
Color information
#FC4136 (or 0xFC4136) is known color: Red Orange. HEX triplet: FC, 41 and 36. RGB value is (252,65,54). Sum of RGB (Red+Green+Blue) = 252+65+54=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4136 is #03BEC9. Grayscale: #777777. Windows color (decimal): -245450 or 3555836. OLE color: 3555836.
HSL color Cylindrical-coordinate representation of color #FC4136: hue angle of 3.33º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC4136 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 54 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.01 |
| HSL | 3.33º | 0.97% | 0.6% | - |
| HSV(B) | 3.33º | 0.79% | 0.99% | - |
| XYZ | 42.7 | 24.74 | 6.02 | - |
| YUV | 119.66 | 90.95 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 54 | 0 | 0.74 | 0.79 | 0.01 | 3.33 | 0.97 | 0.6 |
| Hex | FC | 41 | 36 | 0 | 4A | 4F | 1 | 3 | 61 | 3C |
| Octal | 374 | 101 | 66 | 0 | 112 | 117 | 1 | 3 | 141 | 74 |
| Binary | 11111100 | 1000001 | 110110 | 0 | 1001010 | 1001111 | 1 | 11 | 1100001 | 111100 |
Color Harmonies of #FC4136
Complementary color
Monochromatic Colors of #FC4136
Black with #FC4136
Text Example
Text Example
White with #FC4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4136; }
p { color: rgb(252,65,54); }
H1.HeaderClassName
{
color: #FC4136;
}
.AnyTagClassName
{
color: #FC4136;
}
</style>
background-color css
<style>
a { background-color: #FC4136; }
a { background-color: rgb(252,65,54); }
div.DivClassName
{
background-color: #FC4136;
}
.BgClassName
{
background-color: #FC4136;
}
</style>
border-color css
<style>
span { border-color: #FC4136; }
span { border-color: rgb(252,65,54); }
td.TdClassName
{
border-color: #FC4136;
}
.TagClassName
{
border-color: #FC4136;
}
</style>