Shades of Orange Red #FD4502
Tints of Orange Red #FD4502
RGB
CMYK
RGB Variations
Color information
#FD4502 (or 0xFD4502) is known color: Orange Red. HEX triplet: FD, 45 and 02. RGB value is (253,69,2). Sum of RGB (Red+Green+Blue) = 253+69+2=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4502 is #02BAFD. Grayscale: #747474. Windows color (decimal): -178942 or 148989. OLE color: 148989.
HSL color Cylindrical-coordinate representation of color #FD4502: hue angle of 16.02º 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 #FD4502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.01 |
| HSL | 16.02º | 0.98% | 0.5% | - |
| HSV(B) | 16.02º | 0.99% | 0.99% | - |
| XYZ | 42.65 | 25.14 | 2.66 | - |
| YUV | 116.38 | 63.46 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 2 | 0 | 0.73 | 0.99 | 0.01 | 16.02 | 0.98 | 0.5 |
| Hex | FD | 45 | 2 | 0 | 49 | 63 | 1 | 10 | 62 | 32 |
| Octal | 375 | 105 | 2 | 0 | 111 | 143 | 1 | 20 | 142 | 62 |
| Binary | 11111101 | 1000101 | 10 | 0 | 1001001 | 1100011 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FD4502
Complementary color
Monochromatic Colors of #FD4502
Black with #FD4502
Text Example
Text Example
White with #FD4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4502; }
p { color: rgb(253,69,2); }
H1.HeaderClassName
{
color: #FD4502;
}
.AnyTagClassName
{
color: #FD4502;
}
</style>
background-color css
<style>
a { background-color: #FD4502; }
a { background-color: rgb(253,69,2); }
div.DivClassName
{
background-color: #FD4502;
}
.BgClassName
{
background-color: #FD4502;
}
</style>
border-color css
<style>
span { border-color: #FD4502; }
span { border-color: rgb(253,69,2); }
td.TdClassName
{
border-color: #FD4502;
}
.TagClassName
{
border-color: #FD4502;
}
</style>