Shades of Orange Red #FF4702
Tints of Orange Red #FF4702
RGB
CMYK
RGB Variations
Color information
#FF4702 (or 0xFF4702) is known color: Orange Red. HEX triplet: FF, 47 and 02. RGB value is (255,71,2). Sum of RGB (Red+Green+Blue) = 255+71+2=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4702 is #00B8FD. Grayscale: #767676. Windows color (decimal): -47358 or 149503. OLE color: 149503.
HSL color Cylindrical-coordinate representation of color #FF4702: hue angle of 16.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4702 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0 |
| HSL | 16.36º | 1% | 0.5% | - |
| HSV(B) | 16.36º | 0.99% | 1% | - |
| XYZ | 43.5 | 25.77 | 2.74 | - |
| YUV | 118.15 | 62.46 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 2 | 0 | 0.72 | 0.99 | 0 | 16.36 | 1 | 0.5 |
| Hex | FF | 47 | 2 | 0 | 48 | 63 | 0 | 10 | 64 | 32 |
| Octal | 377 | 107 | 2 | 0 | 110 | 143 | 0 | 20 | 144 | 62 |
| Binary | 11111111 | 1000111 | 10 | 0 | 1001000 | 1100011 | 0 | 10000 | 1100100 | 110010 |
Color Harmonies of #FF4702
Complementary color
Monochromatic Colors of #FF4702
Black with #FF4702
Text Example
Text Example
White with #FF4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4702; }
p { color: rgb(255,71,2); }
H1.HeaderClassName
{
color: #FF4702;
}
.AnyTagClassName
{
color: #FF4702;
}
</style>
background-color css
<style>
a { background-color: #FF4702; }
a { background-color: rgb(255,71,2); }
div.DivClassName
{
background-color: #FF4702;
}
.BgClassName
{
background-color: #FF4702;
}
</style>
border-color css
<style>
span { border-color: #FF4702; }
span { border-color: rgb(255,71,2); }
td.TdClassName
{
border-color: #FF4702;
}
.TagClassName
{
border-color: #FF4702;
}
</style>