Shades of Orange Red #FD360C
Tints of Orange Red #FD360C
RGB
CMYK
RGB Variations
Color information
#FD360C (or 0xFD360C) is known color: Orange Red. HEX triplet: FD, 36 and 0C. RGB value is (253,54,12). Sum of RGB (Red+Green+Blue) = 253+54+12=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD360C is #02C9F3. Grayscale: #6D6D6D. Windows color (decimal): -182772 or 800509. OLE color: 800509.
HSL color Cylindrical-coordinate representation of color #FD360C: hue angle of 10.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD360C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.01 |
| HSL | 10.46º | 0.98% | 0.52% | - |
| HSV(B) | 10.46º | 0.95% | 0.99% | - |
| XYZ | 41.89 | 23.55 | 2.68 | - |
| YUV | 108.71 | 73.43 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 12 | 0 | 0.79 | 0.95 | 0.01 | 10.46 | 0.98 | 0.52 |
| Hex | FD | 36 | C | 0 | 4F | 5F | 1 | A | 62 | 34 |
| Octal | 375 | 66 | 14 | 0 | 117 | 137 | 1 | 12 | 142 | 64 |
| Binary | 11111101 | 110110 | 1100 | 0 | 1001111 | 1011111 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FD360C
Complementary color
Monochromatic Colors of #FD360C
Black with #FD360C
Text Example
Text Example
White with #FD360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD360C; }
p { color: rgb(253,54,12); }
H1.HeaderClassName
{
color: #FD360C;
}
.AnyTagClassName
{
color: #FD360C;
}
</style>
background-color css
<style>
a { background-color: #FD360C; }
a { background-color: rgb(253,54,12); }
div.DivClassName
{
background-color: #FD360C;
}
.BgClassName
{
background-color: #FD360C;
}
</style>
border-color css
<style>
span { border-color: #FD360C; }
span { border-color: rgb(253,54,12); }
td.TdClassName
{
border-color: #FD360C;
}
.TagClassName
{
border-color: #FD360C;
}
</style>