Shades of Orange Red #FF4508
Tints of Orange Red #FF4508
RGB
CMYK
RGB Variations
Color information
#FF4508 (or 0xFF4508) is known color: Orange Red. HEX triplet: FF, 45 and 08. RGB value is (255,69,8). Sum of RGB (Red+Green+Blue) = 255+69+8=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4508 is #00BAF7. Grayscale: #767676. Windows color (decimal): -47864 or 542207. OLE color: 542207.
HSL color Cylindrical-coordinate representation of color #FF4508: hue angle of 14.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4508 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 8 | - |
| CMYK | 0 | 0.73 | 0.97 | 0 |
| HSL | 14.82º | 1% | 0.52% | - |
| HSV(B) | 14.82º | 0.97% | 1% | - |
| XYZ | 43.41 | 25.53 | 2.87 | - |
| YUV | 117.66 | 66.12 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 8 | 0 | 0.73 | 0.97 | 0 | 14.82 | 1 | 0.52 |
| Hex | FF | 45 | 8 | 0 | 49 | 61 | 0 | F | 64 | 34 |
| Octal | 377 | 105 | 10 | 0 | 111 | 141 | 0 | 17 | 144 | 64 |
| Binary | 11111111 | 1000101 | 1000 | 0 | 1001001 | 1100001 | 0 | 1111 | 1100100 | 110100 |
Color Harmonies of #FF4508
Complementary color
Monochromatic Colors of #FF4508
Black with #FF4508
Text Example
Text Example
White with #FF4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4508; }
p { color: rgb(255,69,8); }
H1.HeaderClassName
{
color: #FF4508;
}
.AnyTagClassName
{
color: #FF4508;
}
</style>
background-color css
<style>
a { background-color: #FF4508; }
a { background-color: rgb(255,69,8); }
div.DivClassName
{
background-color: #FF4508;
}
.BgClassName
{
background-color: #FF4508;
}
</style>
border-color css
<style>
span { border-color: #FF4508; }
span { border-color: rgb(255,69,8); }
td.TdClassName
{
border-color: #FF4508;
}
.TagClassName
{
border-color: #FF4508;
}
</style>