Shades of Red Orange #FC3619
Tints of Red Orange #FC3619
RGB
CMYK
RGB Variations
Color information
#FC3619 (or 0xFC3619) is known color: Red Orange. HEX triplet: FC, 36 and 19. RGB value is (252,54,25). Sum of RGB (Red+Green+Blue) = 252+54+25=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3619 is #03C9E6. Grayscale: #6E6E6E. Windows color (decimal): -248295 or 1652476. OLE color: 1652476.
HSL color Cylindrical-coordinate representation of color #FC3619: hue angle of 7.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3619 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.01 |
| HSL | 7.67º | 0.97% | 0.54% | - |
| HSV(B) | 7.67º | 0.9% | 0.99% | - |
| XYZ | 41.64 | 23.4 | 3.24 | - |
| YUV | 109.9 | 80.1 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 25 | 0 | 0.79 | 0.90 | 0.01 | 7.67 | 0.97 | 0.54 |
| Hex | FC | 36 | 19 | 0 | 4F | 5A | 1 | 8 | 61 | 36 |
| Octal | 374 | 66 | 31 | 0 | 117 | 132 | 1 | 10 | 141 | 66 |
| Binary | 11111100 | 110110 | 11001 | 0 | 1001111 | 1011010 | 1 | 1000 | 1100001 | 110110 |
Color Harmonies of #FC3619
Complementary color
Monochromatic Colors of #FC3619
Black with #FC3619
Text Example
Text Example
White with #FC3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3619; }
p { color: rgb(252,54,25); }
H1.HeaderClassName
{
color: #FC3619;
}
.AnyTagClassName
{
color: #FC3619;
}
</style>
background-color css
<style>
a { background-color: #FC3619; }
a { background-color: rgb(252,54,25); }
div.DivClassName
{
background-color: #FC3619;
}
.BgClassName
{
background-color: #FC3619;
}
</style>
border-color css
<style>
span { border-color: #FC3619; }
span { border-color: rgb(252,54,25); }
td.TdClassName
{
border-color: #FC3619;
}
.TagClassName
{
border-color: #FC3619;
}
</style>