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