Shades of Orange Red #FF4505
Tints of Orange Red #FF4505
RGB
CMYK
RGB Variations
Color information
#FF4505 (or 0xFF4505) is known color: Orange Red. HEX triplet: FF, 45 and 05. RGB value is (255,69,5). Sum of RGB (Red+Green+Blue) = 255+69+5=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4505 is #00BAFA. Grayscale: #757575. Windows color (decimal): -47867 or 345599. OLE color: 345599.
HSL color Cylindrical-coordinate representation of color #FF4505: hue angle of 15.36º 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 #FF4505 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0 |
| HSL | 15.36º | 1% | 0.51% | - |
| HSV(B) | 15.36º | 0.98% | 1% | - |
| XYZ | 43.4 | 25.53 | 2.78 | - |
| YUV | 117.32 | 64.62 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 5 | 0 | 0.73 | 0.98 | 0 | 15.36 | 1 | 0.51 |
| Hex | FF | 45 | 5 | 0 | 49 | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 105 | 5 | 0 | 111 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000101 | 101 | 0 | 1001001 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4505
Complementary color
Monochromatic Colors of #FF4505
Black with #FF4505
Text Example
Text Example
White with #FF4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4505; }
p { color: rgb(255,69,5); }
H1.HeaderClassName
{
color: #FF4505;
}
.AnyTagClassName
{
color: #FF4505;
}
</style>
background-color css
<style>
a { background-color: #FF4505; }
a { background-color: rgb(255,69,5); }
div.DivClassName
{
background-color: #FF4505;
}
.BgClassName
{
background-color: #FF4505;
}
</style>
border-color css
<style>
span { border-color: #FF4505; }
span { border-color: rgb(255,69,5); }
td.TdClassName
{
border-color: #FF4505;
}
.TagClassName
{
border-color: #FF4505;
}
</style>