Shades of Orange Red #FC430A
Tints of Orange Red #FC430A
RGB
CMYK
RGB Variations
Color information
#FC430A (or 0xFC430A) is known color: Orange Red. HEX triplet: FC, 43 and 0A. RGB value is (252,67,10). Sum of RGB (Red+Green+Blue) = 252+67+10=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC430A is #03BCF5. Grayscale: #747474. Windows color (decimal): -244982 or 672764. OLE color: 672764.
HSL color Cylindrical-coordinate representation of color #FC430A: hue angle of 14.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC430A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 14.13º | 0.98% | 0.51% | - |
| HSV(B) | 14.13º | 0.96% | 0.99% | - |
| XYZ | 42.21 | 24.73 | 2.84 | - |
| YUV | 115.82 | 68.29 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 10 | 0 | 0.73 | 0.96 | 0.01 | 14.13 | 0.98 | 0.51 |
| Hex | FC | 43 | A | 0 | 49 | 60 | 1 | E | 62 | 33 |
| Octal | 374 | 103 | 12 | 0 | 111 | 140 | 1 | 16 | 142 | 63 |
| Binary | 11111100 | 1000011 | 1010 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110011 |
Color Harmonies of #FC430A
Complementary color
Monochromatic Colors of #FC430A
Black with #FC430A
Text Example
Text Example
White with #FC430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC430A; }
p { color: rgb(252,67,10); }
H1.HeaderClassName
{
color: #FC430A;
}
.AnyTagClassName
{
color: #FC430A;
}
</style>
background-color css
<style>
a { background-color: #FC430A; }
a { background-color: rgb(252,67,10); }
div.DivClassName
{
background-color: #FC430A;
}
.BgClassName
{
background-color: #FC430A;
}
</style>
border-color css
<style>
span { border-color: #FC430A; }
span { border-color: rgb(252,67,10); }
td.TdClassName
{
border-color: #FC430A;
}
.TagClassName
{
border-color: #FC430A;
}
</style>