Shades of Orange Red #FD4304
Tints of Orange Red #FD4304
RGB
CMYK
RGB Variations
Color information
#FD4304 (or 0xFD4304) is known color: Orange Red. HEX triplet: FD, 43 and 04. RGB value is (253,67,4). Sum of RGB (Red+Green+Blue) = 253+67+4=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4304 is #02BCFB. Grayscale: #737373. Windows color (decimal): -179452 or 279549. OLE color: 279549.
HSL color Cylindrical-coordinate representation of color #FD4304: hue angle of 15.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD4304 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.01 |
| HSL | 15.18º | 0.98% | 0.5% | - |
| HSV(B) | 15.18º | 0.98% | 0.99% | - |
| XYZ | 42.54 | 24.91 | 2.68 | - |
| YUV | 115.43 | 65.12 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 4 | 0 | 0.74 | 0.98 | 0.01 | 15.18 | 0.98 | 0.5 |
| Hex | FD | 43 | 4 | 0 | 4A | 62 | 1 | F | 62 | 32 |
| Octal | 375 | 103 | 4 | 0 | 112 | 142 | 1 | 17 | 142 | 62 |
| Binary | 11111101 | 1000011 | 100 | 0 | 1001010 | 1100010 | 1 | 1111 | 1100010 | 110010 |
Color Harmonies of #FD4304
Complementary color
Monochromatic Colors of #FD4304
Black with #FD4304
Text Example
Text Example
White with #FD4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4304; }
p { color: rgb(253,67,4); }
H1.HeaderClassName
{
color: #FD4304;
}
.AnyTagClassName
{
color: #FD4304;
}
</style>
background-color css
<style>
a { background-color: #FD4304; }
a { background-color: rgb(253,67,4); }
div.DivClassName
{
background-color: #FD4304;
}
.BgClassName
{
background-color: #FD4304;
}
</style>
border-color css
<style>
span { border-color: #FD4304; }
span { border-color: rgb(253,67,4); }
td.TdClassName
{
border-color: #FD4304;
}
.TagClassName
{
border-color: #FD4304;
}
</style>