Shades of Orange Red #FF4501
Tints of Orange Red #FF4501
RGB
CMYK
RGB Variations
Color information
#FF4501 (or 0xFF4501) is known color: Orange Red. HEX triplet: FF, 45 and 01. RGB value is (255,69,1). Sum of RGB (Red+Green+Blue) = 255+69+1=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4501 is #00BAFE. Grayscale: #757575. Windows color (decimal): -47871 or 83455. OLE color: 83455.
HSL color Cylindrical-coordinate representation of color #FF4501: hue angle of 16.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4501 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0 |
| HSL | 16.06º | 1% | 0.5% | - |
| HSV(B) | 16.06º | 1% | 1% | - |
| XYZ | 43.37 | 25.52 | 2.67 | - |
| YUV | 116.86 | 62.62 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 1 | 0 | 0.73 | 1.00 | 0 | 16.06 | 1 | 0.5 |
| Hex | FF | 45 | 1 | 0 | 49 | 64 | 0 | 10 | 64 | 32 |
| Octal | 377 | 105 | 1 | 0 | 111 | 144 | 0 | 20 | 144 | 62 |
| Binary | 11111111 | 1000101 | 1 | 0 | 1001001 | 1100100 | 0 | 10000 | 1100100 | 110010 |
Color Harmonies of #FF4501
Complementary color
Monochromatic Colors of #FF4501
Black with #FF4501
Text Example
Text Example
White with #FF4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4501; }
p { color: rgb(255,69,1); }
H1.HeaderClassName
{
color: #FF4501;
}
.AnyTagClassName
{
color: #FF4501;
}
</style>
background-color css
<style>
a { background-color: #FF4501; }
a { background-color: rgb(255,69,1); }
div.DivClassName
{
background-color: #FF4501;
}
.BgClassName
{
background-color: #FF4501;
}
</style>
border-color css
<style>
span { border-color: #FF4501; }
span { border-color: rgb(255,69,1); }
td.TdClassName
{
border-color: #FF4501;
}
.TagClassName
{
border-color: #FF4501;
}
</style>