Shades of Orange Red #FC430D
Tints of Orange Red #FC430D
RGB
CMYK
RGB Variations
Color information
#FC430D (or 0xFC430D) is known color: Orange Red. HEX triplet: FC, 43 and 0D. RGB value is (252,67,13). Sum of RGB (Red+Green+Blue) = 252+67+13=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC430D is #03BCF2. Grayscale: #747474. Windows color (decimal): -244979 or 869372. OLE color: 869372.
HSL color Cylindrical-coordinate representation of color #FC430D: hue angle of 13.56º 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 #FC430D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.01 |
| HSL | 13.56º | 0.98% | 0.52% | - |
| HSV(B) | 13.56º | 0.95% | 0.99% | - |
| XYZ | 42.22 | 24.74 | 2.93 | - |
| YUV | 116.16 | 69.79 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 13 | 0 | 0.73 | 0.95 | 0.01 | 13.56 | 0.98 | 0.52 |
| Hex | FC | 43 | D | 0 | 49 | 5F | 1 | E | 62 | 34 |
| Octal | 374 | 103 | 15 | 0 | 111 | 137 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000011 | 1101 | 0 | 1001001 | 1011111 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC430D
Complementary color
Monochromatic Colors of #FC430D
Black with #FC430D
Text Example
Text Example
White with #FC430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC430D; }
p { color: rgb(252,67,13); }
H1.HeaderClassName
{
color: #FC430D;
}
.AnyTagClassName
{
color: #FC430D;
}
</style>
background-color css
<style>
a { background-color: #FC430D; }
a { background-color: rgb(252,67,13); }
div.DivClassName
{
background-color: #FC430D;
}
.BgClassName
{
background-color: #FC430D;
}
</style>
border-color css
<style>
span { border-color: #FC430D; }
span { border-color: rgb(252,67,13); }
td.TdClassName
{
border-color: #FC430D;
}
.TagClassName
{
border-color: #FC430D;
}
</style>