Shades of Red Orange #FC281F
Tints of Red Orange #FC281F
RGB
CMYK
RGB Variations
Color information
#FC281F (or 0xFC281F) is known color: Red Orange. HEX triplet: FC, 28 and 1F. RGB value is (252,40,31). Sum of RGB (Red+Green+Blue) = 252+40+31=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281F is #03D7E0. Grayscale: #666666. Windows color (decimal): -251873 or 2042108. OLE color: 2042108.
HSL color Cylindrical-coordinate representation of color #FC281F: hue angle of 2.44º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC281F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 31 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.01 |
| HSL | 2.44º | 0.97% | 0.55% | - |
| HSV(B) | 2.44º | 0.88% | 0.99% | - |
| XYZ | 41.15 | 22.31 | 3.43 | - |
| YUV | 102.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 31 | 0 | 0.84 | 0.88 | 0.01 | 2.44 | 0.97 | 0.55 |
| Hex | FC | 28 | 1F | 0 | 54 | 58 | 1 | 2 | 61 | 37 |
| Octal | 374 | 50 | 37 | 0 | 124 | 130 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 101000 | 11111 | 0 | 1010100 | 1011000 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC281F
Complementary color
Monochromatic Colors of #FC281F
Black with #FC281F
Text Example
Text Example
White with #FC281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC281F; }
p { color: rgb(252,40,31); }
H1.HeaderClassName
{
color: #FC281F;
}
.AnyTagClassName
{
color: #FC281F;
}
</style>
background-color css
<style>
a { background-color: #FC281F; }
a { background-color: rgb(252,40,31); }
div.DivClassName
{
background-color: #FC281F;
}
.BgClassName
{
background-color: #FC281F;
}
</style>
border-color css
<style>
span { border-color: #FC281F; }
span { border-color: rgb(252,40,31); }
td.TdClassName
{
border-color: #FC281F;
}
.TagClassName
{
border-color: #FC281F;
}
</style>