Shades of Orange Red #FD3F16
Tints of Orange Red #FD3F16
RGB
CMYK
RGB Variations
Color information
#FD3F16 (or 0xFD3F16) is known color: Orange Red. HEX triplet: FD, 3F and 16. RGB value is (253,63,22). Sum of RGB (Red+Green+Blue) = 253+63+22=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3F16 is #02C0E9. Grayscale: #737373. Windows color (decimal): -180458 or 1458173. OLE color: 1458173.
HSL color Cylindrical-coordinate representation of color #FD3F16: hue angle of 10.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD3F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.01 |
| HSL | 10.65º | 0.98% | 0.54% | - |
| HSV(B) | 10.65º | 0.91% | 0.99% | - |
| XYZ | 42.43 | 24.5 | 3.25 | - |
| YUV | 115.14 | 75.45 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 22 | 0 | 0.75 | 0.91 | 0.01 | 10.65 | 0.98 | 0.54 |
| Hex | FD | 3F | 16 | 0 | 4B | 5B | 1 | B | 62 | 36 |
| Octal | 375 | 77 | 26 | 0 | 113 | 133 | 1 | 13 | 142 | 66 |
| Binary | 11111101 | 111111 | 10110 | 0 | 1001011 | 1011011 | 1 | 1011 | 1100010 | 110110 |
Color Harmonies of #FD3F16
Complementary color
Monochromatic Colors of #FD3F16
Black with #FD3F16
Text Example
Text Example
White with #FD3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3F16; }
p { color: rgb(253,63,22); }
H1.HeaderClassName
{
color: #FD3F16;
}
.AnyTagClassName
{
color: #FD3F16;
}
</style>
background-color css
<style>
a { background-color: #FD3F16; }
a { background-color: rgb(253,63,22); }
div.DivClassName
{
background-color: #FD3F16;
}
.BgClassName
{
background-color: #FD3F16;
}
</style>
border-color css
<style>
span { border-color: #FD3F16; }
span { border-color: rgb(253,63,22); }
td.TdClassName
{
border-color: #FD3F16;
}
.TagClassName
{
border-color: #FD3F16;
}
</style>