Shades of Safety Orange #FD6505
Tints of Safety Orange #FD6505
RGB
CMYK
RGB Variations
Color information
#FD6505 (or 0xFD6505) is known color: Safety Orange. HEX triplet: FD, 65 and 05. RGB value is (253,101,5). Sum of RGB (Red+Green+Blue) = 253+101+5=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6505 is #029AFA. Grayscale: #888888. Windows color (decimal): -170747 or 353789. OLE color: 353789.
HSL color Cylindrical-coordinate representation of color #FD6505: hue angle of 23.23º 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 #FD6505 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.01 |
| HSL | 23.23º | 0.98% | 0.51% | - |
| HSV(B) | 23.23º | 0.98% | 0.99% | - |
| XYZ | 45.19 | 30.2 | 3.59 | - |
| YUV | 135.5 | 54.36 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 5 | 0 | 0.60 | 0.98 | 0.01 | 23.23 | 0.98 | 0.51 |
| Hex | FD | 65 | 5 | 0 | 3C | 62 | 1 | 17 | 62 | 33 |
| Octal | 375 | 145 | 5 | 0 | 74 | 142 | 1 | 27 | 142 | 63 |
| Binary | 11111101 | 1100101 | 101 | 0 | 111100 | 1100010 | 1 | 10111 | 1100010 | 110011 |
Color Harmonies of #FD6505
Complementary color
Monochromatic Colors of #FD6505
Black with #FD6505
Text Example
Text Example
White with #FD6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6505; }
p { color: rgb(253,101,5); }
H1.HeaderClassName
{
color: #FD6505;
}
.AnyTagClassName
{
color: #FD6505;
}
</style>
background-color css
<style>
a { background-color: #FD6505; }
a { background-color: rgb(253,101,5); }
div.DivClassName
{
background-color: #FD6505;
}
.BgClassName
{
background-color: #FD6505;
}
</style>
border-color css
<style>
span { border-color: #FD6505; }
span { border-color: rgb(253,101,5); }
td.TdClassName
{
border-color: #FD6505;
}
.TagClassName
{
border-color: #FD6505;
}
</style>