Shades of Orange Red #FF4210
Tints of Orange Red #FF4210
RGB
CMYK
RGB Variations
Color information
#FF4210 (or 0xFF4210) is known color: Orange Red. HEX triplet: FF, 42 and 10. RGB value is (255,66,16). Sum of RGB (Red+Green+Blue) = 255+66+16=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4210 is #00BDEF. Grayscale: #757575. Windows color (decimal): -48624 or 1065727. OLE color: 1065727.
HSL color Cylindrical-coordinate representation of color #FF4210: hue angle of 12.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4210 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0 |
| HSL | 12.55º | 1% | 0.53% | - |
| HSV(B) | 12.55º | 0.94% | 1% | - |
| XYZ | 43.28 | 25.19 | 3.07 | - |
| YUV | 116.81 | 71.12 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 16 | 0 | 0.74 | 0.94 | 0 | 12.55 | 1 | 0.53 |
| Hex | FF | 42 | 10 | 0 | 4A | 5E | 0 | D | 64 | 35 |
| Octal | 377 | 102 | 20 | 0 | 112 | 136 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000010 | 10000 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4210
Complementary color
Monochromatic Colors of #FF4210
Black with #FF4210
Text Example
Text Example
White with #FF4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4210; }
p { color: rgb(255,66,16); }
H1.HeaderClassName
{
color: #FF4210;
}
.AnyTagClassName
{
color: #FF4210;
}
</style>
background-color css
<style>
a { background-color: #FF4210; }
a { background-color: rgb(255,66,16); }
div.DivClassName
{
background-color: #FF4210;
}
.BgClassName
{
background-color: #FF4210;
}
</style>
border-color css
<style>
span { border-color: #FF4210; }
span { border-color: rgb(255,66,16); }
td.TdClassName
{
border-color: #FF4210;
}
.TagClassName
{
border-color: #FF4210;
}
</style>