Shades of Orange Red #FF4304
Tints of Orange Red #FF4304
RGB
CMYK
RGB Variations
Color information
#FF4304 (or 0xFF4304) is known color: Orange Red. HEX triplet: FF, 43 and 04. RGB value is (255,67,4). Sum of RGB (Red+Green+Blue) = 255+67+4=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4304 is #00BCFB. Grayscale: #747474. Windows color (decimal): -48380 or 279551. OLE color: 279551.
HSL color Cylindrical-coordinate representation of color #FF4304: hue angle of 15.06º 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 #FF4304 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0 |
| HSL | 15.06º | 1% | 0.51% | - |
| HSV(B) | 15.06º | 0.98% | 1% | - |
| XYZ | 43.27 | 25.28 | 2.71 | - |
| YUV | 116.03 | 64.78 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 4 | 0 | 0.74 | 0.98 | 0 | 15.06 | 1 | 0.51 |
| Hex | FF | 43 | 4 | 0 | 4A | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 103 | 4 | 0 | 112 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000011 | 100 | 0 | 1001010 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4304
Complementary color
Monochromatic Colors of #FF4304
Black with #FF4304
Text Example
Text Example
White with #FF4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4304; }
p { color: rgb(255,67,4); }
H1.HeaderClassName
{
color: #FF4304;
}
.AnyTagClassName
{
color: #FF4304;
}
</style>
background-color css
<style>
a { background-color: #FF4304; }
a { background-color: rgb(255,67,4); }
div.DivClassName
{
background-color: #FF4304;
}
.BgClassName
{
background-color: #FF4304;
}
</style>
border-color css
<style>
span { border-color: #FF4304; }
span { border-color: rgb(255,67,4); }
td.TdClassName
{
border-color: #FF4304;
}
.TagClassName
{
border-color: #FF4304;
}
</style>