Shades of Orange Red #FC4305
Tints of Orange Red #FC4305
RGB
CMYK
RGB Variations
Color information
#FC4305 (or 0xFC4305) is known color: Orange Red. HEX triplet: FC, 43 and 05. RGB value is (252,67,5). Sum of RGB (Red+Green+Blue) = 252+67+5=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4305 is #03BCFA. Grayscale: #737373. Windows color (decimal): -244987 or 345084. OLE color: 345084.
HSL color Cylindrical-coordinate representation of color #FC4305: hue angle of 15.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4305 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.01 |
| HSL | 15.06º | 0.98% | 0.5% | - |
| HSV(B) | 15.06º | 0.98% | 0.99% | - |
| XYZ | 42.18 | 24.72 | 2.69 | - |
| YUV | 115.25 | 65.79 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 5 | 0 | 0.73 | 0.98 | 0.01 | 15.06 | 0.98 | 0.5 |
| Hex | FC | 43 | 5 | 0 | 49 | 62 | 1 | F | 62 | 32 |
| Octal | 374 | 103 | 5 | 0 | 111 | 142 | 1 | 17 | 142 | 62 |
| Binary | 11111100 | 1000011 | 101 | 0 | 1001001 | 1100010 | 1 | 1111 | 1100010 | 110010 |
Color Harmonies of #FC4305
Complementary color
Monochromatic Colors of #FC4305
Black with #FC4305
Text Example
Text Example
White with #FC4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4305; }
p { color: rgb(252,67,5); }
H1.HeaderClassName
{
color: #FC4305;
}
.AnyTagClassName
{
color: #FC4305;
}
</style>
background-color css
<style>
a { background-color: #FC4305; }
a { background-color: rgb(252,67,5); }
div.DivClassName
{
background-color: #FC4305;
}
.BgClassName
{
background-color: #FC4305;
}
</style>
border-color css
<style>
span { border-color: #FC4305; }
span { border-color: rgb(252,67,5); }
td.TdClassName
{
border-color: #FC4305;
}
.TagClassName
{
border-color: #FC4305;
}
</style>