Shades of Red Orange #FC341C
Tints of Red Orange #FC341C
RGB
CMYK
RGB Variations
Color information
#FC341C (or 0xFC341C) is known color: Red Orange. HEX triplet: FC, 34 and 1C. RGB value is (252,52,28). Sum of RGB (Red+Green+Blue) = 252+52+28=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC341C is #03CBE3. Grayscale: #6D6D6D. Windows color (decimal): -248804 or 1848572. OLE color: 1848572.
HSL color Cylindrical-coordinate representation of color #FC341C: hue angle of 6.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC341C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.01 |
| HSL | 6.43º | 0.97% | 0.55% | - |
| HSV(B) | 6.43º | 0.89% | 0.99% | - |
| XYZ | 41.58 | 23.24 | 3.39 | - |
| YUV | 109.06 | 82.26 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 28 | 0 | 0.79 | 0.89 | 0.01 | 6.43 | 0.97 | 0.55 |
| Hex | FC | 34 | 1C | 0 | 4F | 59 | 1 | 6 | 61 | 37 |
| Octal | 374 | 64 | 34 | 0 | 117 | 131 | 1 | 6 | 141 | 67 |
| Binary | 11111100 | 110100 | 11100 | 0 | 1001111 | 1011001 | 1 | 110 | 1100001 | 110111 |
Color Harmonies of #FC341C
Complementary color
Monochromatic Colors of #FC341C
Black with #FC341C
Text Example
Text Example
White with #FC341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC341C; }
p { color: rgb(252,52,28); }
H1.HeaderClassName
{
color: #FC341C;
}
.AnyTagClassName
{
color: #FC341C;
}
</style>
background-color css
<style>
a { background-color: #FC341C; }
a { background-color: rgb(252,52,28); }
div.DivClassName
{
background-color: #FC341C;
}
.BgClassName
{
background-color: #FC341C;
}
</style>
border-color css
<style>
span { border-color: #FC341C; }
span { border-color: rgb(252,52,28); }
td.TdClassName
{
border-color: #FC341C;
}
.TagClassName
{
border-color: #FC341C;
}
</style>