Shades of Orange Red #FF4008
Tints of Orange Red #FF4008
RGB
CMYK
RGB Variations
Color information
#FF4008 (or 0xFF4008) is known color: Orange Red. HEX triplet: FF, 40 and 08. RGB value is (255,64,8). Sum of RGB (Red+Green+Blue) = 255+64+8=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4008 is #00BFF7. Grayscale: #737373. Windows color (decimal): -49144 or 540927. OLE color: 540927.
HSL color Cylindrical-coordinate representation of color #FF4008: hue angle of 13.6º 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 #FF4008 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 8 | - |
| CMYK | 0 | 0.75 | 0.97 | 0 |
| HSL | 13.6º | 1% | 0.52% | - |
| HSV(B) | 13.6º | 0.97% | 1% | - |
| XYZ | 43.12 | 24.94 | 2.77 | - |
| YUV | 114.73 | 67.78 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 8 | 0 | 0.75 | 0.97 | 0 | 13.6 | 1 | 0.52 |
| Hex | FF | 40 | 8 | 0 | 4B | 61 | 0 | E | 64 | 34 |
| Octal | 377 | 100 | 10 | 0 | 113 | 141 | 0 | 16 | 144 | 64 |
| Binary | 11111111 | 1000000 | 1000 | 0 | 1001011 | 1100001 | 0 | 1110 | 1100100 | 110100 |
Color Harmonies of #FF4008
Complementary color
Monochromatic Colors of #FF4008
Black with #FF4008
Text Example
Text Example
White with #FF4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4008; }
p { color: rgb(255,64,8); }
H1.HeaderClassName
{
color: #FF4008;
}
.AnyTagClassName
{
color: #FF4008;
}
</style>
background-color css
<style>
a { background-color: #FF4008; }
a { background-color: rgb(255,64,8); }
div.DivClassName
{
background-color: #FF4008;
}
.BgClassName
{
background-color: #FF4008;
}
</style>
border-color css
<style>
span { border-color: #FF4008; }
span { border-color: rgb(255,64,8); }
td.TdClassName
{
border-color: #FF4008;
}
.TagClassName
{
border-color: #FF4008;
}
</style>