Shades of Orange Red #FD3502
Tints of Orange Red #FD3502
RGB
CMYK
RGB Variations
Color information
#FD3502 (or 0xFD3502) is known color: Orange Red. HEX triplet: FD, 35 and 02. RGB value is (253,53,2). Sum of RGB (Red+Green+Blue) = 253+53+2=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3502 is #02CAFD. Grayscale: #6B6B6B. Windows color (decimal): -183038 or 144893. OLE color: 144893.
HSL color Cylindrical-coordinate representation of color #FD3502: hue angle of 12.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD3502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.01 |
| HSL | 12.19º | 0.98% | 0.5% | - |
| HSV(B) | 12.19º | 0.99% | 0.99% | - |
| XYZ | 41.79 | 23.43 | 2.38 | - |
| YUV | 106.99 | 68.76 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 2 | 0 | 0.79 | 0.99 | 0.01 | 12.19 | 0.98 | 0.5 |
| Hex | FD | 35 | 2 | 0 | 4F | 63 | 1 | C | 62 | 32 |
| Octal | 375 | 65 | 2 | 0 | 117 | 143 | 1 | 14 | 142 | 62 |
| Binary | 11111101 | 110101 | 10 | 0 | 1001111 | 1100011 | 1 | 1100 | 1100010 | 110010 |
Color Harmonies of #FD3502
Complementary color
Monochromatic Colors of #FD3502
Black with #FD3502
Text Example
Text Example
White with #FD3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3502; }
p { color: rgb(253,53,2); }
H1.HeaderClassName
{
color: #FD3502;
}
.AnyTagClassName
{
color: #FD3502;
}
</style>
background-color css
<style>
a { background-color: #FD3502; }
a { background-color: rgb(253,53,2); }
div.DivClassName
{
background-color: #FD3502;
}
.BgClassName
{
background-color: #FD3502;
}
</style>
border-color css
<style>
span { border-color: #FD3502; }
span { border-color: rgb(253,53,2); }
td.TdClassName
{
border-color: #FD3502;
}
.TagClassName
{
border-color: #FD3502;
}
</style>