Shades of Red Orange #FD362A
Tints of Red Orange #FD362A
RGB
CMYK
RGB Variations
Color information
#FD362A (or 0xFD362A) is known color: Red Orange. HEX triplet: FD, 36 and 2A. RGB value is (253,54,42). Sum of RGB (Red+Green+Blue) = 253+54+42=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD362A is #02C9D5. Grayscale: #707070. Windows color (decimal): -182742 or 2766589. OLE color: 2766589.
HSL color Cylindrical-coordinate representation of color #FD362A: hue angle of 3.41º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD362A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 42 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.01 |
| HSL | 3.41º | 0.98% | 0.58% | - |
| HSV(B) | 3.41º | 0.83% | 0.99% | - |
| XYZ | 42.25 | 23.69 | 4.54 | - |
| YUV | 112.13 | 88.43 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 42 | 0 | 0.79 | 0.83 | 0.01 | 3.41 | 0.98 | 0.58 |
| Hex | FD | 36 | 2A | 0 | 4F | 53 | 1 | 3 | 62 | 3A |
| Octal | 375 | 66 | 52 | 0 | 117 | 123 | 1 | 3 | 142 | 72 |
| Binary | 11111101 | 110110 | 101010 | 0 | 1001111 | 1010011 | 1 | 11 | 1100010 | 111010 |
Color Harmonies of #FD362A
Complementary color
Monochromatic Colors of #FD362A
Black with #FD362A
Text Example
Text Example
White with #FD362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD362A; }
p { color: rgb(253,54,42); }
H1.HeaderClassName
{
color: #FD362A;
}
.AnyTagClassName
{
color: #FD362A;
}
</style>
background-color css
<style>
a { background-color: #FD362A; }
a { background-color: rgb(253,54,42); }
div.DivClassName
{
background-color: #FD362A;
}
.BgClassName
{
background-color: #FD362A;
}
</style>
border-color css
<style>
span { border-color: #FD362A; }
span { border-color: rgb(253,54,42); }
td.TdClassName
{
border-color: #FD362A;
}
.TagClassName
{
border-color: #FD362A;
}
</style>