Shades of Orange Red #FC380F
Tints of Orange Red #FC380F
RGB
CMYK
RGB Variations
Color information
#FC380F (or 0xFC380F) is known color: Orange Red. HEX triplet: FC, 38 and 0F. RGB value is (252,56,15). Sum of RGB (Red+Green+Blue) = 252+56+15=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC380F is #03C7F0. Grayscale: #6E6E6E. Windows color (decimal): -247793 or 997628. OLE color: 997628.
HSL color Cylindrical-coordinate representation of color #FC380F: hue angle of 10.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC380F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.01 |
| HSL | 10.38º | 0.98% | 0.52% | - |
| HSV(B) | 10.38º | 0.94% | 0.99% | - |
| XYZ | 41.65 | 23.56 | 2.8 | - |
| YUV | 109.93 | 74.43 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 15 | 0 | 0.78 | 0.94 | 0.01 | 10.38 | 0.98 | 0.52 |
| Hex | FC | 38 | F | 0 | 4E | 5E | 1 | A | 62 | 34 |
| Octal | 374 | 70 | 17 | 0 | 116 | 136 | 1 | 12 | 142 | 64 |
| Binary | 11111100 | 111000 | 1111 | 0 | 1001110 | 1011110 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FC380F
Complementary color
Monochromatic Colors of #FC380F
Black with #FC380F
Text Example
Text Example
White with #FC380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC380F; }
p { color: rgb(252,56,15); }
H1.HeaderClassName
{
color: #FC380F;
}
.AnyTagClassName
{
color: #FC380F;
}
</style>
background-color css
<style>
a { background-color: #FC380F; }
a { background-color: rgb(252,56,15); }
div.DivClassName
{
background-color: #FC380F;
}
.BgClassName
{
background-color: #FC380F;
}
</style>
border-color css
<style>
span { border-color: #FC380F; }
span { border-color: rgb(252,56,15); }
td.TdClassName
{
border-color: #FC380F;
}
.TagClassName
{
border-color: #FC380F;
}
</style>