Shades of Orange Red #FD450C
Tints of Orange Red #FD450C
RGB
CMYK
RGB Variations
Color information
#FD450C (or 0xFD450C) is known color: Orange Red. HEX triplet: FD, 45 and 0C. RGB value is (253,69,12). Sum of RGB (Red+Green+Blue) = 253+69+12=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD450C is #02BAF3. Grayscale: #757575. Windows color (decimal): -178932 or 804349. OLE color: 804349.
HSL color Cylindrical-coordinate representation of color #FD450C: hue angle of 14.19º 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 #FD450C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.01 |
| HSL | 14.19º | 0.98% | 0.52% | - |
| HSV(B) | 14.19º | 0.95% | 0.99% | - |
| XYZ | 42.7 | 25.17 | 2.95 | - |
| YUV | 117.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 12 | 0 | 0.73 | 0.95 | 0.01 | 14.19 | 0.98 | 0.52 |
| Hex | FD | 45 | C | 0 | 49 | 5F | 1 | E | 62 | 34 |
| Octal | 375 | 105 | 14 | 0 | 111 | 137 | 1 | 16 | 142 | 64 |
| Binary | 11111101 | 1000101 | 1100 | 0 | 1001001 | 1011111 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FD450C
Complementary color
Monochromatic Colors of #FD450C
Black with #FD450C
Text Example
Text Example
White with #FD450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD450C; }
p { color: rgb(253,69,12); }
H1.HeaderClassName
{
color: #FD450C;
}
.AnyTagClassName
{
color: #FD450C;
}
</style>
background-color css
<style>
a { background-color: #FD450C; }
a { background-color: rgb(253,69,12); }
div.DivClassName
{
background-color: #FD450C;
}
.BgClassName
{
background-color: #FD450C;
}
</style>
border-color css
<style>
span { border-color: #FD450C; }
span { border-color: rgb(253,69,12); }
td.TdClassName
{
border-color: #FD450C;
}
.TagClassName
{
border-color: #FD450C;
}
</style>