Shades of Orange Red #FC440B
Tints of Orange Red #FC440B
RGB
CMYK
RGB Variations
Color information
#FC440B (or 0xFC440B) is known color: Orange Red. HEX triplet: FC, 44 and 0B. RGB value is (252,68,11). Sum of RGB (Red+Green+Blue) = 252+68+11=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC440B is #03BBF4. Grayscale: #747474. Windows color (decimal): -244725 or 738556. OLE color: 738556.
HSL color Cylindrical-coordinate representation of color #FC440B: hue angle of 14.19º 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 #FC440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 14.19º | 0.98% | 0.52% | - |
| HSV(B) | 14.19º | 0.96% | 0.99% | - |
| XYZ | 42.27 | 24.85 | 2.89 | - |
| YUV | 116.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 11 | 0 | 0.73 | 0.96 | 0.01 | 14.19 | 0.98 | 0.52 |
| Hex | FC | 44 | B | 0 | 49 | 60 | 1 | E | 62 | 34 |
| Octal | 374 | 104 | 13 | 0 | 111 | 140 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000100 | 1011 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC440B
Complementary color
Monochromatic Colors of #FC440B
Black with #FC440B
Text Example
Text Example
White with #FC440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC440B; }
p { color: rgb(252,68,11); }
H1.HeaderClassName
{
color: #FC440B;
}
.AnyTagClassName
{
color: #FC440B;
}
</style>
background-color css
<style>
a { background-color: #FC440B; }
a { background-color: rgb(252,68,11); }
div.DivClassName
{
background-color: #FC440B;
}
.BgClassName
{
background-color: #FC440B;
}
</style>
border-color css
<style>
span { border-color: #FC440B; }
span { border-color: rgb(252,68,11); }
td.TdClassName
{
border-color: #FC440B;
}
.TagClassName
{
border-color: #FC440B;
}
</style>