Shades of Orange Red #FF4208
Tints of Orange Red #FF4208
RGB
CMYK
RGB Variations
Color information
#FF4208 (or 0xFF4208) is known color: Orange Red. HEX triplet: FF, 42 and 08. RGB value is (255,66,8). Sum of RGB (Red+Green+Blue) = 255+66+8=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4208 is #00BDF7. Grayscale: #747474. Windows color (decimal): -48632 or 541439. OLE color: 541439.
HSL color Cylindrical-coordinate representation of color #FF4208: hue angle of 14.09º 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 #FF4208 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0 |
| HSL | 14.09º | 1% | 0.52% | - |
| HSV(B) | 14.09º | 0.97% | 1% | - |
| XYZ | 43.23 | 25.17 | 2.81 | - |
| YUV | 115.9 | 67.12 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 8 | 0 | 0.74 | 0.97 | 0 | 14.09 | 1 | 0.52 |
| Hex | FF | 42 | 8 | 0 | 4A | 61 | 0 | E | 64 | 34 |
| Octal | 377 | 102 | 10 | 0 | 112 | 141 | 0 | 16 | 144 | 64 |
| Binary | 11111111 | 1000010 | 1000 | 0 | 1001010 | 1100001 | 0 | 1110 | 1100100 | 110100 |
Color Harmonies of #FF4208
Complementary color
Monochromatic Colors of #FF4208
Black with #FF4208
Text Example
Text Example
White with #FF4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4208; }
p { color: rgb(255,66,8); }
H1.HeaderClassName
{
color: #FF4208;
}
.AnyTagClassName
{
color: #FF4208;
}
</style>
background-color css
<style>
a { background-color: #FF4208; }
a { background-color: rgb(255,66,8); }
div.DivClassName
{
background-color: #FF4208;
}
.BgClassName
{
background-color: #FF4208;
}
</style>
border-color css
<style>
span { border-color: #FF4208; }
span { border-color: rgb(255,66,8); }
td.TdClassName
{
border-color: #FF4208;
}
.TagClassName
{
border-color: #FF4208;
}
</style>