Shades of Orange Red #FC450D
Tints of Orange Red #FC450D
RGB
CMYK
RGB Variations
Color information
#FC450D (or 0xFC450D) is known color: Orange Red. HEX triplet: FC, 45 and 0D. RGB value is (252,69,13). Sum of RGB (Red+Green+Blue) = 252+69+13=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC450D is #03BAF2. Grayscale: #757575. Windows color (decimal): -244467 or 869884. OLE color: 869884.
HSL color Cylindrical-coordinate representation of color #FC450D: hue angle of 14.06º 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 #FC450D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.01 |
| HSL | 14.06º | 0.98% | 0.52% | - |
| HSV(B) | 14.06º | 0.95% | 0.99% | - |
| XYZ | 42.35 | 24.98 | 2.97 | - |
| YUV | 117.33 | 69.13 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 13 | 0 | 0.73 | 0.95 | 0.01 | 14.06 | 0.98 | 0.52 |
| Hex | FC | 45 | D | 0 | 49 | 5F | 1 | E | 62 | 34 |
| Octal | 374 | 105 | 15 | 0 | 111 | 137 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000101 | 1101 | 0 | 1001001 | 1011111 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC450D
Complementary color
Monochromatic Colors of #FC450D
Black with #FC450D
Text Example
Text Example
White with #FC450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC450D; }
p { color: rgb(252,69,13); }
H1.HeaderClassName
{
color: #FC450D;
}
.AnyTagClassName
{
color: #FC450D;
}
</style>
background-color css
<style>
a { background-color: #FC450D; }
a { background-color: rgb(252,69,13); }
div.DivClassName
{
background-color: #FC450D;
}
.BgClassName
{
background-color: #FC450D;
}
</style>
border-color css
<style>
span { border-color: #FC450D; }
span { border-color: rgb(252,69,13); }
td.TdClassName
{
border-color: #FC450D;
}
.TagClassName
{
border-color: #FC450D;
}
</style>