Shades of Orange Red #FC380D
Tints of Orange Red #FC380D
RGB
CMYK
RGB Variations
Color information
#FC380D (or 0xFC380D) is known color: Orange Red. HEX triplet: FC, 38 and 0D. RGB value is (252,56,13). Sum of RGB (Red+Green+Blue) = 252+56+13=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC380D is #03C7F2. Grayscale: #6E6E6E. Windows color (decimal): -247795 or 866556. OLE color: 866556.
HSL color Cylindrical-coordinate representation of color #FC380D: hue angle of 10.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC380D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.01 |
| HSL | 10.79º | 0.98% | 0.52% | - |
| HSV(B) | 10.79º | 0.95% | 0.99% | - |
| XYZ | 41.63 | 23.55 | 2.73 | - |
| YUV | 109.7 | 73.43 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 13 | 0 | 0.78 | 0.95 | 0.01 | 10.79 | 0.98 | 0.52 |
| Hex | FC | 38 | D | 0 | 4E | 5F | 1 | B | 62 | 34 |
| Octal | 374 | 70 | 15 | 0 | 116 | 137 | 1 | 13 | 142 | 64 |
| Binary | 11111100 | 111000 | 1101 | 0 | 1001110 | 1011111 | 1 | 1011 | 1100010 | 110100 |
Color Harmonies of #FC380D
Complementary color
Monochromatic Colors of #FC380D
Black with #FC380D
Text Example
Text Example
White with #FC380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC380D; }
p { color: rgb(252,56,13); }
H1.HeaderClassName
{
color: #FC380D;
}
.AnyTagClassName
{
color: #FC380D;
}
</style>
background-color css
<style>
a { background-color: #FC380D; }
a { background-color: rgb(252,56,13); }
div.DivClassName
{
background-color: #FC380D;
}
.BgClassName
{
background-color: #FC380D;
}
</style>
border-color css
<style>
span { border-color: #FC380D; }
span { border-color: rgb(252,56,13); }
td.TdClassName
{
border-color: #FC380D;
}
.TagClassName
{
border-color: #FC380D;
}
</style>