Shades of Orange Red #FF4204
Tints of Orange Red #FF4204
RGB
CMYK
RGB Variations
Color information
#FF4204 (or 0xFF4204) is known color: Orange Red. HEX triplet: FF, 42 and 04. RGB value is (255,66,4). Sum of RGB (Red+Green+Blue) = 255+66+4=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4204 is #00BDFB. Grayscale: #737373. Windows color (decimal): -48636 or 279295. OLE color: 279295.
HSL color Cylindrical-coordinate representation of color #FF4204: hue angle of 14.82º 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 #FF4204 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0 |
| HSL | 14.82º | 1% | 0.51% | - |
| HSV(B) | 14.82º | 0.98% | 1% | - |
| XYZ | 43.21 | 25.17 | 2.69 | - |
| YUV | 115.44 | 65.12 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 4 | 0 | 0.74 | 0.98 | 0 | 14.82 | 1 | 0.51 |
| Hex | FF | 42 | 4 | 0 | 4A | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 102 | 4 | 0 | 112 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000010 | 100 | 0 | 1001010 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4204
Complementary color
Monochromatic Colors of #FF4204
Black with #FF4204
Text Example
Text Example
White with #FF4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4204; }
p { color: rgb(255,66,4); }
H1.HeaderClassName
{
color: #FF4204;
}
.AnyTagClassName
{
color: #FF4204;
}
</style>
background-color css
<style>
a { background-color: #FF4204; }
a { background-color: rgb(255,66,4); }
div.DivClassName
{
background-color: #FF4204;
}
.BgClassName
{
background-color: #FF4204;
}
</style>
border-color css
<style>
span { border-color: #FF4204; }
span { border-color: rgb(255,66,4); }
td.TdClassName
{
border-color: #FF4204;
}
.TagClassName
{
border-color: #FF4204;
}
</style>