Shades of Orange Red #FD4507
Tints of Orange Red #FD4507
RGB
CMYK
RGB Variations
Color information
#FD4507 (or 0xFD4507) is known color: Orange Red. HEX triplet: FD, 45 and 07. RGB value is (253,69,7). Sum of RGB (Red+Green+Blue) = 253+69+7=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4507 is #02BAF8. Grayscale: #757575. Windows color (decimal): -178937 or 476669. OLE color: 476669.
HSL color Cylindrical-coordinate representation of color #FD4507: hue angle of 15.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD4507 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 69 | 7 | - |
CMYK | 0 | 0.73 | 0.97 | 0.01 |
HSL | 15.12º | 0.98% | 0.51% | - |
HSV(B) | 15.12º | 0.97% | 0.99% | - |
XYZ | 42.67 | 25.15 | 2.81 | - |
YUV | 116.95 | 65.96 | 225.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 69 | 7 | 0 | 0.73 | 0.97 | 0.01 | 15.12 | 0.98 | 0.51 |
Hex | FD | 45 | 7 | 0 | 49 | 61 | 1 | F | 62 | 33 |
Octal | 375 | 105 | 7 | 0 | 111 | 141 | 1 | 17 | 142 | 63 |
Binary | 11111101 | 1000101 | 111 | 0 | 1001001 | 1100001 | 1 | 1111 | 1100010 | 110011 |
Color Harmonies of #FD4507
Complementary color
Monochromatic Colors of #FD4507
Black with #FD4507
Text Example
Text Example
White with #FD4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4507; }
p { color: rgb(253,69,7); }
H1.HeaderClassName
{
color: #FD4507;
}
.AnyTagClassName
{
color: #FD4507;
}
</style>
background-color css
<style>
a { background-color: #FD4507; }
a { background-color: rgb(253,69,7); }
div.DivClassName
{
background-color: #FD4507;
}
.BgClassName
{
background-color: #FD4507;
}
</style>
border-color css
<style>
span { border-color: #FD4507; }
span { border-color: rgb(253,69,7); }
td.TdClassName
{
border-color: #FD4507;
}
.TagClassName
{
border-color: #FD4507;
}
</style>