Shades of Orange Red #FC430B
Tints of Orange Red #FC430B
RGB
CMYK
RGB Variations
Color information
#FC430B (or 0xFC430B) is known color: Orange Red. HEX triplet: FC, 43 and 0B. RGB value is (252,67,11). Sum of RGB (Red+Green+Blue) = 252+67+11=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC430B is #03BCF4. Grayscale: #747474. Windows color (decimal): -244981 or 738300. OLE color: 738300.
HSL color Cylindrical-coordinate representation of color #FC430B: hue angle of 13.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC430B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 13.94º | 0.98% | 0.52% | - |
| HSV(B) | 13.94º | 0.96% | 0.99% | - |
| XYZ | 42.21 | 24.73 | 2.87 | - |
| YUV | 115.93 | 68.79 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 11 | 0 | 0.73 | 0.96 | 0.01 | 13.94 | 0.98 | 0.52 |
| Hex | FC | 43 | B | 0 | 49 | 60 | 1 | E | 62 | 34 |
| Octal | 374 | 103 | 13 | 0 | 111 | 140 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000011 | 1011 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC430B
Complementary color
Monochromatic Colors of #FC430B
Black with #FC430B
Text Example
Text Example
White with #FC430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC430B; }
p { color: rgb(252,67,11); }
H1.HeaderClassName
{
color: #FC430B;
}
.AnyTagClassName
{
color: #FC430B;
}
</style>
background-color css
<style>
a { background-color: #FC430B; }
a { background-color: rgb(252,67,11); }
div.DivClassName
{
background-color: #FC430B;
}
.BgClassName
{
background-color: #FC430B;
}
</style>
border-color css
<style>
span { border-color: #FC430B; }
span { border-color: rgb(252,67,11); }
td.TdClassName
{
border-color: #FC430B;
}
.TagClassName
{
border-color: #FC430B;
}
</style>