Shades of Orange Red #FF4212
Tints of Orange Red #FF4212
RGB
CMYK
RGB Variations
Color information
#FF4212 (or 0xFF4212) is known color: Orange Red. HEX triplet: FF, 42 and 12. RGB value is (255,66,18). Sum of RGB (Red+Green+Blue) = 255+66+18=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4212 is #00BDED. Grayscale: #757575. Windows color (decimal): -48622 or 1196799. OLE color: 1196799.
HSL color Cylindrical-coordinate representation of color #FF4212: hue angle of 12.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4212 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 18 | - |
| CMYK | 0 | 0.74 | 0.93 | 0 |
| HSL | 12.15º | 1% | 0.54% | - |
| HSV(B) | 12.15º | 0.93% | 1% | - |
| XYZ | 43.3 | 25.2 | 3.15 | - |
| YUV | 117.04 | 72.12 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 18 | 0 | 0.74 | 0.93 | 0 | 12.15 | 1 | 0.54 |
| Hex | FF | 42 | 12 | 0 | 4A | 5D | 0 | C | 64 | 36 |
| Octal | 377 | 102 | 22 | 0 | 112 | 135 | 0 | 14 | 144 | 66 |
| Binary | 11111111 | 1000010 | 10010 | 0 | 1001010 | 1011101 | 0 | 1100 | 1100100 | 110110 |
Color Harmonies of #FF4212
Complementary color
Monochromatic Colors of #FF4212
Black with #FF4212
Text Example
Text Example
White with #FF4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4212; }
p { color: rgb(255,66,18); }
H1.HeaderClassName
{
color: #FF4212;
}
.AnyTagClassName
{
color: #FF4212;
}
</style>
background-color css
<style>
a { background-color: #FF4212; }
a { background-color: rgb(255,66,18); }
div.DivClassName
{
background-color: #FF4212;
}
.BgClassName
{
background-color: #FF4212;
}
</style>
border-color css
<style>
span { border-color: #FF4212; }
span { border-color: rgb(255,66,18); }
td.TdClassName
{
border-color: #FF4212;
}
.TagClassName
{
border-color: #FF4212;
}
</style>