Shades of Red Orange #FC441B
Tints of Red Orange #FC441B
RGB
CMYK
RGB Variations
Color information
#FC441B (or 0xFC441B) is known color: Red Orange. HEX triplet: FC, 44 and 1B. RGB value is (252,68,27). Sum of RGB (Red+Green+Blue) = 252+68+27=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC441B is #03BBE4. Grayscale: #767676. Windows color (decimal): -244709 or 1787132. OLE color: 1787132.
HSL color Cylindrical-coordinate representation of color #FC441B: hue angle of 10.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC441B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.01 |
| HSL | 10.93º | 0.97% | 0.55% | - |
| HSV(B) | 10.93º | 0.89% | 0.99% | - |
| XYZ | 42.41 | 24.91 | 3.61 | - |
| YUV | 118.34 | 76.46 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 27 | 0 | 0.73 | 0.89 | 0.01 | 10.93 | 0.97 | 0.55 |
| Hex | FC | 44 | 1B | 0 | 49 | 59 | 1 | B | 61 | 37 |
| Octal | 374 | 104 | 33 | 0 | 111 | 131 | 1 | 13 | 141 | 67 |
| Binary | 11111100 | 1000100 | 11011 | 0 | 1001001 | 1011001 | 1 | 1011 | 1100001 | 110111 |
Color Harmonies of #FC441B
Complementary color
Monochromatic Colors of #FC441B
Black with #FC441B
Text Example
Text Example
White with #FC441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC441B; }
p { color: rgb(252,68,27); }
H1.HeaderClassName
{
color: #FC441B;
}
.AnyTagClassName
{
color: #FC441B;
}
</style>
background-color css
<style>
a { background-color: #FC441B; }
a { background-color: rgb(252,68,27); }
div.DivClassName
{
background-color: #FC441B;
}
.BgClassName
{
background-color: #FC441B;
}
</style>
border-color css
<style>
span { border-color: #FC441B; }
span { border-color: rgb(252,68,27); }
td.TdClassName
{
border-color: #FC441B;
}
.TagClassName
{
border-color: #FC441B;
}
</style>