Shades of Safety Orange #FD7505
Tints of Safety Orange #FD7505
RGB
CMYK
RGB Variations
Color information
#FD7505 (or 0xFD7505) is known color: Safety Orange. HEX triplet: FD, 75 and 05. RGB value is (253,117,5). Sum of RGB (Red+Green+Blue) = 253+117+5=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7505 is #028AFA. Grayscale: #919191. Windows color (decimal): -166651 or 357885. OLE color: 357885.
HSL color Cylindrical-coordinate representation of color #FD7505: hue angle of 27.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD7505 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.01 |
| HSL | 27.1º | 0.98% | 0.51% | - |
| HSV(B) | 27.1º | 0.98% | 0.99% | - |
| XYZ | 46.9 | 33.62 | 4.16 | - |
| YUV | 144.9 | 49.06 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 5 | 0 | 0.54 | 0.98 | 0.01 | 27.1 | 0.98 | 0.51 |
| Hex | FD | 75 | 5 | 0 | 36 | 62 | 1 | 1B | 62 | 33 |
| Octal | 375 | 165 | 5 | 0 | 66 | 142 | 1 | 33 | 142 | 63 |
| Binary | 11111101 | 1110101 | 101 | 0 | 110110 | 1100010 | 1 | 11011 | 1100010 | 110011 |
Color Harmonies of #FD7505
Complementary color
Monochromatic Colors of #FD7505
Black with #FD7505
Text Example
Text Example
White with #FD7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7505; }
p { color: rgb(253,117,5); }
H1.HeaderClassName
{
color: #FD7505;
}
.AnyTagClassName
{
color: #FD7505;
}
</style>
background-color css
<style>
a { background-color: #FD7505; }
a { background-color: rgb(253,117,5); }
div.DivClassName
{
background-color: #FD7505;
}
.BgClassName
{
background-color: #FD7505;
}
</style>
border-color css
<style>
span { border-color: #FD7505; }
span { border-color: rgb(253,117,5); }
td.TdClassName
{
border-color: #FD7505;
}
.TagClassName
{
border-color: #FD7505;
}
</style>