Shades of Orange Red #FF4205
Tints of Orange Red #FF4205
RGB
CMYK
RGB Variations
Color information
#FF4205 (or 0xFF4205) is known color: Orange Red. HEX triplet: FF, 42 and 05. RGB value is (255,66,5). Sum of RGB (Red+Green+Blue) = 255+66+5=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4205 is #00BDFA. Grayscale: #737373. Windows color (decimal): -48635 or 344831. OLE color: 344831.
HSL color Cylindrical-coordinate representation of color #FF4205: hue angle of 14.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4205 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0 |
| HSL | 14.64º | 1% | 0.51% | - |
| HSV(B) | 14.64º | 0.98% | 1% | - |
| XYZ | 43.22 | 25.17 | 2.72 | - |
| YUV | 115.56 | 65.62 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 5 | 0 | 0.74 | 0.98 | 0 | 14.64 | 1 | 0.51 |
| Hex | FF | 42 | 5 | 0 | 4A | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 102 | 5 | 0 | 112 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000010 | 101 | 0 | 1001010 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4205
Complementary color
Monochromatic Colors of #FF4205
Black with #FF4205
Text Example
Text Example
White with #FF4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4205; }
p { color: rgb(255,66,5); }
H1.HeaderClassName
{
color: #FF4205;
}
.AnyTagClassName
{
color: #FF4205;
}
</style>
background-color css
<style>
a { background-color: #FF4205; }
a { background-color: rgb(255,66,5); }
div.DivClassName
{
background-color: #FF4205;
}
.BgClassName
{
background-color: #FF4205;
}
</style>
border-color css
<style>
span { border-color: #FF4205; }
span { border-color: rgb(255,66,5); }
td.TdClassName
{
border-color: #FF4205;
}
.TagClassName
{
border-color: #FF4205;
}
</style>