Shades of Orange Red #FF4707
Tints of Orange Red #FF4707
RGB
CMYK
RGB Variations
Color information
#FF4707 (or 0xFF4707) is known color: Orange Red. HEX triplet: FF, 47 and 07. RGB value is (255,71,7). Sum of RGB (Red+Green+Blue) = 255+71+7=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4707 is #00B8F8. Grayscale: #777777. Windows color (decimal): -47353 or 477183. OLE color: 477183.
HSL color Cylindrical-coordinate representation of color #FF4707: hue angle of 15.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4707 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0 |
| HSL | 15.48º | 1% | 0.51% | - |
| HSV(B) | 15.48º | 0.97% | 1% | - |
| XYZ | 43.53 | 25.78 | 2.88 | - |
| YUV | 118.72 | 64.96 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 7 | 0 | 0.72 | 0.97 | 0 | 15.48 | 1 | 0.51 |
| Hex | FF | 47 | 7 | 0 | 48 | 61 | 0 | F | 64 | 33 |
| Octal | 377 | 107 | 7 | 0 | 110 | 141 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000111 | 111 | 0 | 1001000 | 1100001 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4707
Complementary color
Monochromatic Colors of #FF4707
Black with #FF4707
Text Example
Text Example
White with #FF4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4707; }
p { color: rgb(255,71,7); }
H1.HeaderClassName
{
color: #FF4707;
}
.AnyTagClassName
{
color: #FF4707;
}
</style>
background-color css
<style>
a { background-color: #FF4707; }
a { background-color: rgb(255,71,7); }
div.DivClassName
{
background-color: #FF4707;
}
.BgClassName
{
background-color: #FF4707;
}
</style>
border-color css
<style>
span { border-color: #FF4707; }
span { border-color: rgb(255,71,7); }
td.TdClassName
{
border-color: #FF4707;
}
.TagClassName
{
border-color: #FF4707;
}
</style>